Rlee

cmake gr_osmosdr re-build

Dec 3rd, 2013
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.89 KB | None | 0 0
  1. lee@lee-desktop:~/sandbox/gnuradio-builds/gr-osmosdr/build$ cmake -DCMAKE_INSTALL_PREFIX=/opt/gnuradio-3.7.2.1git ../
  2. -- Build type not specified: defaulting to release.
  3. -- Extracting version information from git describe...
  4. -- Configuring Boost C++ Libraries...
  5. -- Boost version: 1.53.0
  6. -- Found the following Boost libraries:
  7. -- thread
  8. -- system
  9. Checking for GNU Radio Module: RUNTIME
  10. * INCLUDES=/usr/local/include
  11. * LIBS=/usr/local/lib/libgnuradio-runtime.so;/usr/local/lib/libgnuradio-pmt.so
  12. GNURADIO_RUNTIME_FOUND = TRUE
  13. Checking for GNU Radio Module: BLOCKS
  14. * INCLUDES=/usr/local/include
  15. * LIBS=/usr/local/lib/libgnuradio-blocks.so;/usr/local/lib/libgnuradio-runtime.so;/usr/local/lib/libgnuradio-pmt.so
  16. GNURADIO_BLOCKS_FOUND = TRUE
  17. Checking for GNU Radio Module: PMT
  18. * INCLUDES=/usr/local/include
  19. * LIBS=/usr/local/lib/libgnuradio-runtime.so;/usr/local/lib/libgnuradio-pmt.so
  20. GNURADIO_PMT_FOUND = TRUE
  21. -- Found gnuradio-uhd: /usr/local/include, /usr/local/lib/libgnuradio-uhd.so
  22. -- Found gnuradio-fcd: /usr/local/include, /usr/local/lib/libgnuradio-fcd.so
  23. -- checking for module 'gnuradio-fcdproplus'
  24. -- package 'gnuradio-fcdproplus' not found
  25. -- gnuradio-fcdproplus not found.
  26. -- Could NOT find GNURADIO_FCDPP (missing: GNURADIO_FCDPP_LIBRARIES GNURADIO_FCDPP_INCLUDE_DIRS)
  27. -- checking for module 'libosmosdr'
  28. -- package 'libosmosdr' not found
  29. -- libosmosdr not found.
  30. -- checking for module 'libmirisdr'
  31. -- package 'libmirisdr' not found
  32. -- libmirisdr not found.
  33. -- Minimum SWIG version required is 1.3.31
  34. --
  35. -- The build system will automatically enable all components.
  36. -- Use -DENABLE_DEFAULT=OFF to disable components by default.
  37. --
  38. -- Configuring Python support support...
  39. -- Dependency PYTHONLIBS_FOUND = TRUE
  40. -- Dependency SWIG_FOUND = TRUE
  41. -- Dependency SWIG_VERSION_CHECK = TRUE
  42. -- Enabling Python support support.
  43. -- Override with -DENABLE_PYTHON=ON/OFF
  44. --
  45. -- Configuring Osmocom IQ Imbalance Correction support...
  46. -- Dependency GNURADIO_IQBALANCE_FOUND = TRUE
  47. -- Enabling Osmocom IQ Imbalance Correction support.
  48. -- Override with -DENABLE_IQBALANCE=ON/OFF
  49. --
  50. -- Configuring sysmocom OsmoSDR support...
  51. -- Dependency LIBOSMOSDR_FOUND = FALSE
  52. -- Disabling sysmocom OsmoSDR support.
  53. -- Override with -DENABLE_OSMOSDR=ON/OFF
  54. --
  55. -- Configuring FUNcube Dongle support...
  56. -- Dependency GNURADIO_FCD_FOUND = TRUE
  57. -- Enabling FUNcube Dongle support.
  58. -- Override with -DENABLE_FCD=ON/OFF
  59. --
  60. -- Configuring FUNcube Dongle Pro+ support...
  61. -- Dependency GNURADIO_FCDPP_FOUND = FALSE
  62. -- Disabling FUNcube Dongle Pro+ support.
  63. -- Override with -DENABLE_FCDPP=ON/OFF
  64. --
  65. -- Configuring IQ File Source support...
  66. -- Dependency GNURADIO_BLOCKS_FOUND = TRUE
  67. -- Enabling IQ File Source support.
  68. -- Override with -DENABLE_FILE=ON/OFF
  69. --
  70. -- Configuring Osmocom RTLSDR support...
  71. -- Dependency LIBRTLSDR_FOUND = TRUE
  72. -- Enabling Osmocom RTLSDR support.
  73. -- Override with -DENABLE_RTL=ON/OFF
  74. --
  75. -- Configuring RTLSDR TCP Client support...
  76. -- Dependency GNURADIO_BLOCKS_FOUND = TRUE
  77. -- Enabling RTLSDR TCP Client support.
  78. -- Override with -DENABLE_RTL_TCP=ON/OFF
  79. --
  80. -- Configuring Ettus USRP Devices support...
  81. -- Dependency UHD_FOUND = TRUE
  82. -- Dependency GNURADIO_UHD_FOUND = TRUE
  83. -- Enabling Ettus USRP Devices support.
  84. -- Override with -DENABLE_UHD=ON/OFF
  85. --
  86. -- Configuring Osmocom MiriSDR support...
  87. -- Dependency LIBMIRISDR_FOUND = FALSE
  88. -- Disabling Osmocom MiriSDR support.
  89. -- Override with -DENABLE_MIRI=ON/OFF
  90. --
  91. -- Configuring HackRF Jawbreaker support...
  92. -- Dependency LIBHACKRF_FOUND = TRUE
  93. -- Enabling HackRF Jawbreaker support.
  94. -- Override with -DENABLE_HACKRF=ON/OFF
  95. --
  96. -- Configuring nuand bladeRF support...
  97. -- Dependency LIBBLADERF_FOUND = TRUE
  98. -- Enabling nuand bladeRF support.
  99. -- Override with -DENABLE_BLADERF=ON/OFF
  100. --
  101. -- Configuring RFSPACE NetSDR support...
  102. -- Enabling RFSPACE NetSDR support.
  103. -- Override with -DENABLE_NETSDR=ON/OFF
  104. --
  105. -- ######################################################
  106. -- # gr-osmosdr enabled components
  107. -- ######################################################
  108. -- * Python support
  109. -- * Osmocom IQ Imbalance Correction
  110. -- * FUNcube Dongle
  111. -- * IQ File Source
  112. -- * Osmocom RTLSDR
  113. -- * RTLSDR TCP Client
  114. -- * Ettus USRP Devices
  115. -- * HackRF Jawbreaker
  116. -- * nuand bladeRF
  117. -- * RFSPACE NetSDR
  118. --
  119. -- ######################################################
  120. -- # gr-osmosdr disabled components
  121. -- ######################################################
  122. -- * sysmocom OsmoSDR
  123. -- * FUNcube Dongle Pro+
  124. -- * Osmocom MiriSDR
  125. --
  126. -- Building for version: v0.1.0-44-g0d10f5e9 / 0.1.1git
  127. -- Using install prefix: /opt/gnuradio-3.7.2.1git
  128. -- Configuring done
  129. -- Generating done
  130. -- Build files have been written to: /home/lee/sandbox/gnuradio-builds/gr-osmosdr/build
Advertisement
Add Comment
Please, Sign In to add comment