Advertisement
Guest User

uhd fail

a guest
Apr 27th, 2016
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CMake 4.97 KB | None | 0 0
  1. ⟫ [master] make
  2. >>> uhd 003_009_003 Configuring
  3. cp -r output/target/usr/lib/python?.?/site-packages/mako output/host/usr/lib/python2.7/site-packages/
  4. (mkdir -p /data/Build/buildroot/output/build/uhd-003_009_003/host/buildroot-build && cd /data/Build/buildroot/output/build/uhd-003_009_003/host/buildroot-build && rm -f CMakeCache.txt && PATH="/data/Build/buildroot/output/host/bin:/data/Build/buildroot/output/host/sbin:/data/Build/buildroot/output/host/usr/bin:/data/Build/buildroot/output/host/usr/sbin:/data/Build/git-subrepo/lib:/home/gareth/.local/bin:/usr/lib/ccache:/cross/crosstool-lin/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/lib/jvm/java-8-oracle/bin:/usr/lib/jvm/java-8-oracle/db/bin:/usr/lib/jvm/java-8-oracle/jre/bin:/data/opt/Xilinx/SDK/2014.3/gnu/arm/lin/bin"  /data/Build/buildroot/output/host/usr/bin/cmake /data/Build/buildroot/output/build/uhd-003_009_003/host -DCMAKE_TOOLCHAIN_FILE="/data/Build/buildroot/output/host/usr/share/buildroot/toolchainfile.cmake" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON  -DENABLE_EXAMPLES=OFF -DENABLE_USB=ON -DENABLE_MANUAL=OFF -DENABLE_DOXYGEN=OFF -DENABLE_UTILS=OFF -DENABLE_TESTS=OFF -DBoost_INCLUDE_DIR=../../../../output/build/boost-1.60.0 -DBoost_LIBRARY_DIR=../../../../output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib -DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=BOTH )
  5. -- The CXX compiler identification is GNU 5.3.1
  6. -- The C compiler identification is GNU 5.3.1
  7. -- Check for working CXX compiler: /usr/lib/ccache/c++
  8. -- Check for working CXX compiler: /usr/lib/ccache/c++ -- works
  9. -- Detecting CXX compiler ABI info
  10. -- Detecting CXX compiler ABI info - done
  11. -- Detecting CXX compile features
  12. -- Detecting CXX compile features - done
  13. -- Check for working C compiler: /usr/lib/ccache/cc
  14. -- Check for working C compiler: /usr/lib/ccache/cc -- works
  15. -- Detecting C compiler ABI info
  16. -- Detecting C compiler ABI info - done
  17. -- Detecting C compile features
  18. -- Detecting C compile features - done
  19. --
  20. -- Configuring the python interpreter...
  21. -- Found PythonInterp: /data/Build/buildroot/output/host/usr/bin/python (found version "2.7.11")
  22. -- Python interpreter: /data/Build/buildroot/output/host/usr/bin/python
  23. -- Override with: -DPYTHON_EXECUTABLE=<path-to-python>
  24. -- Using UHD Images Directory: OFF
  25. -- Performing Test HAVE_VISIBILITY_HIDDEN
  26. -- Performing Test HAVE_VISIBILITY_HIDDEN - Success
  27. -- Performing Test HAVE_VISIBILITY_INLINES_HIDDEN
  28. -- Performing Test HAVE_VISIBILITY_INLINES_HIDDEN - Success
  29. --
  30. -- Configuring Boost C++ Libraries...
  31. -- Looking for pthread.h
  32. -- Looking for pthread.h - found
  33. -- Looking for pthread_create
  34. -- Looking for pthread_create - not found
  35. -- Looking for pthread_create in pthreads
  36. -- Looking for pthread_create in pthreads - not found
  37. -- Looking for pthread_create in pthread
  38. -- Looking for pthread_create in pthread - found
  39. -- Found Threads: TRUE  
  40. -- Could NOT find Boost
  41. CMake Warning (dev) at CMakeLists.txt:221 (LINK_DIRECTORIES):
  42.   This command specifies the relative path
  43.  
  44.     ../../../../output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib
  45.  
  46.   as a link directory.
  47.  
  48.   Policy CMP0015 is not set: link_directories() treats paths relative to the
  49.   source dir.  Run "cmake --help-policy CMP0015" for policy details.  Use the
  50.   cmake_policy command to set the policy and suppress this warning.
  51. This warning is for project developers.  Use -Wno-dev to suppress it.
  52.  
  53. -- Boost include directories: ../../../../output/build/boost-1.60.0
  54. -- Boost library directories: ../../../../output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/lib
  55. -- Boost libraries:
  56. -- Looking for log2
  57. -- Looking for log2 - found
  58. --
  59. -- Python checking for Python version 2.6 or greater
  60. -- Python checking for Python version 2.6 or greater - found
  61. --
  62. -- Python checking for Mako templates 0.4 or greater
  63. -- Python checking for Mako templates 0.4 or greater - found
  64. --
  65. -- Configuring LibUHD support...
  66. --   Dependency Boost_FOUND = 0
  67. --   Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE
  68. --   Dependency HAVE_PYTHON_MODULE_MAKO = TRUE
  69. CMake Error at cmake/Modules/UHDComponent.cmake:51 (MESSAGE):
  70.   Dependencies for required component LibUHD not met.
  71. Call Stack (most recent call first):
  72.   CMakeLists.txt:284 (LIBUHD_REGISTER_COMPONENT)
  73.  
  74.  
  75. -- Configuring incomplete, errors occurred!
  76. See also "/data/Build/buildroot/output/build/uhd-003_009_003/host/CMakeFiles/CMakeOutput.log".
  77. See also "/data/Build/buildroot/output/build/uhd-003_009_003/host/CMakeFiles/CMakeError.log".
  78. package/pkg-generic.mk:185: recipe for target '/data/Build/buildroot/output/build/uhd-003_009_003/.stamp_configured' failed
  79. make[1]: *** [/data/Build/buildroot/output/build/uhd-003_009_003/.stamp_configured] Error 1
  80. Makefile:36: recipe for target '_all' failed
  81. make: *** [_all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement