Advertisement
Guest User

Untitled

a guest
Jul 29th, 2015
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. empire@empire:~/mesaflash$ make
  2. gcc -O0 -g -I/usr/include -c common.c
  3. gcc -O0 -g -I/usr/include -c lbp.c
  4. gcc -O0 -g -I/usr/include -c lbp16.c
  5. gcc -O0 -g -I/usr/include -c bitfile.c
  6. gcc -O0 -g -I/usr/include -c hostmot2.c
  7. gcc -O0 -g -I/usr/include -c eeprom.c
  8. gcc -O0 -g -I/usr/include -c anyio.c
  9. gcc -O0 -g -I/usr/include -c eth_boards.c
  10. gcc -O0 -g -I/usr/include -c epp_boards.c
  11. gcc -O0 -g -I/usr/include -c usb_boards.c
  12. gcc -O0 -g -I/usr/include -c pci_boards.c
  13. pci_boards.c:22:21: fatal error: pci/pci.h: No such file or directory
  14. compilation terminated.
  15. make: *** [pci_boards.o] Error 1
  16. empire@empire:~/mesaflash$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement