Advertisement
Guest User

sth wrong

a guest
Jan 25th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. szczepancio@VirtualMint ~/rockbox/utils/imxtools/sbtools $ make
  2. gcc -O3 -g -std=c99 -W -Wall `pkg-config --cflags libusb-1.0` -DCRYPTO_LIBUSB -c -o elftosb.o elftosb.c
  3. Package libusb-1.0 was not found in the pkg-config search path.
  4. Perhaps you should add the directory containing `libusb-1.0.pc'
  5. to the PKG_CONFIG_PATH environment variable
  6. No package 'libusb-1.0' found
  7. elftosb.c: In function ‘load_bin_by_id’:
  8. elftosb.c:116:10: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result [-Wunused-result]
  9. gcc -O3 -g -std=c99 -W -Wall `pkg-config --cflags libusb-1.0` -DCRYPTO_LIBUSB -c -o crc.o crc.c
  10. Package libusb-1.0 was not found in the pkg-config search path.
  11. Perhaps you should add the directory containing `libusb-1.0.pc'
  12. to the PKG_CONFIG_PATH environment variable
  13. No package 'libusb-1.0' found
  14. gcc -O3 -g -std=c99 -W -Wall `pkg-config --cflags libusb-1.0` -DCRYPTO_LIBUSB -c -o crypto.o crypto.c
  15. Package libusb-1.0 was not found in the pkg-config search path.
  16. Perhaps you should add the directory containing `libusb-1.0.pc'
  17. to the PKG_CONFIG_PATH environment variable
  18. No package 'libusb-1.0' found
  19. crypto.c:25:20: fatal error: libusb.h: No such file or directory
  20. compilation terminated.
  21. make: *** [crypto.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement