Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 KB | None | 0 0
  1. $ cmake -Wno-dev -DCMAKE_TOOLCHAIN_FILE=~/workarea-gnuradio/gnuradio-3.8.0.0/cmake/Toolchains/oe-sdk_cross.cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_CXX_FLAGS:STRING="-march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9" -DCMAKE_C_FLAGS:STRING="-march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9" -DCMAKE_ASM_FLAGS:STRING="-march=armv7-a -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 -g" -DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON -DPYTHON_EXECUTABLE:FILEPATH=~/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/bin/python -DPYTHON_INCLUDE_DIR:PATH=~/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/python2.7 -DPYTHON_LIBRARY:FILEPATH=~/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/lib/libpython2.7.so ../
  2. -- The CXX compiler identification is GNU 8.2.0
  3. -- The C compiler identification is GNU 8.2.0
  4. -- Check for working CXX compiler: /home/user/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-musleabi/arm-oe-linux-musleabi-g++
  5. -- Check for working CXX compiler: /home/user/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-musleabi/arm-oe-linux-musleabi-g++ -- works
  6. -- Detecting CXX compiler ABI info
  7. -- Detecting CXX compiler ABI info - done
  8. -- Detecting CXX compile features
  9. -- Detecting CXX compile features - done
  10. -- Check for working C compiler: /home/user/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-musleabi/arm-oe-linux-musleabi-gcc
  11. -- Check for working C compiler: /home/user/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-musleabi/arm-oe-linux-musleabi-gcc -- 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. -- Build type not specified: defaulting to release.
  17. -- Found LOG4CPP: /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/lib/liblog4cpp.so
  18. -- Found PkgConfig: /home/user/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/pkg-config (found version "0.29.2")
  19. -- Checking for module 'gmp'
  20. -- No package 'gmp' found
  21. -- Found GMP: /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/lib/libgmpxx.so
  22. -- Checking for module 'mpir >= 3.0'
  23. -- No package 'mpir' found
  24. -- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY MPIR_INCLUDE_DIR)
  25. -- Found MPLIB: /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/lib/libgmpxx.so
  26. -- Looking for pthread.h
  27. -- Looking for pthread.h - found
  28. -- Looking for pthread_create
  29. -- Looking for pthread_create - found
  30. -- Found Threads: TRUE
  31. -- Boost version: 1.68.0
  32. -- Found the following Boost libraries:
  33. -- date_time
  34. -- program_options
  35. -- filesystem
  36. -- system
  37. -- regex
  38. -- thread
  39. -- unit_test_framework
  40. -- chrono
  41. -- atomic
  42. -- Found VOLK: Volk::volk
  43. -- User set python executable /home/user/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/python3
  44. -- Found PythonInterp: /home/user/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/python3 (found version "3.5.6")
  45. -- Could NOT find PythonLibs: Found unsuitable version "2.7.16", but required is exact version "3.5" (found /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/lib/libpython2.7.so)
  46. -- Found Git: /usr/bin/git
  47. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen dot
  48. -- Using install prefix: /usr
  49. -- Building for version: v1.0-compat-xxx-xunknown / 1.0.0git
  50. -- No C++ unit tests... skipping
  51. --
  52. -- Checking for module SWIG
  53. -- Found SWIG version 3.0.12.
  54. -- Found SWIG: /usr/bin/swig3.0
  55. -- Found PythonLibs: /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/lib/libpython2.7.so (found version "2.7.16")
  56. -- Configuring done
  57. -- Generating done
  58. CMake Warning:
  59. Manually-specified variables were not used by the project:
  60.  
  61. CMAKE_ASM_FLAGS
  62.  
  63.  
  64. -- Build files have been written to: /home/user/workspace/gnuradio/gr-ads_b_mod/build-arm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement