Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. rm -rf *; cmake ../; make -j12 && sudo make install && sudo ldconfig
  2. -- The C compiler identification is GNU
  3. -- Check for working C compiler: /usr/bin/gcc
  4. -- Check for working C compiler: /usr/bin/gcc -- works
  5. -- Detecting C compiler ABI info
  6. -- Detecting C compiler ABI info - done
  7. -- Build type not specified: defaulting to a release build.
  8. -- Check if the system is big endian
  9. -- Searching 16 bit integer
  10. -- Looking for sys/types.h
  11. -- Looking for sys/types.h - found
  12. -- Looking for stdint.h
  13. -- Looking for stdint.h - found
  14. -- Looking for stddef.h
  15. -- Looking for stddef.h - found
  16. -- Check size of unsigned short
  17. -- Check size of unsigned short - done
  18. -- Using unsigned short
  19. -- Check if the system is big endian - little endian
  20. -- Checking libusb version...
  21. CMake Error at cmake/modules/FindLibUSB.cmake:144 (try_compile):
  22. COPY_FILE specified on a srcdir type TRY_COMPILE
  23. Call Stack (most recent call first):
  24. CMakeLists.txt:60 (include)
  25.  
  26.  
  27. CMake Warning at cmake/modules/FindLibUSB.cmake:154 (message):
  28.  
  29.  
  30. Failed to compile libusb version check.
  31.  
  32. This may occur if libusb is earlier than v1.0.10.
  33.  
  34. Setting LIBUSB_VERSION to 0.0.0.
  35.  
  36. Call Stack (most recent call first):
  37. CMakeLists.txt:60 (include)
  38.  
  39.  
  40. -- Checking libc version...
  41. -- libc version: 2.15
  42.  
  43. --
  44. -- Looking for include files CMAKE_HAVE_PTHREAD_H
  45. -- Looking for include files CMAKE_HAVE_PTHREAD_H - found
  46. -- Looking for pthread_create in pthreads
  47. -- Looking for pthread_create in pthreads - not found
  48. -- Looking for pthread_create in pthread
  49. -- Looking for pthread_create in pthread - found
  50. -- Found Threads: TRUE
  51. CMake Warning at libraries/libbladeRF/CMakeLists.txt:200 (message):
  52.  
  53.  
  54. libusb >= 1.0.16 is HIGHLY recommended. If you experience issues or poor
  55. performance, please try updating libusb.
  56.  
  57. Detected version: 0.0.0
  58.  
  59.  
  60. -- libbladeRF version: 0.16.2-git-dfa9f51
  61. -- nuand bladeRF udev rules will be installed to '/etc/udev/rules.d' upon running 'make install'
  62. --
  63. -- Will use pandoc to generate interactive help
  64. -- checking for module 'libtecla'
  65. -- package 'libtecla' not found
  66. -- Found libtecla: /usr/include, /usr/lib/libtecla.so
  67. -- libtecla support enabled
  68. -- Not building man page for bladeRF-cli. (BUILD_BLADERF_CLI_DOCUMENTATION is OFF)
  69. -- Configured to build bladeRF-cli version: 0.11.1-git-dfa9f51
  70. -- Configuring incomplete, errors occurred!
  71. make: *** No targets specified and no makefile found. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement