venture37

bucts build failure under NetBSD

Oct 19th, 2014
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. /usr/pkg/gcc49/bin/gcc -o bucts bucts.o -L/usr/local/lib -lpci
  2. bucts.o: In function `bucts':
  3. bucts.c:(.text+0x217): undefined reference to `pci_read_long'
  4. bucts.o: In function `main':
  5. bucts.c:(.text+0x381): undefined reference to `iopl'
  6. bucts.c:(.text+0x3f5): undefined reference to `pci_alloc'
  7. bucts.c:(.text+0x403): undefined reference to `pci_init'
  8. bucts.c:(.text+0x411): undefined reference to `pci_scan_bus'
  9. bucts.c:(.text+0x42c): undefined reference to `pci_fill_info'
  10. collect2: error: ld returned 1 exit status
  11. Makefile:13: recipe for target 'bucts' failed
  12. gmake: *** [bucts] Error 1
Advertisement
Add Comment
Please, Sign In to add comment