Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
455
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. Specify a source directory to (re-)generate a build system for it in the
  2. current working directory. Specify an existing build directory to
  3. re-generate its build system.
  4.  
  5. Run 'cmake --help' for more information.
  6.  
  7. user@ubuntu:~/bladeRF/build$ cmake -DCMAKE_BUILD_TYPE=Debug -DINSTALL_UDEV_RULES=ON ../ -DBLADERF_GROUP=bladerf
  8. -- The C compiler identification is GNU 5.4.0
  9. -- The CXX compiler identification is GNU 5.4.0
  10. -- Check for working C compiler: /usr/bin/cc
  11. -- Check for working C compiler: /usr/bin/cc -- works
  12. -- Detecting C compiler ABI info
  13. -- Detecting C compiler ABI info - done
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -- Check for working CXX compiler: /usr/bin/c++
  17. -- Check for working CXX compiler: /usr/bin/c++ -- works
  18. -- Detecting CXX compiler ABI info
  19. -- Detecting CXX compiler ABI info - done
  20. -- Detecting CXX compile features
  21. -- Detecting CXX compile features - done
  22. -- Check if the system is big endian
  23. -- Searching 16 bit integer
  24. -- Looking for sys/types.h
  25. -- Looking for sys/types.h - found
  26. -- Looking for stdint.h
  27. -- Looking for stdint.h - found
  28. -- Looking for stddef.h
  29. -- Looking for stddef.h - found
  30. -- Check size of unsigned short
  31. -- Check size of unsigned short - done
  32. -- Using unsigned short
  33. -- Check if the system is big endian - little endian
  34. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
  35. -- Checking libc version...
  36. -- libc version: 2.23
  37.  
  38. --
  39. CMake Error at host/libraries/libbladeRF/CMakeLists.txt:104 (message):
  40. No libbladeRF backends are enabled. Please enable one or more backends.
  41.  
  42.  
  43. -- Configuring incomplete, errors occurred!
  44. See also "/home/user/bladeRF/build/CMakeFiles/CMakeOutput.log".
  45. See also "/home/user/bladeRF/build/CMakeFiles/CMakeError.log".
  46. user@ubuntu:~/bladeRF/build$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement