Advertisement
Guest User

Untitled

a guest
Jan 18th, 2022
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.72 KB | None | 0 0
  1. cmake -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../
  2. -- Build type set to Release.
  3. -- Build date set to Wed, 19 Jan 2022 00:31:18Z.
  4. --
  5. -- The build system will automatically enable all components.
  6. -- Use -DENABLE_DEFAULT=OFF to disable components by default.
  7. -- Extracting version information from git describe...
  8. --
  9. -- Configuring testing-support support...
  10. -- Dependency Boost_UNIT_TEST_FRAMEWORK_FOUND = 1
  11. -- Enabling testing-support support.
  12. -- Override with -DENABLE_TESTING=ON/OFF
  13. CMake Warning at cmake/Modules/GrCompilerSettings.cmake:26 (MESSAGE):
  14.  
  15.  
  16. The compiler selected to build GNU Radio (GCC version 7.5.0 : /usr/bin/c++)
  17. is older than that officially supported (9.3.0 minimum). This build may or
  18. not work. We highly recommend using a more recent GCC version.
  19. Call Stack (most recent call first):
  20. CMakeLists.txt:100 (include)
  21.  
  22.  
  23. -- Compiler Version: gcc-11 (SUSE Linux) 11.2.1 20220103 [revision d4a1d3c4b377f1d4acb34fe1b55b5088a3f293f6]
  24. Copyright (C) 2021 Free Software Foundation, Inc.
  25. This is free software; see the source for copying conditions. There is NO
  26. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  27. -- Compiler Flags: /usr/bin/gcc-11:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  28. /usr/bin/c++:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  29. -- ADDING PERF COUNTERS
  30. -- User set python executable /usr/bin/python3
  31. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.6.15", minimum required is "3.6.5")
  32. -- Python checking for packaging - found
  33. -- Python checking for numpy - not found
  34. -- Python checking for pygccxml - not found
  35. --
  36. -- ***************************** WARNING!!! *************************
  37. -- pygccxml is highly recommended for using gr_modtool
  38. -- and is either not present or below the minimum version 2.0.0
  39. -- Only trivial bindings will be generated using gr_modtool bind
  40. -- ******************************************************************
  41. -- Found PythonInterp: /usr/bin/python3 (found version "3.6.15")
  42. --
  43. -- Configuring python-support support...
  44. -- Dependency PYTHONLIBS_FOUND = TRUE
  45. -- Dependency PACKAGING_FOUND = TRUE
  46. -- Dependency pybind11_FOUND = 1
  47. -- Dependency NUMPY_FOUND = FALSE
  48. -- Disabling python-support support.
  49. -- Override with -DENABLE_PYTHON=ON/OFF
  50. --
  51. -- Configuring VOLK support...
  52. -- Found VOLK:
  53. -- * Version: 2.5.0
  54. -- * Libraries: Volk::volk
  55. -- * Includes: /usr/local/include
  56. -- Not using additional GNU Radio native architecture optimizations.
  57. -- Checking for module 'gmp'
  58. -- No package 'gmp' found
  59. -- Using GMP.
  60. --
  61. -- Configuring post-install support...
  62. -- Enabling post-install support.
  63. -- Override with -DENABLE_POSTINSTALL=ON/OFF
  64. --
  65. -- Configuring doxygen support...
  66. -- Dependency DOXYGEN_FOUND = YES
  67. -- Enabling doxygen support.
  68. -- Override with -DENABLE_DOXYGEN=ON/OFF
  69. --
  70. -- Configuring man-pages support...
  71. -- Enabling man-pages support.
  72. -- Override with -DENABLE_MANPAGES=ON/OFF
  73. -- Checking for module 'gmp'
  74. -- No package 'gmp' found
  75. -- Using GMP.
  76. --
  77. -- Configuring gnuradio-runtime support...
  78. -- Dependency Boost_FOUND = TRUE
  79. -- Dependency PYTHONINTERP_FOUND = TRUE
  80. -- Dependency MPLIB_FOUND = TRUE
  81. -- Dependency spdlog_FOUND = 1
  82. -- Enabling gnuradio-runtime support.
  83. -- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
  84. --
  85. -- Configuring common-precompiled-headers support...
  86. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  87. -- Dependency GR_CMAKE_HAS_PCH = 3.17.0
  88. -- Enabling common-precompiled-headers support.
  89. -- Override with -DENABLE_COMMON_PCH=ON/OFF
  90. --
  91. -- Configuring gr-ctrlport support...
  92. -- Dependency Boost_FOUND = TRUE
  93. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  94. -- Enabling gr-ctrlport support.
  95. -- Override with -DENABLE_GR_CTRLPORT=ON/OFF
  96. -- thrift looking for version 0.13
  97. -- Could not find appropriate version of Thrift: 0.10.0 < 0.13
  98. -- Found libunwind
  99. -- Loading build date Wed, 19 Jan 2022 00:31:18Z into constants...
  100. -- Loading version v3.10.0.0-4-gb2c9623c into constants...
  101. -- TRY_SHM_VMCIRCBUF set to ON.
  102. --
  103. -- Configuring gr-blocks support...
  104. -- Dependency Boost_FOUND = TRUE
  105. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  106. -- Enabling gr-blocks support.
  107. -- Override with -DENABLE_GR_BLOCKS=ON/OFF
  108. --
  109. -- Configuring gr-fec support...
  110. -- Dependency Boost_FOUND = TRUE
  111. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  112. -- Dependency ENABLE_GR_BLOCKS = ON
  113. -- Enabling gr-fec support.
  114. -- Override with -DENABLE_GR_FEC=ON/OFF
  115. --
  116. -- Configuring gr-fft support...
  117. -- Dependency Boost_FOUND = TRUE
  118. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  119. -- Dependency ENABLE_GR_BLOCKS = ON
  120. -- Dependency FFTW3f_FOUND = TRUE
  121. -- Enabling gr-fft support.
  122. -- Override with -DENABLE_GR_FFT=ON/OFF
  123. --
  124. -- Configuring gr-filter support...
  125. -- Dependency Boost_FOUND = TRUE
  126. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  127. -- Dependency ENABLE_GR_FFT = ON
  128. -- Dependency ENABLE_GR_BLOCKS = ON
  129. -- Enabling gr-filter support.
  130. -- Override with -DENABLE_GR_FILTER=ON/OFF
  131. -- Python checking for pyqtgraph - not found
  132. -- Python checking for scipy - found
  133. CMake Warning at gr-filter/CMakeLists.txt:50 (message):
  134. PyQtGraph and Scipy are required to run the filter design tool, but are not
  135. detected! Please make sure they are installed on the target system.
  136.  
  137.  
  138. --
  139. -- Configuring gr-analog support...
  140. -- Dependency Boost_FOUND = TRUE
  141. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  142. -- Dependency ENABLE_GR_BLOCKS = ON
  143. -- Dependency ENABLE_GR_FFT = ON
  144. -- Dependency ENABLE_GR_FILTER = ON
  145. -- Enabling gr-analog support.
  146. -- Override with -DENABLE_GR_ANALOG=ON/OFF
  147. --
  148. -- Configuring gr-digital support...
  149. -- Dependency Boost_FOUND = TRUE
  150. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  151. -- Dependency ENABLE_GR_FFT = ON
  152. -- Dependency ENABLE_GR_FILTER = ON
  153. -- Dependency ENABLE_GR_BLOCKS = ON
  154. -- Dependency ENABLE_GR_ANALOG = ON
  155. -- Enabling gr-digital support.
  156. -- Override with -DENABLE_GR_DIGITAL=ON/OFF
  157. --
  158. -- Configuring gr-dtv support...
  159. -- Dependency Boost_FOUND = TRUE
  160. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  161. -- Dependency ENABLE_GR_ANALOG = ON
  162. -- Dependency ENABLE_GR_FILTER = ON
  163. -- Dependency ENABLE_GR_FEC = ON
  164. -- Enabling gr-dtv support.
  165. -- Override with -DENABLE_GR_DTV=ON/OFF
  166. --
  167. -- Configuring gr-audio support...
  168. -- Dependency Boost_FOUND = TRUE
  169. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  170. -- Enabling gr-audio support.
  171. -- Override with -DENABLE_GR_AUDIO=ON/OFF
  172. -- Found ALSA 1.2.4
  173. -- Found jack: /usr/lib64/libjack.so
  174. --
  175. -- Configuring gr-channels support...
  176. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  177. -- Dependency ENABLE_GR_BLOCKS = ON
  178. -- Dependency ENABLE_GR_FFT = ON
  179. -- Dependency ENABLE_GR_FILTER = ON
  180. -- Dependency ENABLE_GR_ANALOG = ON
  181. -- Enabling gr-channels support.
  182. -- Override with -DENABLE_GR_CHANNELS=ON/OFF
  183. --
  184. -- Configuring gr-pdu support...
  185. -- Dependency Boost_FOUND = TRUE
  186. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  187. -- Dependency ENABLE_GR_BLOCKS = ON
  188. -- Dependency ENABLE_GR_FILTER = ON
  189. -- Enabling gr-pdu support.
  190. -- Override with -DENABLE_GR_PDU=ON/OFF
  191. --
  192. -- Configuring gr-iio support...
  193. -- Dependency Boost_FOUND = TRUE
  194. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  195. -- Dependency ENABLE_GR_BLOCKS = ON
  196. -- Dependency libiio_FOUND = TRUE
  197. -- Enabling gr-iio support.
  198. -- Override with -DENABLE_GR_IIO=ON/OFF
  199. -- Python checking for PyQt5 - found
  200. -- QWT Version: 6.1.6
  201. --
  202. -- Configuring gr-qtgui support...
  203. -- Dependency Boost_FOUND = TRUE
  204. -- Dependency QT_FOUND = 1
  205. -- Dependency QWT_FOUND = TRUE
  206. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  207. -- Dependency ENABLE_GR_FFT = ON
  208. -- Dependency ENABLE_GR_FILTER = ON
  209. -- Dependency PYTHONLIBS_FOUND = TRUE
  210. -- Dependency PYQT5_FOUND = TRUE
  211. -- Enabling gr-qtgui support.
  212. -- Override with -DENABLE_GR_QTGUI=ON/OFF
  213. --
  214. -- Configuring gr-trellis support...
  215. -- Dependency Boost_FOUND = TRUE
  216. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  217. -- Dependency ENABLE_GR_ANALOG = ON
  218. -- Dependency ENABLE_GR_BLOCKS = ON
  219. -- Dependency ENABLE_GR_DIGITAL = ON
  220. -- Enabling gr-trellis support.
  221. -- Override with -DENABLE_GR_TRELLIS=ON/OFF
  222. -- Checking for module 'uhd'
  223. -- No package 'uhd' found
  224. --
  225. -- Configuring gr-uhd support...
  226. -- Dependency Boost_FOUND = TRUE
  227. -- Dependency UHD_FOUND = 0
  228. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  229. -- Dependency ENABLE_GR_FILTER = ON
  230. -- Dependency ENABLE_GR_BLOCKS = ON
  231. -- Dependency ENABLE_GR_ANALOG = ON
  232. -- Disabling gr-uhd support.
  233. -- Override with -DENABLE_GR_UHD=ON/OFF
  234. --
  235. -- Configuring gr-uhd UHD 4.0 RFNoC support...
  236. -- Dependency ENABLE_GR_UHD = OFF
  237. -- Dependency UHD_FOUR_POINT_OH_RFNOC = FALSE
  238. -- Disabling gr-uhd UHD 4.0 RFNoC support.
  239. -- Override with -DENABLE_UHD_RFNOC=ON/OFF
  240. --
  241. -- Configuring gr-video-sdl support...
  242. -- Dependency SDL_FOUND = TRUE
  243. -- Dependency Boost_FOUND = TRUE
  244. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  245. -- Enabling gr-video-sdl support.
  246. -- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
  247. --
  248. -- Configuring gr-vocoder support...
  249. -- Dependency Boost_FOUND = TRUE
  250. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  251. -- Dependency ENABLE_GR_FFT = ON
  252. -- Dependency ENABLE_GR_BLOCKS = ON
  253. -- Dependency ENABLE_GR_FILTER = ON
  254. -- Dependency ENABLE_GR_ANALOG = ON
  255. -- Enabling gr-vocoder support.
  256. -- Override with -DENABLE_GR_VOCODER=ON/OFF
  257. --
  258. -- Configuring gr-wavelet support...
  259. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  260. -- Dependency ENABLE_GR_BLOCKS = ON
  261. -- Dependency ENABLE_GR_ANALOG = ON
  262. -- Dependency GSL_FOUND = TRUE
  263. -- Enabling gr-wavelet support.
  264. -- Override with -DENABLE_GR_WAVELET=ON/OFF
  265. --
  266. -- Configuring gr-zeromq support...
  267. -- Dependency Boost_FOUND = TRUE
  268. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  269. -- Dependency ZEROMQ_FOUND = TRUE
  270. -- Enabling gr-zeromq support.
  271. -- Override with -DENABLE_GR_ZEROMQ=ON/OFF
  272. --
  273. -- Configuring gr-network support...
  274. -- Dependency Boost_FOUND = TRUE
  275. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  276. -- Enabling gr-network support.
  277. -- Override with -DENABLE_GR_NETWORK=ON/OFF
  278. --
  279. -- Configuring gr-soapy support...
  280. -- Dependency Boost_FOUND = TRUE
  281. -- Dependency SoapySDR_FOUND = 1
  282. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  283. -- Enabling gr-soapy support.
  284. -- Override with -DENABLE_GR_SOAPY=ON/OFF
  285. -- SOAPY Version: 0.7.2-unknown
  286. -- No C++ unit tests... skipping
  287. --
  288. -- ######################################################
  289. -- # Gnuradio enabled components
  290. -- ######################################################
  291. -- * testing-support
  292. -- * post-install
  293. -- * doxygen
  294. -- * man-pages
  295. -- * gnuradio-runtime
  296. -- * common-precompiled-headers
  297. -- * gr-ctrlport
  298. -- * gr-blocks
  299. -- * gr-fec
  300. -- * gr-fft
  301. -- * gr-filter
  302. -- * gr-analog
  303. -- * gr-digital
  304. -- * gr-dtv
  305. -- * gr-audio
  306. -- * * alsa
  307. -- * * oss
  308. -- * * jack
  309. -- * * portaudio
  310. -- * gr-channels
  311. -- * gr-pdu
  312. -- * gr-iio
  313. -- * * libad9361
  314. -- * gr-qtgui
  315. -- * gr-trellis
  316. -- * gr-video-sdl
  317. -- * gr-vocoder
  318. -- * * codec2
  319. -- * * freedv
  320. -- * * gsm
  321. -- * gr-wavelet
  322. -- * gr-zeromq
  323. -- * gr-network
  324. -- * gr-soapy
  325. --
  326. -- ######################################################
  327. -- # Gnuradio disabled components
  328. -- ######################################################
  329. -- * python-support
  330. -- * gr-uhd
  331. -- * gr-uhd UHD 4.0 RFNoC
  332. --
  333. -- Using install prefix: /usr/local
  334. -- Building for version: v3.10.0.0-4-gb2c9623c / 3.11.0git
  335. -- Configuring done
  336. -- Generating done
  337. -- Build files have been written to: /usr/local/src/gnuradio/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement