Advertisement
Guest User

Untitled

a guest
Jan 19th, 2022
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.62 KB | None | 0 0
  1. cmake -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_C_COMPILER=gcc-11 -DENABLE_GR_SOAPY=ON -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../
  2. -- Build type set to Release.
  3. -- Build date set to Wed, 19 Jan 2022 06:23:44Z.
  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. -- Compiler Version: cc (SUSE Linux) 7.5.0
  14. Copyright (C) 2017 Free Software Foundation, Inc.
  15. This is free software; see the source for copying conditions. There is NO
  16. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  17. -- Compiler Flags: /usr/bin/cc:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  18. /usr/bin/g++-11:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  19. -- ADDING PERF COUNTERS
  20. -- User set python executable /usr/bin/python3
  21. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.6.15", minimum required is "3.6.5")
  22. -- Python checking for packaging - found
  23. -- Python checking for numpy - not found
  24. -- Python checking for pygccxml - not found
  25. --
  26. -- ***************************** WARNING!!! *************************
  27. -- pygccxml is highly recommended for using gr_modtool
  28. -- and is either not present or below the minimum version 2.0.0
  29. -- Only trivial bindings will be generated using gr_modtool bind
  30. -- ******************************************************************
  31. -- Found PythonInterp: /usr/bin/python3 (found version "3.6.15")
  32. -- Found PythonLibs: /usr/lib64/libpython3.6m.so
  33. --
  34. -- Configuring python-support support...
  35. -- Dependency PYTHONLIBS_FOUND = TRUE
  36. -- Dependency PACKAGING_FOUND = TRUE
  37. -- Dependency pybind11_FOUND = 1
  38. -- Dependency NUMPY_FOUND = FALSE
  39. -- Disabling python-support support.
  40. -- Override with -DENABLE_PYTHON=ON/OFF
  41. --
  42. -- Configuring VOLK support...
  43. -- Found VOLK:
  44. -- * Version: 2.5.0
  45. -- * Libraries: Volk::volk
  46. -- * Includes: /usr/local/include
  47. -- Not using additional GNU Radio native architecture optimizations.
  48. -- Checking for module 'gmp'
  49. -- No package 'gmp' found
  50. -- Using GMP.
  51. --
  52. -- Configuring post-install support...
  53. -- Enabling post-install support.
  54. -- Override with -DENABLE_POSTINSTALL=ON/OFF
  55. --
  56. -- Configuring doxygen support...
  57. -- Dependency DOXYGEN_FOUND = YES
  58. -- Enabling doxygen support.
  59. -- Override with -DENABLE_DOXYGEN=ON/OFF
  60. --
  61. -- Configuring man-pages support...
  62. -- Enabling man-pages support.
  63. -- Override with -DENABLE_MANPAGES=ON/OFF
  64. -- Checking for module 'gmp'
  65. -- No package 'gmp' found
  66. -- Using GMP.
  67. --
  68. -- Configuring gnuradio-runtime support...
  69. -- Dependency Boost_FOUND = TRUE
  70. -- Dependency PYTHONINTERP_FOUND = TRUE
  71. -- Dependency MPLIB_FOUND = TRUE
  72. -- Dependency spdlog_FOUND = 1
  73. -- Enabling gnuradio-runtime support.
  74. -- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
  75. --
  76. -- Configuring common-precompiled-headers support...
  77. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  78. -- Dependency GR_CMAKE_HAS_PCH = 3.17.0
  79. -- Enabling common-precompiled-headers support.
  80. -- Override with -DENABLE_COMMON_PCH=ON/OFF
  81. --
  82. -- Configuring gr-ctrlport support...
  83. -- Dependency Boost_FOUND = TRUE
  84. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  85. -- Enabling gr-ctrlport support.
  86. -- Override with -DENABLE_GR_CTRLPORT=ON/OFF
  87. -- thrift looking for version 0.13
  88. -- Could not find appropriate version of Thrift: 0.10.0 < 0.13
  89. -- Found libunwind
  90. -- Loading build date Wed, 19 Jan 2022 06:23:44Z into constants...
  91. -- Loading version v3.10.0.0-4-gb2c9623c into constants...
  92. -- TRY_SHM_VMCIRCBUF set to ON.
  93. --
  94. -- Configuring gr-blocks support...
  95. -- Dependency Boost_FOUND = TRUE
  96. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  97. -- Enabling gr-blocks support.
  98. -- Override with -DENABLE_GR_BLOCKS=ON/OFF
  99. --
  100. -- Configuring gr-fec support...
  101. -- Dependency Boost_FOUND = TRUE
  102. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  103. -- Dependency ENABLE_GR_BLOCKS = ON
  104. -- Enabling gr-fec support.
  105. -- Override with -DENABLE_GR_FEC=ON/OFF
  106. --
  107. -- Configuring gr-fft support...
  108. -- Dependency Boost_FOUND = TRUE
  109. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  110. -- Dependency ENABLE_GR_BLOCKS = ON
  111. -- Dependency FFTW3f_FOUND = TRUE
  112. -- Enabling gr-fft support.
  113. -- Override with -DENABLE_GR_FFT=ON/OFF
  114. --
  115. -- Configuring gr-filter support...
  116. -- Dependency Boost_FOUND = TRUE
  117. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  118. -- Dependency ENABLE_GR_FFT = ON
  119. -- Dependency ENABLE_GR_BLOCKS = ON
  120. -- Enabling gr-filter support.
  121. -- Override with -DENABLE_GR_FILTER=ON/OFF
  122. -- Python checking for pyqtgraph - not found
  123. -- Python checking for scipy - found
  124. CMake Warning at gr-filter/CMakeLists.txt:50 (message):
  125. PyQtGraph and Scipy are required to run the filter design tool, but are not
  126. detected! Please make sure they are installed on the target system.
  127.  
  128.  
  129. --
  130. -- Configuring gr-analog support...
  131. -- Dependency Boost_FOUND = TRUE
  132. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  133. -- Dependency ENABLE_GR_BLOCKS = ON
  134. -- Dependency ENABLE_GR_FFT = ON
  135. -- Dependency ENABLE_GR_FILTER = ON
  136. -- Enabling gr-analog support.
  137. -- Override with -DENABLE_GR_ANALOG=ON/OFF
  138. --
  139. -- Configuring gr-digital support...
  140. -- Dependency Boost_FOUND = TRUE
  141. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  142. -- Dependency ENABLE_GR_FFT = ON
  143. -- Dependency ENABLE_GR_FILTER = ON
  144. -- Dependency ENABLE_GR_BLOCKS = ON
  145. -- Dependency ENABLE_GR_ANALOG = ON
  146. -- Enabling gr-digital support.
  147. -- Override with -DENABLE_GR_DIGITAL=ON/OFF
  148. --
  149. -- Configuring gr-dtv support...
  150. -- Dependency Boost_FOUND = TRUE
  151. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  152. -- Dependency ENABLE_GR_ANALOG = ON
  153. -- Dependency ENABLE_GR_FILTER = ON
  154. -- Dependency ENABLE_GR_FEC = ON
  155. -- Enabling gr-dtv support.
  156. -- Override with -DENABLE_GR_DTV=ON/OFF
  157. --
  158. -- Configuring gr-audio support...
  159. -- Dependency Boost_FOUND = TRUE
  160. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  161. -- Enabling gr-audio support.
  162. -- Override with -DENABLE_GR_AUDIO=ON/OFF
  163. -- Found ALSA 1.2.4
  164. -- Found jack: /usr/lib64/libjack.so
  165. --
  166. -- Configuring gr-channels support...
  167. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  168. -- Dependency ENABLE_GR_BLOCKS = ON
  169. -- Dependency ENABLE_GR_FFT = ON
  170. -- Dependency ENABLE_GR_FILTER = ON
  171. -- Dependency ENABLE_GR_ANALOG = ON
  172. -- Enabling gr-channels support.
  173. -- Override with -DENABLE_GR_CHANNELS=ON/OFF
  174. --
  175. -- Configuring gr-pdu support...
  176. -- Dependency Boost_FOUND = TRUE
  177. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  178. -- Dependency ENABLE_GR_BLOCKS = ON
  179. -- Dependency ENABLE_GR_FILTER = ON
  180. -- Enabling gr-pdu support.
  181. -- Override with -DENABLE_GR_PDU=ON/OFF
  182. --
  183. -- Configuring gr-iio support...
  184. -- Dependency Boost_FOUND = TRUE
  185. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  186. -- Dependency ENABLE_GR_BLOCKS = ON
  187. -- Dependency libiio_FOUND = TRUE
  188. -- Enabling gr-iio support.
  189. -- Override with -DENABLE_GR_IIO=ON/OFF
  190. -- Python checking for PyQt5 - found
  191. -- QWT Version: 6.1.6
  192. --
  193. -- Configuring gr-qtgui support...
  194. -- Dependency Boost_FOUND = TRUE
  195. -- Dependency QT_FOUND = 1
  196. -- Dependency QWT_FOUND = TRUE
  197. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  198. -- Dependency ENABLE_GR_FFT = ON
  199. -- Dependency ENABLE_GR_FILTER = ON
  200. -- Dependency PYTHONLIBS_FOUND = TRUE
  201. -- Dependency PYQT5_FOUND = TRUE
  202. -- Enabling gr-qtgui support.
  203. -- Override with -DENABLE_GR_QTGUI=ON/OFF
  204. --
  205. -- Configuring gr-trellis support...
  206. -- Dependency Boost_FOUND = TRUE
  207. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  208. -- Dependency ENABLE_GR_ANALOG = ON
  209. -- Dependency ENABLE_GR_BLOCKS = ON
  210. -- Dependency ENABLE_GR_DIGITAL = ON
  211. -- Enabling gr-trellis support.
  212. -- Override with -DENABLE_GR_TRELLIS=ON/OFF
  213. -- Checking for module 'uhd'
  214. -- No package 'uhd' found
  215. --
  216. -- Configuring gr-uhd support...
  217. -- Dependency Boost_FOUND = TRUE
  218. -- Dependency UHD_FOUND = 0
  219. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  220. -- Dependency ENABLE_GR_FILTER = ON
  221. -- Dependency ENABLE_GR_BLOCKS = ON
  222. -- Dependency ENABLE_GR_ANALOG = ON
  223. -- Disabling gr-uhd support.
  224. -- Override with -DENABLE_GR_UHD=ON/OFF
  225. --
  226. -- Configuring gr-uhd UHD 4.0 RFNoC support...
  227. -- Dependency ENABLE_GR_UHD = OFF
  228. -- Dependency UHD_FOUR_POINT_OH_RFNOC = FALSE
  229. -- Disabling gr-uhd UHD 4.0 RFNoC support.
  230. -- Override with -DENABLE_UHD_RFNOC=ON/OFF
  231. --
  232. -- Configuring gr-video-sdl support...
  233. -- Dependency SDL_FOUND = TRUE
  234. -- Dependency Boost_FOUND = TRUE
  235. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  236. -- Enabling gr-video-sdl support.
  237. -- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
  238. --
  239. -- Configuring gr-vocoder support...
  240. -- Dependency Boost_FOUND = TRUE
  241. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  242. -- Dependency ENABLE_GR_FFT = ON
  243. -- Dependency ENABLE_GR_BLOCKS = ON
  244. -- Dependency ENABLE_GR_FILTER = ON
  245. -- Dependency ENABLE_GR_ANALOG = ON
  246. -- Enabling gr-vocoder support.
  247. -- Override with -DENABLE_GR_VOCODER=ON/OFF
  248. --
  249. -- Configuring gr-wavelet support...
  250. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  251. -- Dependency ENABLE_GR_BLOCKS = ON
  252. -- Dependency ENABLE_GR_ANALOG = ON
  253. -- Dependency GSL_FOUND = TRUE
  254. -- Enabling gr-wavelet support.
  255. -- Override with -DENABLE_GR_WAVELET=ON/OFF
  256. --
  257. -- Configuring gr-zeromq support...
  258. -- Dependency Boost_FOUND = TRUE
  259. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  260. -- Dependency ZEROMQ_FOUND = TRUE
  261. -- Enabling gr-zeromq support.
  262. -- Override with -DENABLE_GR_ZEROMQ=ON/OFF
  263. --
  264. -- Configuring gr-network support...
  265. -- Dependency Boost_FOUND = TRUE
  266. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  267. -- Enabling gr-network support.
  268. -- Override with -DENABLE_GR_NETWORK=ON/OFF
  269. --
  270. -- Configuring gr-soapy support...
  271. -- Dependency Boost_FOUND = TRUE
  272. -- Dependency SoapySDR_FOUND = 1
  273. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  274. -- Enabling gr-soapy support.
  275. -- Override with -DENABLE_GR_SOAPY=ON/OFF
  276. -- SOAPY Version: 0.7.2-unknown
  277. -- No C++ unit tests... skipping
  278. --
  279. -- ######################################################
  280. -- # Gnuradio enabled components
  281. -- ######################################################
  282. -- * testing-support
  283. -- * post-install
  284. -- * doxygen
  285. -- * man-pages
  286. -- * gnuradio-runtime
  287. -- * common-precompiled-headers
  288. -- * gr-ctrlport
  289. -- * gr-blocks
  290. -- * gr-fec
  291. -- * gr-fft
  292. -- * gr-filter
  293. -- * gr-analog
  294. -- * gr-digital
  295. -- * gr-dtv
  296. -- * gr-audio
  297. -- * * alsa
  298. -- * * oss
  299. -- * * jack
  300. -- * * portaudio
  301. -- * gr-channels
  302. -- * gr-pdu
  303. -- * gr-iio
  304. -- * * libad9361
  305. -- * gr-qtgui
  306. -- * gr-trellis
  307. -- * gr-video-sdl
  308. -- * gr-vocoder
  309. -- * * codec2
  310. -- * * freedv
  311. -- * * gsm
  312. -- * gr-wavelet
  313. -- * gr-zeromq
  314. -- * gr-network
  315. -- * gr-soapy
  316. --
  317. -- ######################################################
  318. -- # Gnuradio disabled components
  319. -- ######################################################
  320. -- * python-support
  321. -- * gr-uhd
  322. -- * gr-uhd UHD 4.0 RFNoC
  323. --
  324. -- Using install prefix: /usr/local
  325. -- Building for version: v3.10.0.0-4-gb2c9623c / 3.11.0git
  326. -- Configuring done
  327. You have changed variables that require your cache to be deleted.
  328. Configure will be re-run and you may have to reset some variables.
  329. The following variables have changed:
  330. CMAKE_C_COMPILER= gcc-11
  331.  
  332. -- The CXX compiler identification is GNU 7.5.0
  333. -- The C compiler identification is GNU 11.2.1
  334. -- Check for working CXX compiler: /usr/bin/c++
  335. -- Check for working CXX compiler: /usr/bin/c++ - works
  336. -- Detecting CXX compiler ABI info
  337. -- Detecting CXX compiler ABI info - done
  338. -- Detecting CXX compile features
  339. -- Detecting CXX compile features - done
  340. -- Check for working C compiler: /usr/bin/gcc-11
  341. -- Check for working C compiler: /usr/bin/gcc-11 - works
  342. -- Detecting C compiler ABI info
  343. -- Detecting C compiler ABI info - done
  344. -- Detecting C compile features
  345. -- Detecting C compile features - done
  346. -- Build type not specified: defaulting to release.
  347. -- Build type set to Release.
  348. -- Build date set to Wed, 19 Jan 2022 06:23:46Z.
  349. --
  350. -- The build system will automatically enable all components.
  351. -- Use -DENABLE_DEFAULT=OFF to disable components by default.
  352. -- Found Git: /usr/bin/git
  353. -- Extracting version information from git describe...
  354. -- Found Boost: /usr/lib64/cmake/Boost-1.75.0/BoostConfig.cmake (found suitable version "1.75.0", minimum required is "1.69") found components: date_time program_options system regex thread unit_test_framework
  355. --
  356. -- Configuring testing-support support...
  357. -- Dependency Boost_UNIT_TEST_FRAMEWORK_FOUND = 1
  358. -- Enabling testing-support support.
  359. -- Override with -DENABLE_TESTING=ON/OFF
  360. CMake Warning at cmake/Modules/GrCompilerSettings.cmake:26 (MESSAGE):
  361.  
  362.  
  363. The compiler selected to build GNU Radio (GCC version 7.5.0 : /usr/bin/c++)
  364. is older than that officially supported (9.3.0 minimum). This build may or
  365. not work. We highly recommend using a more recent GCC version.
  366. Call Stack (most recent call first):
  367. CMakeLists.txt:100 (include)
  368.  
  369.  
  370. -- Check if the system is big endian
  371. -- Searching 16 bit integer
  372. -- Looking for sys/types.h
  373. -- Looking for sys/types.h - found
  374. -- Looking for stdint.h
  375. -- Looking for stdint.h - found
  376. -- Looking for stddef.h
  377. -- Looking for stddef.h - found
  378. -- Check size of unsigned short
  379. -- Check size of unsigned short - done
  380. -- Searching 16 bit integer - Using unsigned short
  381. -- Check if the system is big endian - little endian
  382. -- Performing Test HAVE_VISIBILITY_HIDDEN
  383. -- Performing Test HAVE_VISIBILITY_HIDDEN - Success
  384. -- Performing Test HAVE_WARN_SIGN_COMPARE
  385. -- Performing Test HAVE_WARN_SIGN_COMPARE - Success
  386. -- Performing Test HAVE_WARN_ALL
  387. -- Performing Test HAVE_WARN_ALL - Success
  388. -- Performing Test HAVE_WARN_NO_UNINITIALIZED
  389. -- Performing Test HAVE_WARN_NO_UNINITIALIZED - Success
  390. -- Compiler Version: gcc-11 (SUSE Linux) 11.2.1 20220103 [revision d4a1d3c4b377f1d4acb34fe1b55b5088a3f293f6]
  391. Copyright (C) 2021 Free Software Foundation, Inc.
  392. This is free software; see the source for copying conditions. There is NO
  393. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  394. -- Compiler Flags: /usr/bin/gcc-11:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  395. /usr/bin/c++:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  396. -- ADDING PERF COUNTERS
  397. -- PYTHON_EXECUTABLE not set - using default python3
  398. -- Found PythonInterp: /usr/bin/python3.6 (found suitable version "3.6.15", minimum required is "3.6.5")
  399. -- Found PythonLibs: /usr/lib64/libpython3.6m.so (found suitable exact version "3.6.15")
  400. -- Python checking for packaging - found
  401. -- Python checking for numpy - not found
  402. -- Python checking for pygccxml - not found
  403. --
  404. -- ***************************** WARNING!!! *************************
  405. -- pygccxml is highly recommended for using gr_modtool
  406. -- and is either not present or below the minimum version 2.0.0
  407. -- Only trivial bindings will be generated using gr_modtool bind
  408. -- ******************************************************************
  409. -- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.15")
  410. -- Found PythonLibs: /usr/lib64/libpython3.6m.so
  411. --
  412. -- Configuring python-support support...
  413. -- Dependency PYTHONLIBS_FOUND = TRUE
  414. -- Dependency PACKAGING_FOUND = TRUE
  415. -- Dependency pybind11_FOUND = 1
  416. -- Dependency NUMPY_FOUND = FALSE
  417. -- Disabling python-support support.
  418. -- Override with -DENABLE_PYTHON=ON/OFF
  419. --
  420. -- Configuring VOLK support...
  421. -- Found Volk: Volk::volk
  422. -- Found VOLK:
  423. -- * Version: 2.5.0
  424. -- * Libraries: Volk::volk
  425. -- * Includes: /usr/local/include
  426. -- Not using additional GNU Radio native architecture optimizations.
  427. -- Performing Test HAVE_CX_LIMITED_RANGE
  428. -- Performing Test HAVE_CX_LIMITED_RANGE - Success
  429. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
  430. -- Checking for module 'gmp'
  431. -- No package 'gmp' found
  432. -- Found GMP: /usr/lib64/libgmpxx.so
  433. -- Using GMP.
  434. -- Found MPLIB: /usr/lib64/libgmpxx.so
  435. --
  436. -- Configuring post-install support...
  437. -- Enabling post-install support.
  438. -- Override with -DENABLE_POSTINSTALL=ON/OFF
  439. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.14") found components: doxygen dot
  440. -- Found MathJax2: /usr/share/javascript/mathjax/MathJax.js
  441. --
  442. -- Configuring doxygen support...
  443. -- Dependency DOXYGEN_FOUND = YES
  444. -- Enabling doxygen support.
  445. -- Override with -DENABLE_DOXYGEN=ON/OFF
  446. --
  447. -- Configuring man-pages support...
  448. -- Enabling man-pages support.
  449. -- Override with -DENABLE_MANPAGES=ON/OFF
  450. -- Checking for module 'gmp'
  451. -- No package 'gmp' found
  452. -- Using GMP.
  453. -- Looking for C++ include sys/mman.h
  454. -- Looking for C++ include sys/mman.h - found
  455. -- Looking for C++ include sys/ipc.h
  456. -- Looking for C++ include sys/ipc.h - found
  457. -- Looking for C++ include sys/shm.h
  458. -- Looking for C++ include sys/shm.h - found
  459. -- Looking for C++ include signal.h
  460. -- Looking for C++ include signal.h - found
  461. -- Performing Test HAVE_SIGACTION
  462. -- Performing Test HAVE_SIGACTION - Success
  463. -- Performing Test HAVE_SYSCONF
  464. -- Performing Test HAVE_SYSCONF - Success
  465. -- Performing Test HAVE_GETPAGESIZE
  466. -- Performing Test HAVE_GETPAGESIZE - Success
  467. -- Performing Test HAVE_PTHREAD_SIGMASK
  468. -- Performing Test HAVE_PTHREAD_SIGMASK - Success
  469. -- Performing Test HAVE_CREATEFILEMAPPING
  470. -- Performing Test HAVE_CREATEFILEMAPPING - Failed
  471. -- Performing Test HAVE_SHM_OPEN
  472. -- Performing Test HAVE_SHM_OPEN - Success
  473. -- Performing Test HAVE_SINCOS
  474. -- Performing Test HAVE_SINCOS - Success
  475. -- Performing Test HAVE_SINCOSF
  476. -- Performing Test HAVE_SINCOSF - Success
  477. -- Performing Test HAVE_SINF
  478. -- Performing Test HAVE_SINF - Success
  479. -- Performing Test HAVE_COSF
  480. -- Performing Test HAVE_COSF - Success
  481. -- Performing Test HAVE_MMAP
  482. -- Performing Test HAVE_MMAP - Success
  483. -- Performing Test HAVE_PTHREAD_SETSCHEDPARAM
  484. -- Performing Test HAVE_PTHREAD_SETSCHEDPARAM - Success
  485. -- Performing Test HAVE_SCHED_SETSCHEDULER
  486. -- Performing Test HAVE_SCHED_SETSCHEDULER - Success
  487. -- Found Threads: TRUE
  488. --
  489. -- Configuring gnuradio-runtime support...
  490. -- Dependency Boost_FOUND = TRUE
  491. -- Dependency PYTHONINTERP_FOUND = TRUE
  492. -- Dependency MPLIB_FOUND = TRUE
  493. -- Dependency spdlog_FOUND = 1
  494. -- Enabling gnuradio-runtime support.
  495. -- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
  496. --
  497. -- Configuring common-precompiled-headers support...
  498. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  499. -- Dependency GR_CMAKE_HAS_PCH = 3.17.0
  500. -- Enabling common-precompiled-headers support.
  501. -- Override with -DENABLE_COMMON_PCH=ON/OFF
  502. --
  503. -- Configuring gr-ctrlport support...
  504. -- Dependency Boost_FOUND = TRUE
  505. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  506. -- Enabling gr-ctrlport support.
  507. -- Override with -DENABLE_GR_CTRLPORT=ON/OFF
  508. -- Checking for module 'thrift'
  509. -- Found thrift, version 0.10.0
  510. -- thrift looking for version 0.13
  511. -- Could not find appropriate version of Thrift: 0.10.0 < 0.13
  512. -- Looking for C++ include sys/resource.h
  513. -- Looking for C++ include sys/resource.h - found
  514. -- Checking for module 'libunwind'
  515. -- Found libunwind, version 1.5.0
  516. -- Found libunwind
  517. -- Loading build date Wed, 19 Jan 2022 06:23:46Z into constants...
  518. -- Loading version v3.10.0.0-4-gb2c9623c into constants...
  519. -- TRY_SHM_VMCIRCBUF set to ON.
  520. -- Checking for module 'sndfile'
  521. -- Found sndfile, version 1.0.28
  522. -- Found SNDFILE: /usr/lib64/libsndfile.so
  523. --
  524. -- Configuring gr-blocks support...
  525. -- Dependency Boost_FOUND = TRUE
  526. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  527. -- Enabling gr-blocks support.
  528. -- Override with -DENABLE_GR_BLOCKS=ON/OFF
  529. -- Looking for C++ include io.h
  530. -- Looking for C++ include io.h - not found
  531. -- Found GSL: /usr/include (found version "2.6")
  532. --
  533. -- Configuring gr-fec support...
  534. -- Dependency Boost_FOUND = TRUE
  535. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  536. -- Dependency ENABLE_GR_BLOCKS = ON
  537. -- Enabling gr-fec support.
  538. -- Override with -DENABLE_GR_FEC=ON/OFF
  539. -- Checking for module 'fftw3f >= 3.0'
  540. -- Found fftw3f , version 3.3.9
  541. -- Found FFTW3f: /usr/lib64/libfftw3f.so
  542. --
  543. -- Configuring gr-fft support...
  544. -- Dependency Boost_FOUND = TRUE
  545. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  546. -- Dependency ENABLE_GR_BLOCKS = ON
  547. -- Dependency FFTW3f_FOUND = TRUE
  548. -- Enabling gr-fft support.
  549. -- Override with -DENABLE_GR_FFT=ON/OFF
  550. --
  551. -- Configuring gr-filter support...
  552. -- Dependency Boost_FOUND = TRUE
  553. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  554. -- Dependency ENABLE_GR_FFT = ON
  555. -- Dependency ENABLE_GR_BLOCKS = ON
  556. -- Enabling gr-filter support.
  557. -- Override with -DENABLE_GR_FILTER=ON/OFF
  558. -- Python checking for pyqtgraph - not found
  559. -- Python checking for scipy - found
  560. CMake Warning at gr-filter/CMakeLists.txt:50 (message):
  561. PyQtGraph and Scipy are required to run the filter design tool, but are not
  562. detected! Please make sure they are installed on the target system.
  563.  
  564.  
  565. --
  566. -- Configuring gr-analog support...
  567. -- Dependency Boost_FOUND = TRUE
  568. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  569. -- Dependency ENABLE_GR_BLOCKS = ON
  570. -- Dependency ENABLE_GR_FFT = ON
  571. -- Dependency ENABLE_GR_FILTER = ON
  572. -- Enabling gr-analog support.
  573. -- Override with -DENABLE_GR_ANALOG=ON/OFF
  574. --
  575. -- Configuring gr-digital support...
  576. -- Dependency Boost_FOUND = TRUE
  577. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  578. -- Dependency ENABLE_GR_FFT = ON
  579. -- Dependency ENABLE_GR_FILTER = ON
  580. -- Dependency ENABLE_GR_BLOCKS = ON
  581. -- Dependency ENABLE_GR_ANALOG = ON
  582. -- Enabling gr-digital support.
  583. -- Override with -DENABLE_GR_DIGITAL=ON/OFF
  584. --
  585. -- Configuring gr-dtv support...
  586. -- Dependency Boost_FOUND = TRUE
  587. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  588. -- Dependency ENABLE_GR_ANALOG = ON
  589. -- Dependency ENABLE_GR_FILTER = ON
  590. -- Dependency ENABLE_GR_FEC = ON
  591. -- Enabling gr-dtv support.
  592. -- Override with -DENABLE_GR_DTV=ON/OFF
  593. -- Performing Test SSE2_SUPPORTED
  594. -- Performing Test SSE2_SUPPORTED - Success
  595. --
  596. -- Configuring gr-audio support...
  597. -- Dependency Boost_FOUND = TRUE
  598. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  599. -- Enabling gr-audio support.
  600. -- Override with -DENABLE_GR_AUDIO=ON/OFF
  601. -- Checking for module 'alsa'
  602. -- Found alsa, version 1.2.4
  603. -- Found ALSA 1.2.4
  604. -- Checking for module 'jack'
  605. -- Found jack, version 1.9.12
  606. -- Found jack: /usr/lib64/libjack.so
  607. -- Looking for C++ include AudioUnit/AudioUnit.h
  608. -- Looking for C++ include AudioUnit/AudioUnit.h - not found
  609. -- Looking for C++ include AudioToolbox/AudioToolbox.h
  610. -- Looking for C++ include AudioToolbox/AudioToolbox.h - not found
  611. -- Checking for module 'portaudio-2.0'
  612. -- Found portaudio-2.0, version 19
  613. -- Performing Test PORTAUDIO2_FOUND
  614. -- Performing Test PORTAUDIO2_FOUND - Success
  615. -- Found PORTAUDIO: /usr/include
  616. --
  617. -- Configuring gr-channels support...
  618. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  619. -- Dependency ENABLE_GR_BLOCKS = ON
  620. -- Dependency ENABLE_GR_FFT = ON
  621. -- Dependency ENABLE_GR_FILTER = ON
  622. -- Dependency ENABLE_GR_ANALOG = ON
  623. -- Enabling gr-channels support.
  624. -- Override with -DENABLE_GR_CHANNELS=ON/OFF
  625. --
  626. -- Configuring gr-pdu support...
  627. -- Dependency Boost_FOUND = TRUE
  628. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  629. -- Dependency ENABLE_GR_BLOCKS = ON
  630. -- Dependency ENABLE_GR_FILTER = ON
  631. -- Enabling gr-pdu support.
  632. -- Override with -DENABLE_GR_PDU=ON/OFF
  633. -- Found libiio: /usr/lib64/libiio.so (found version "0.21")
  634. -- Found libad9361: /usr/local/lib/libad9361.so (found version "0.2")
  635. --
  636. -- Configuring gr-iio support...
  637. -- Dependency Boost_FOUND = TRUE
  638. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  639. -- Dependency ENABLE_GR_BLOCKS = ON
  640. -- Dependency libiio_FOUND = TRUE
  641. -- Enabling gr-iio support.
  642. -- Override with -DENABLE_GR_IIO=ON/OFF
  643. -- Performing Test libad9361_SUFFICIENT
  644. -- Performing Test libad9361_SUFFICIENT - Success
  645. -- Python checking for PyQt5 - found
  646. -- Checking for module 'Qt5Qwt6'
  647. -- Found Qt5Qwt6, version 6.1.6
  648. -- QWT Version: 6.1.6
  649. -- Found Qwt: /usr/lib64/libqwt.so
  650. --
  651. -- Configuring gr-qtgui support...
  652. -- Dependency Boost_FOUND = TRUE
  653. -- Dependency QT_FOUND = 1
  654. -- Dependency QWT_FOUND = TRUE
  655. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  656. -- Dependency ENABLE_GR_FFT = ON
  657. -- Dependency ENABLE_GR_FILTER = ON
  658. -- Dependency PYTHONLIBS_FOUND = TRUE
  659. -- Dependency PYQT5_FOUND = TRUE
  660. -- Enabling gr-qtgui support.
  661. -- Override with -DENABLE_GR_QTGUI=ON/OFF
  662. --
  663. -- Configuring gr-trellis support...
  664. -- Dependency Boost_FOUND = TRUE
  665. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  666. -- Dependency ENABLE_GR_ANALOG = ON
  667. -- Dependency ENABLE_GR_BLOCKS = ON
  668. -- Dependency ENABLE_GR_DIGITAL = ON
  669. -- Enabling gr-trellis support.
  670. -- Override with -DENABLE_GR_TRELLIS=ON/OFF
  671. -- Checking for module 'uhd'
  672. -- No package 'uhd' found
  673. --
  674. -- Configuring gr-uhd support...
  675. -- Dependency Boost_FOUND = TRUE
  676. -- Dependency UHD_FOUND = 0
  677. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  678. -- Dependency ENABLE_GR_FILTER = ON
  679. -- Dependency ENABLE_GR_BLOCKS = ON
  680. -- Dependency ENABLE_GR_ANALOG = ON
  681. -- Disabling gr-uhd support.
  682. -- Override with -DENABLE_GR_UHD=ON/OFF
  683. --
  684. -- Configuring gr-uhd UHD 4.0 RFNoC support...
  685. -- Dependency ENABLE_GR_UHD = OFF
  686. -- Dependency UHD_FOUR_POINT_OH_RFNOC = FALSE
  687. -- Disabling gr-uhd UHD 4.0 RFNoC support.
  688. -- Override with -DENABLE_UHD_RFNOC=ON/OFF
  689. -- Found SDL: /usr/lib64/libSDLmain.a;/usr/lib64/libSDL.so;-lpthread (found version "1.2.15")
  690. --
  691. -- Configuring gr-video-sdl support...
  692. -- Dependency SDL_FOUND = TRUE
  693. -- Dependency Boost_FOUND = TRUE
  694. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  695. -- Enabling gr-video-sdl support.
  696. -- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
  697. --
  698. -- Configuring gr-vocoder support...
  699. -- Dependency Boost_FOUND = TRUE
  700. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  701. -- Dependency ENABLE_GR_FFT = ON
  702. -- Dependency ENABLE_GR_BLOCKS = ON
  703. -- Dependency ENABLE_GR_FILTER = ON
  704. -- Dependency ENABLE_GR_ANALOG = ON
  705. -- Enabling gr-vocoder support.
  706. -- Override with -DENABLE_GR_VOCODER=ON/OFF
  707. -- Found Codec2: /usr/lib64/libcodec2.so
  708. -- Found GSM: /usr/lib64/libgsm.so
  709. --
  710. -- Configuring gr-wavelet support...
  711. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  712. -- Dependency ENABLE_GR_BLOCKS = ON
  713. -- Dependency ENABLE_GR_ANALOG = ON
  714. -- Dependency GSL_FOUND = TRUE
  715. -- Enabling gr-wavelet support.
  716. -- Override with -DENABLE_GR_WAVELET=ON/OFF
  717. -- Checking for module 'libzmq'
  718. -- Found libzmq, version 4.2.3
  719. -- Found ZeroMQ: /usr/lib64/libzmq.so
  720. --
  721. -- Configuring gr-zeromq support...
  722. -- Dependency Boost_FOUND = TRUE
  723. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  724. -- Dependency ZEROMQ_FOUND = TRUE
  725. -- Enabling gr-zeromq support.
  726. -- Override with -DENABLE_GR_ZEROMQ=ON/OFF
  727. --
  728. -- Configuring gr-network support...
  729. -- Dependency Boost_FOUND = TRUE
  730. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  731. -- Enabling gr-network support.
  732. -- Override with -DENABLE_GR_NETWORK=ON/OFF
  733. -- Looking for C++ include windows.h
  734. -- Looking for C++ include windows.h - not found
  735. --
  736. -- Configuring gr-soapy support...
  737. -- Dependency Boost_FOUND = TRUE
  738. -- Dependency SoapySDR_FOUND = 1
  739. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  740. -- Enabling gr-soapy support.
  741. -- Override with -DENABLE_GR_SOAPY=ON/OFF
  742. -- SOAPY Version: 0.7.2-unknown
  743. -- No C++ unit tests... skipping
  744. --
  745. -- ######################################################
  746. -- # Gnuradio enabled components
  747. -- ######################################################
  748. -- * testing-support
  749. -- * post-install
  750. -- * doxygen
  751. -- * man-pages
  752. -- * gnuradio-runtime
  753. -- * common-precompiled-headers
  754. -- * gr-ctrlport
  755. -- * gr-blocks
  756. -- * gr-fec
  757. -- * gr-fft
  758. -- * gr-filter
  759. -- * gr-analog
  760. -- * gr-digital
  761. -- * gr-dtv
  762. -- * gr-audio
  763. -- * * alsa
  764. -- * * oss
  765. -- * * jack
  766. -- * * portaudio
  767. -- * gr-channels
  768. -- * gr-pdu
  769. -- * gr-iio
  770. -- * * libad9361
  771. -- * gr-qtgui
  772. -- * gr-trellis
  773. -- * gr-video-sdl
  774. -- * gr-vocoder
  775. -- * * codec2
  776. -- * * freedv
  777. -- * * gsm
  778. -- * gr-wavelet
  779. -- * gr-zeromq
  780. -- * gr-network
  781. -- * gr-soapy
  782. --
  783. -- ######################################################
  784. -- # Gnuradio disabled components
  785. -- ######################################################
  786. -- * python-support
  787. -- * gr-uhd
  788. -- * gr-uhd UHD 4.0 RFNoC
  789. --
  790. -- Using install prefix: /usr/local
  791. -- Building for version: v3.10.0.0-4-gb2c9623c / 3.11.0git
  792. -- Configuring done
  793. -- Generating done
  794. -- Build files have been written to: /usr/local/src/gnuradio/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement