Guest User

Untitled

a guest
Jun 25th, 2013
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. gcc -o mesaflash main.o eeprom.o flash_spi.o device_eth.o lbp16.o device_pci.o hostmot2.o -lm /lib/x86_64-linux-gnu/libpci.so.3
  2. /usr/bin/ld: i386 architecture of input file `main.o' is incompatible with i386:x86-64 output
  3. /usr/bin/ld: i386 architecture of input file `eeprom.o' is incompatible with i386:x86-64 output
  4. /usr/bin/ld: i386 architecture of input file `flash_spi.o' is incompatible with i386:x86-64 output
  5. /usr/bin/ld: i386 architecture of input file `device_eth.o' is incompatible with i386:x86-64 output
  6. /usr/bin/ld: i386 architecture of input file `lbp16.o' is incompatible with i386:x86-64 output
  7. /usr/bin/ld: i386 architecture of input file `device_pci.o' is incompatible with i386:x86-64 output
  8. collect2: ld returned 1 exit status
  9. make: *** [all] Error 1
  10. skunkworks@skunkworks-Studio-XPS-1645:~/mesaflash2$
Advertisement
Add Comment
Please, Sign In to add comment