Guest User

Untitled

a guest
Dec 5th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 6.41 KB | None | 0 0
  1. [ngochai@probook libftdi-0.20]$ make
  2. make  all-recursive
  3. make[1]: Entering directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20'
  4. Making all in src
  5. make[2]: Entering directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/src'
  6. /bin/sh ../libtool --tag=CC   --mode=compile /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I..     -I/mnt/data/target/arm/include  -MT ftdi.lo -MD -MP -MF .deps/ftdi.Tpo -c -o ftdi.lo ftdi.c
  7. libtool: compile:  /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I/mnt/data/target/arm/include -MT ftdi.lo -MD -MP -MF .deps/ftdi.Tpo -c ftdi.c  -fPIC -DPIC -o .libs/ftdi.o
  8. libtool: compile:  /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I/mnt/data/target/arm/include -MT ftdi.lo -MD -MP -MF .deps/ftdi.Tpo -c ftdi.c -o ftdi.o >/dev/null 2>&1
  9. mv -f .deps/ftdi.Tpo .deps/ftdi.Plo
  10. /bin/sh ../libtool --tag=CC   --mode=link /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gcc  -I/mnt/data/target/arm/include  -version-info 21:0:20 -L/mnt/data/target/arm/lib -o libftdi.la -rpath /usr/local/lib ftdi.lo  -L/usr/lib -lusb
  11. libtool: link: /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gcc -shared  -fPIC -DPIC  .libs/ftdi.o   -Wl,-rpath -Wl,/mnt/data/target/arm/lib -Wl,-rpath -Wl,/mnt/data/target/arm/lib -L/mnt/data/target/arm/lib -L/usr/lib /mnt/data/target/arm/lib/libusb.so    -Wl,-soname -Wl,libftdi.so.1 -o .libs/libftdi.so.1.20.0
  12. /usr/local/angstrom/arm/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
  13. libtool: link: (cd ".libs" && rm -f "libftdi.so.1" && ln -s "libftdi.so.1.20.0" "libftdi.so.1")
  14. libtool: link: (cd ".libs" && rm -f "libftdi.so" && ln -s "libftdi.so.1.20.0" "libftdi.so")
  15. libtool: link: ar cru .libs/libftdi.a  ftdi.o
  16. libtool: link: ranlib .libs/libftdi.a
  17. libtool: link: ( cd ".libs" && rm -f "libftdi.la" && ln -s "../libftdi.la" "libftdi.la" )
  18. make[2]: Leaving directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/src'
  19. Making all in bindings
  20. make[2]: Entering directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/bindings'
  21. Making all in python
  22. make[3]: Entering directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/bindings/python'
  23. make  all-am
  24. make[4]: Entering directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/bindings/python'
  25. make[4]: Nothing to be done for `all-am'.
  26. make[4]: Leaving directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/bindings/python'
  27. make[3]: Leaving directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/bindings/python'
  28. make[3]: Entering directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/bindings'
  29. make[3]: Nothing to be done for `all-am'.
  30. make[3]: Leaving directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/bindings'
  31. make[2]: Leaving directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/bindings'
  32. Making all in examples
  33. make[2]: Entering directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/examples'
  34. /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../ftdipp    -I/mnt/data/target/arm/include  -MT simple.o -MD -MP -MF .deps/simple.Tpo -c -o simple.o simple.c
  35. mv -f .deps/simple.Tpo .deps/simple.Po
  36. /bin/sh ../libtool --tag=CC   --mode=link /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gcc  -I/mnt/data/target/arm/include  -no-install -L/mnt/data/target/arm/lib -o simple simple.o ../src/libftdi.la -L/usr/lib -lusb
  37. libtool: link: /usr/local/angstrom/arm/bin/arm-angstrom-linux-gnueabi-gcc -I/mnt/data/target/arm/include -o simple simple.o  -L/mnt/data/target/arm/lib ../src/.libs/libftdi.so -L/usr/lib /mnt/data/target/arm/lib/libusb.so -Wl,-rpath -Wl,/mnt/data/projects/QubeVu/libs/libftdi-0.20/src/.libs -Wl,-rpath -Wl,/mnt/data/target/arm/lib -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/mnt/data/target/arm/lib
  38. /usr/local/angstrom/arm/lib/gcc/arm-angstrom-linux-gnueabi/4.3.3/../../../../arm-angstrom-linux-gnueabi/bin/ld: skipping incompatible /usr/lib/libc.so when searching for -lc
  39. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_clear_halt'
  40. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_get_device_address'
  41. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_close'
  42. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_unref_device'
  43. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_open'
  44. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_claim_interface'
  45. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_set_configuration'
  46. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_free_device_list'
  47. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_get_device_list'
  48. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_control_transfer'
  49. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_get_config_descriptor'
  50. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_interrupt_transfer'
  51. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_get_bus_number'
  52. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_free_config_descriptor'
  53. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_set_debug'
  54. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_ref_device'
  55. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_init'
  56. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_reset_device'
  57. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_set_interface_alt_setting'
  58. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_detach_kernel_driver'
  59. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_get_device_descriptor'
  60. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_kernel_driver_active'
  61. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_bulk_transfer'
  62. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_release_interface'
  63. /mnt/data/target/arm/lib/libusb.so: undefined reference to `libusb_get_string_descriptor_ascii'
  64. collect2: ld returned 1 exit status
  65. make[2]: *** [simple] Error 1
  66. make[2]: Leaving directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20/examples'
  67. make[1]: *** [all-recursive] Error 1
  68. make[1]: Leaving directory `/mnt/data/projects/QubeVu/libs/libftdi-0.20'
  69. make: *** [all] Error 2
  70. [ngochai@probook libftdi-0.20]$
Add Comment
Please, Sign In to add comment