Advertisement
Guest User

Untitled

a guest
Feb 10th, 2020
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.25 KB | None | 0 0
  1. user@NB-user:~/workarea-gnuradio/gnuradio-3.8.0.0/build-arm$ cmake -Wno-dev -DCMAKE_TOOLCHAIN_FILE=/home/user/workarea-gnuradio/gnuradio-3.8.0.0/cmake/Toolchains/oe-sdk_cross.cmake -DENABLE_GR_WXGUI=OFF -DENABLE_GR_VOCODER=OFF -DENABLE_GR_DTV=OFF -DENABLE_GR_ATSC=OFF -DENABLE_DOXYGEN=OFF -DCMAKE_INSTALL_PREFIX=/usr ../
  2. -- Build type not specified: defaulting to release.
  3. -- Build type set to Release.
  4. -- Compiler Version: arm-oe-linux-musleabi-gcc (GCC) 8.2.0
  5. Copyright (C) 2018 Free Software Foundation, Inc.
  6. This is free software; see the source for copying conditions. There is NO
  7. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  8. -- Compiler Flags: /home/user/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-musleabi/arm-oe-linux-musleabi-gcc:::-O3 -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  9. /home/user/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/arm-oe-linux-musleabi/arm-oe-linux-musleabi-g++:::-O3 -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
  10. -- ADDING PERF COUNTERS
  11. -- Boost version: 1.68.0
  12. -- Found the following Boost libraries:
  13. -- date_time
  14. -- program_options
  15. -- filesystem
  16. -- system
  17. -- regex
  18. -- thread
  19. -- unit_test_framework
  20. -- chrono
  21. -- atomic
  22. -- User set python executable /home/user/rfnoc/oe/sysroots/x86_64-oesdk-linux/usr/bin/python3
  23. -- Found PythonLibs: /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/lib/libpython3.5m.so (found suitable exact version "3.5.6")
  24. -- Found PythonLibs: /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/lib/libpython3.5m.so (found suitable version "3.5.6", minimum required is "2.7.6")
  25. -- Python checking for six - python 2 and 3 compatibility library - found
  26. --
  27. -- Checking for module SWIG
  28. -- Found SWIG version 3.0.12.
  29. --
  30. -- The build system will automatically enable all components.
  31. -- Use -DENABLE_DEFAULT=OFF to disable components by default.
  32. --
  33. -- Configuring python-support support...
  34. -- Dependency PYTHONLIBS_FOUND = TRUE
  35. -- Dependency SWIG_FOUND = TRUE
  36. -- Dependency SWIG_VERSION_CHECK = TRUE
  37. -- Dependency SIX_FOUND = TRUE
  38. -- Enabling python-support support.
  39. -- Override with -DENABLE_PYTHON=ON/OFF
  40. --
  41. -- Configuring testing-support support...
  42. -- Dependency Boost_FOUND = 1
  43. -- Enabling testing-support support.
  44. -- Override with -DENABLE_TESTING=ON/OFF
  45. --
  46. -- Configuring VOLK support...
  47. -- Build type set to Release.
  48. --
  49. -- Python checking for python >= 2.7
  50. -- Python checking for python >= 2.7 - found
  51. --
  52. -- Python checking for mako >= 0.4.2
  53. -- Python checking for mako >= 0.4.2 - found
  54. --
  55. -- Python checking for six - python 2 and 3 compatibility library
  56. -- Python checking for six - python 2 and 3 compatibility library - found
  57. -- Boost version: 1.68.0
  58. -- Found the following Boost libraries:
  59. -- filesystem
  60. -- system
  61. -- QA Testing is enabled.
  62. -- Modify using: -DENABLE_TESTING=ON/OFF
  63. -- System profiling is disabled.
  64. -- Modify using: -DENABLE_PROFILING=ON/OFF
  65. -- Compiler name: GNU
  66. -- Architecture is not x86 or x86_64, Overruled arch 3dnow
  67. -- Architecture is not x86 or x86_64, Overruled arch mmx
  68. -- Architecture is not x86 or x86_64, Overruled arch sse
  69. -- Architecture is not x86 or x86_64, Overruled arch sse2
  70. -- Architecture is not x86 or x86_64, Overruled arch sse3
  71. -- Architecture is not x86 or x86_64, Overruled arch ssse3
  72. -- Architecture is not x86 or x86_64, Overruled arch sse4_a
  73. -- Architecture is not x86 or x86_64, Overruled arch sse4_1
  74. -- Architecture is not x86 or x86_64, Overruled arch sse4_2
  75. -- Architecture is not x86 or x86_64, Overruled arch avx
  76. -- Architecture is not x86 or x86_64, Overruled arch avx512f
  77. -- Architecture is not x86 or x86_64, Overruled arch avx512cd
  78. -- CPU is armv7, Overruled arch neonv8
  79. -- Available architectures: generic;hardfp;neon;neonv7;orc;norc
  80. -- Available machines: generic_orc;neon_orc;neonv7_hardfp_orc
  81. -- BUILD TYPE = RELEASE
  82. -- Base cflags = -O3 -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall
  83. -- BUILD INFO ::: generic_orc ::: GNU ::: -O3 -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall
  84. -- BUILD INFO ::: neon_orc ::: GNU ::: -O3 -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -funsafe-math-optimizations
  85. -- BUILD INFO ::: neonv7_hardfp_orc ::: GNU ::: -O3 -DNDEBUG -O2 -pipe -g -feliminate-unused-debug-types -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall -funsafe-math-optimizations -mfpu=neon -funsafe-math-optimizations -mfloat-abi=hard
  86. -- Compiler Version: arm-oe-linux-musleabi-gcc (GCC) 8.2.0
  87. Copyright (C) 2018 Free Software Foundation, Inc.
  88. This is free software; see the source for copying conditions. There is NO
  89. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  90. -- ---- Adding ASM files
  91. -- -- Detected neon architecture; enabling ASM
  92. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_16i_max_star_horizontal_16i.s
  93. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_s32f_multiply_32f_a_neonasm.s
  94. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonasm.s
  95. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s
  96. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_a_neonasm.s
  97. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_dot_prod_32f_a_neonasm_opts.s
  98. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_neonasm.s
  99. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_neonasmvmla.s
  100. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_neonpipeline.s
  101. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32fc_32f_dot_prod_32fc_a_unrollasm.s
  102. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32fc_x2_dot_prod_32fc_a_neonasm.s
  103. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32fc_x2_dot_prod_32fc_a_neonasm_opttests.s
  104. -- Adding source file: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32fc_x2_multiply_32fc_a_neonasm.s
  105. -- c flags: -O2 -pipe -g -feliminate-unused-debug-types -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall; -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 -mmusl --sysroot=/home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi
  106. -- asm flags: -mfpu=neon -g
  107. -- c flags: -O2 -pipe -g -feliminate-unused-debug-types -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized -Wall; -march=armv7-a -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a9 -mmusl --sysroot=/home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi
  108. -- asm flags: -mfpu=neon -g -mfpu=neon -g
  109. -- Loading version 2.0 into constants...
  110. -- Using install prefix: /usr
  111. --
  112. -- Configuring volk support...
  113. -- Enabling volk support.
  114. -- Override with -DENABLE_VOLK=ON/OFF
  115. -- Override with -DENABLE_INTERNAL_VOLK=ON/OFF
  116. -- Checking for module 'gmp'
  117. -- No package 'gmp' found
  118. -- Checking for module 'mpir >= 3.0'
  119. -- No package 'mpir' found
  120. -- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY MPIR_INCLUDE_DIR)
  121. --
  122. -- Configuring doxygen support...
  123. -- Dependency DOXYGEN_FOUND = YES
  124. -- Disabling doxygen support.
  125. -- Override with -DENABLE_DOXYGEN=ON/OFF
  126. --
  127. -- Configuring sphinx support...
  128. -- Dependency SPHINX_FOUND = TRUE
  129. -- Enabling sphinx support.
  130. -- Override with -DENABLE_SPHINX=ON/OFF
  131. -- Checking for module 'gmp'
  132. -- No package 'gmp' found
  133. -- Checking for module 'mpir >= 3.0'
  134. -- No package 'mpir' found
  135. -- Could NOT find MPIR (missing: MPIRXX_LIBRARY MPIR_LIBRARY MPIR_INCLUDE_DIR)
  136. --
  137. -- Configuring gnuradio-runtime support...
  138. -- Dependency Boost_FOUND = 1
  139. -- Dependency ENABLE_VOLK = ON
  140. -- Dependency PYTHONINTERP_FOUND = TRUE
  141. -- Dependency MPLIB_FOUND = TRUE
  142. -- Dependency LOG4CPP_FOUND = TRUE
  143. -- Enabling gnuradio-runtime support.
  144. -- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
  145. --
  146. -- Configuring gr-ctrlport support...
  147. -- Dependency Boost_FOUND = 1
  148. -- Dependency SWIG_FOUND = TRUE
  149. -- Dependency SWIG_VERSION_CHECK = TRUE
  150. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  151. -- Enabling gr-ctrlport support.
  152. -- Override with -DENABLE_GR_CTRLPORT=ON/OFF
  153. -- Loading build date Mon, 10 Feb 2020 08:38:01 into constants...
  154. -- Loading version 3.8.0.0 into constants...
  155. -- Checking for module 'thrift'
  156. -- No package 'thrift' found
  157. -- Could NOT find THRIFT (missing: THRIFT_LIBRARIES THRIFT_INCLUDE_DIRS THRIFT_FOUND)
  158. -- TRY_SHM_VMCIRCBUF set to ON.
  159. --
  160. -- Python checking for python2 >= 2.7.6 or python3 >= 3.6.5 - not found
  161. -- Python checking for PyYAML >= 3.10 - not found
  162. -- Python checking for mako >= 0.9.1 - found
  163. -- Python checking for pygobject >= 2.28.6 - not found
  164. -- Python checking for Gtk (GI) >= 3.10.8 - not found
  165. -- Python checking for Cairo (GI) >= 1.0 - not found
  166. -- Python checking for PangoCairo (GI) >= 1.0 - not found
  167. -- Python checking for numpy - not found
  168. --
  169. -- Configuring gnuradio-companion support...
  170. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  171. -- Dependency ENABLE_PYTHON = ON
  172. -- Enabling gnuradio-companion support.
  173. -- Override with -DENABLE_GRC=ON/OFF
  174. --
  175. -- Configuring gr-blocks support...
  176. -- Dependency Boost_FOUND = 1
  177. -- Dependency ENABLE_VOLK = ON
  178. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  179. -- Enabling gr-blocks support.
  180. -- Override with -DENABLE_GR_BLOCKS=ON/OFF
  181. --
  182. -- Configuring gr-fec support...
  183. -- Dependency ENABLE_VOLK = ON
  184. -- Dependency Boost_FOUND = 1
  185. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  186. -- Dependency ENABLE_GR_BLOCKS = ON
  187. -- Enabling gr-fec support.
  188. -- Override with -DENABLE_GR_FEC=ON/OFF
  189. --
  190. -- Configuring gr-fft support...
  191. -- Dependency ENABLE_VOLK = ON
  192. -- Dependency Boost_FOUND = 1
  193. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  194. -- Dependency ENABLE_GR_BLOCKS = ON
  195. -- Dependency FFTW3f_FOUND = TRUE
  196. -- Enabling gr-fft support.
  197. -- Override with -DENABLE_GR_FFT=ON/OFF
  198. --
  199. -- Configuring gr-filter support...
  200. -- Dependency ENABLE_VOLK = ON
  201. -- Dependency Boost_FOUND = 1
  202. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  203. -- Dependency ENABLE_GR_FFT = ON
  204. -- Dependency ENABLE_GR_BLOCKS = ON
  205. -- Enabling gr-filter support.
  206. -- Override with -DENABLE_GR_FILTER=ON/OFF
  207. --
  208. -- Configuring gr-analog support...
  209. -- Dependency Boost_FOUND = 1
  210. -- Dependency ENABLE_VOLK = ON
  211. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  212. -- Dependency ENABLE_GR_BLOCKS = ON
  213. -- Dependency ENABLE_GR_FFT = ON
  214. -- Dependency ENABLE_GR_FILTER = ON
  215. -- Enabling gr-analog support.
  216. -- Override with -DENABLE_GR_ANALOG=ON/OFF
  217. --
  218. -- Configuring gr-digital support...
  219. -- Dependency Boost_FOUND = 1
  220. -- Dependency ENABLE_VOLK = ON
  221. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  222. -- Dependency ENABLE_GR_FFT = ON
  223. -- Dependency ENABLE_GR_FILTER = ON
  224. -- Dependency ENABLE_GR_BLOCKS = ON
  225. -- Dependency ENABLE_GR_ANALOG = ON
  226. -- Enabling gr-digital support.
  227. -- Override with -DENABLE_GR_DIGITAL=ON/OFF
  228. --
  229. -- Configuring gr-dtv support...
  230. -- Dependency Boost_FOUND = 1
  231. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  232. -- Dependency ENABLE_GR_ANALOG = ON
  233. -- Dependency ENABLE_GR_FILTER = ON
  234. -- Dependency ENABLE_GR_FEC = ON
  235. -- Dependency ENABLE_VOLK = ON
  236. -- Disabling gr-dtv support.
  237. -- Override with -DENABLE_GR_DTV=ON/OFF
  238. --
  239. -- Configuring gr-audio support...
  240. -- Dependency Boost_FOUND = 1
  241. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  242. -- Enabling gr-audio support.
  243. -- Override with -DENABLE_GR_AUDIO=ON/OFF
  244. -- Found ALSA 1.1.6
  245. -- Checking for module 'jack'
  246. -- No package 'jack' found
  247. -- Checking for module 'portaudio-2.0'
  248. -- No package 'portaudio-2.0' found
  249. --
  250. -- Configuring gr-channels support...
  251. -- Dependency ENABLE_VOLK = ON
  252. -- Dependency Boost_FOUND = 1
  253. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  254. -- Dependency ENABLE_GR_BLOCKS = ON
  255. -- Dependency ENABLE_GR_FFT = ON
  256. -- Dependency ENABLE_GR_FILTER = ON
  257. -- Dependency ENABLE_GR_ANALOG = ON
  258. -- Enabling gr-channels support.
  259. -- Override with -DENABLE_GR_CHANNELS=ON/OFF
  260. -- Found PythonLibs: /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/lib/libpython3.5m.so (found suitable version "3.5.6", minimum required is "2")
  261. -- Python checking for PyQt5 - not found
  262. -- Checking for module 'Qt5Qwt6'
  263. -- No package 'Qt5Qwt6' found
  264. --
  265. -- Configuring gr-qtgui support...
  266. -- Dependency Boost_FOUND = 1
  267. -- Dependency QT_FOUND = 0
  268. -- Dependency QWT_FOUND = FALSE
  269. -- Dependency ENABLE_VOLK = ON
  270. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  271. -- Dependency ENABLE_GR_FFT = ON
  272. -- Dependency ENABLE_GR_FILTER = ON
  273. -- Dependency PYTHONLIBS_FOUND = TRUE
  274. -- Disabling gr-qtgui support.
  275. -- Override with -DENABLE_GR_QTGUI=ON/OFF
  276. --
  277. -- Configuring gr-trellis support...
  278. -- Dependency Boost_FOUND = 1
  279. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  280. -- Dependency ENABLE_GR_ANALOG = ON
  281. -- Dependency ENABLE_GR_BLOCKS = ON
  282. -- Dependency ENABLE_GR_DIGITAL = ON
  283. -- Enabling gr-trellis support.
  284. -- Override with -DENABLE_GR_TRELLIS=ON/OFF
  285. --
  286. -- Configuring gr-uhd support...
  287. -- Dependency Boost_FOUND = 1
  288. -- Dependency UHD_FOUND = TRUE
  289. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  290. -- Dependency ENABLE_GR_FILTER = ON
  291. -- Dependency ENABLE_GR_BLOCKS = ON
  292. -- Dependency ENABLE_GR_ANALOG = ON
  293. -- Enabling gr-uhd support.
  294. -- Override with -DENABLE_GR_UHD=ON/OFF
  295. -- UHD Version: 3.15.0.0-0-unknown
  296. -- Python checking for Mako >= 0.4.2 - found
  297. -- Python checking for click - not found
  298. -- Python checking for click-plugins - not found
  299. --
  300. -- Configuring gr-utils support...
  301. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  302. -- Dependency ENABLE_PYTHON = ON
  303. -- Enabling gr-utils support.
  304. -- Override with -DENABLE_GR_UTILS=ON/OFF
  305. --
  306. -- Configuring gr_modtool support...
  307. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  308. -- Dependency ENABLE_PYTHON = ON
  309. -- Enabling gr_modtool support.
  310. -- Override with -DENABLE_GR_MODTOOL=ON/OFF
  311. -- Could NOT find SDL (missing: SDL_LIBRARY SDL_INCLUDE_DIR)
  312. --
  313. -- Configuring gr-video-sdl support...
  314. -- Dependency SDL_FOUND = FALSE
  315. -- Dependency Boost_FOUND = 1
  316. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  317. -- Disabling gr-video-sdl support.
  318. -- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
  319. --
  320. -- Configuring gr-vocoder support...
  321. -- Dependency Boost_FOUND = 1
  322. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  323. -- Dependency ENABLE_GR_FFT = ON
  324. -- Dependency ENABLE_GR_BLOCKS = ON
  325. -- Dependency ENABLE_GR_FILTER = ON
  326. -- Dependency ENABLE_GR_ANALOG = ON
  327. -- Disabling gr-vocoder support.
  328. -- Override with -DENABLE_GR_VOCODER=ON/OFF
  329. --
  330. -- Configuring gr-wavelet support...
  331. -- Dependency Boost_FOUND = 1
  332. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  333. -- Dependency ENABLE_GR_BLOCKS = ON
  334. -- Dependency ENABLE_GR_ANALOG = ON
  335. -- Dependency GSL_FOUND = TRUE
  336. -- Enabling gr-wavelet support.
  337. -- Override with -DENABLE_GR_WAVELET=ON/OFF
  338. --
  339. -- Configuring gr-zeromq support...
  340. -- Dependency Boost_FOUND = 1
  341. -- Dependency ENABLE_GNURADIO_RUNTIME = ON
  342. -- Dependency ZEROMQ_FOUND = TRUE
  343. -- Enabling gr-zeromq support.
  344. -- Override with -DENABLE_GR_ZEROMQ=ON/OFF
  345. --
  346. -- ######################################################
  347. -- # Gnuradio enabled components
  348. -- ######################################################
  349. -- * python-support
  350. -- * testing-support
  351. -- * volk
  352. -- * sphinx
  353. -- * gnuradio-runtime
  354. -- * gr-ctrlport
  355. -- * gnuradio-companion
  356. -- * gr-blocks
  357. -- * gr-fec
  358. -- * gr-fft
  359. -- * gr-filter
  360. -- * gr-analog
  361. -- * gr-digital
  362. -- * gr-audio
  363. -- * * alsa
  364. -- * * oss
  365. -- * gr-channels
  366. -- * gr-trellis
  367. -- * gr-uhd
  368. -- * gr-utils
  369. -- * gr_modtool
  370. -- * gr-wavelet
  371. -- * gr-zeromq
  372. --
  373. -- ######################################################
  374. -- # Gnuradio disabled components
  375. -- ######################################################
  376. -- * doxygen
  377. -- * gr-dtv
  378. -- * gr-qtgui
  379. -- * gr-video-sdl
  380. -- * gr-vocoder
  381. --
  382. -- Using install prefix: /usr
  383. -- Building for version: 3.8.0.0 / 3.8.0
  384. -- Configuring done
  385. -- Generating done
  386. -- Build files have been written to: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/build-arm
  387. user@NB-user:~/workarea-gnuradio/gnuradio-3.8.0.0/build-arm$ make -j4
  388. [ 0%] Shebangin volk_modtool
  389. [ 0%] Generating __init__.pyc, cfg.pyc, volk_modtool_generate.pyc
  390. [ 0%] Generating volk_machine_neonv7_hardfp_orc.c
  391. [ 0%] Built target pygen_volk_python_volk_modtool_39aa5
  392. [ 0%] Generating volk_16ic_deinterleave_16i_x2_a_orc_impl.c
  393. [ 0%] Generating __init__.pyo, cfg.pyo, volk_modtool_generate.pyo
  394. [ 0%] Built target pmt_swig_swig_doc
  395. [ 0%] Built target runtime_swig_swig_doc
  396. [ 0%] Generating volk_16ic_deinterleave_real_8i_a_orc_impl.c
  397. [ 0%] Generating volk_16ic_magnitude_16i_a_orc_impl.c
  398. [ 0%] Generating volk_16ic_s32f_deinterleave_32f_x2_a_orc_impl.c
  399. [ 0%] Generating volk_16sc_magnitude_32f_aligned16_orc_impl.c
  400. [ 0%] Generating volk_16u_byteswap_a_orc_impl.c
  401. [ 0%] Building CXX object gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt_unv.cc.o
  402. [ 0%] Generating volk_32f_s32f_multiply_32f_a_orc_impl.c
  403. [ 0%] Building CXX object gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt.cc.o
  404. [ 0%] Built target pygen_volk_python_volk_modtool_8b2e1
  405. [ 0%] Building CXX object gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt_io.cc.o
  406. In file included from /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/c++/8.2.0/bits/stl_algo.h:59,
  407. from /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/c++/8.2.0/algorithm:62,
  408. from /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/boost/any.hpp:17,
  409. from /home/user/workarea-gnuradio/gnuradio-3.8.0.0/gnuradio-runtime/lib/pmt/../../include/pmt/pmt.h:28,
  410. from /home/user/workarea-gnuradio/gnuradio-3.8.0.0/gnuradio-runtime/lib/pmt/pmt_int.h:25,
  411. from /home/user/workarea-gnuradio/gnuradio-3.8.0.0/gnuradio-runtime/lib/pmt/pmt_io.cc:26:
  412. /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/c++/8.2.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory
  413. #include_next <stdlib.h>
  414. ^~~~~~~~~~
  415. In file included from /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/c++/8.2.0/bits/stl_algo.h:59,
  416. from /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/c++/8.2.0/algorithm:62,
  417. from /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/boost/any.hpp:17,
  418. from /home/user/workarea-gnuradio/gnuradio-3.8.0.0/gnuradio-runtime/lib/pmt/../../include/pmt/pmt.h:28,
  419. from /home/user/workarea-gnuradio/gnuradio-3.8.0.0/gnuradio-runtime/lib/pmt/pmt_int.h:25,
  420. from /home/user/workarea-gnuradio/gnuradio-3.8.0.0/gnuradio-runtime/lib/pmt/pmt_unv.cc:29:
  421. /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/c++/8.2.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory
  422. #include_next <stdlib.h>
  423. ^~~~~~~~~~
  424. compilation terminated.
  425. compilation terminated.
  426. In file included from /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/c++/8.2.0/bits/stl_algo.h:59,
  427. from /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/c++/8.2.0/algorithm:62,
  428. from /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/boost/any.hpp:17,
  429. from /home/user/workarea-gnuradio/gnuradio-3.8.0.0/gnuradio-runtime/lib/pmt/../../include/pmt/pmt.h:28,
  430. from /home/user/workarea-gnuradio/gnuradio-3.8.0.0/gnuradio-runtime/lib/pmt/pmt_int.h:25,
  431. from /home/user/workarea-gnuradio/gnuradio-3.8.0.0/gnuradio-runtime/lib/pmt/pmt.cc:27:
  432. /home/user/rfnoc/oe/sysroots/cortexa9t2hf-neon-oe-linux-musleabi/usr/include/c++/8.2.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory
  433. #include_next <stdlib.h>
  434. ^~~~~~~~~~
  435. compilation terminated.
  436. make[2]: *** [gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/build.make:63: gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt_unv.cc.o] Error 1
  437. make[2]: *** Waiting for unfinished jobs....
  438. make[2]: *** [gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/build.make:89: gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt_io.cc.o] Error 1
  439. make[2]: *** [gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/build.make:76: gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/pmt.cc.o] Error 1
  440. make[1]: *** [CMakeFiles/Makefile2:1257: gnuradio-runtime/lib/pmt/CMakeFiles/gnuradio-pmt.dir/all] Error 2
  441. make[1]: *** Waiting for unfinished jobs....
  442. [ 0%] Generating volk_32f_s32f_normalize_a_orc_impl.c
  443. [ 1%] Generating volk_32f_sqrt_32f_a_orc_impl.c
  444. [ 1%] Generating volk_32f_x2_add_32f_a_orc_impl.c
  445. [ 1%] Generating volk_32f_x2_divide_32f_a_orc_impl.c
  446. [ 1%] Generating __init__.pyc, eng_notation.pyc, eng_option.pyc, eng_arg.pyc, gr_unittest.pyc
  447. [ 1%] Generating volk_32f_x2_dot_prod_32f_a_orc_impl.c
  448. [ 1%] Generating volk_32f_x2_max_32f_a_orc_impl.c
  449. [ 2%] Generating __init__.pyo, eng_notation.pyo, eng_option.pyo, eng_arg.pyo, gr_unittest.pyo
  450. [ 2%] Generating volk_32f_x2_min_32f_a_orc_impl.c
  451. [ 2%] Generating volk_32f_x2_multiply_32f_a_orc_impl.c
  452. [ 2%] Generating volk_32f_x2_subtract_32f_a_orc_impl.c
  453. [ 2%] Generating volk_32fc_32f_multiply_32fc_a_orc_impl.c
  454. [ 3%] Generating volk_32fc_magnitude_32f_a_orc_impl.c
  455. [ 3%] Generating volk_32fc_s32fc_multiply_32fc_a_orc_impl.c
  456. [ 3%] Generating volk_32fc_x2_multiply_32fc_a_orc_impl.c
  457. [ 3%] Generating volk_32i_x2_and_32i_a_orc_impl.c
  458. [ 3%] Generating volk_32i_x2_or_32i_a_orc_impl.c
  459. [ 3%] Generating volk_8i_convert_16i_a_orc_impl.c
  460. [ 3%] Generating volk_8i_s32f_convert_32f_a_orc_impl.c
  461. [ 3%] Built target pygen_gnuradio_runtime_python_gnuradio_05821
  462. [ 3%] Generating ../include/volk/volk.h
  463. [ 3%] Generating volk.c
  464. [ 3%] Generating ../include/volk/volk_typedefs.h
  465. [ 4%] Generating ../include/volk/volk_cpu.h
  466. [ 4%] Generating volk_cpu.c
  467. [ 4%] Generating ../include/volk/volk_config_fixed.h
  468. [ 4%] Generating volk_machines.h
  469. [ 4%] Generating volk_machines.c
  470. [ 4%] Generating volk_machine_generic_orc.c
  471. [ 4%] Generating volk_machine_neon_orc.c
  472. Scanning dependencies of target volk_obj
  473. [ 4%] Building ASM object volk/lib/CMakeFiles/volk_obj.dir/__/kernels/volk/asm/neon/volk_16i_max_star_horizontal_16i.s.o
  474. [ 5%] Building ASM object volk/lib/CMakeFiles/volk_obj.dir/__/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonasm.s.o
  475. [ 5%] Building ASM object volk/lib/CMakeFiles/volk_obj.dir/__/kernels/volk/asm/neon/volk_32f_s32f_multiply_32f_a_neonasm.s.o
  476. [ 5%] Building ASM object volk/lib/CMakeFiles/volk_obj.dir/__/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s.o
  477. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_16i_max_star_horizontal_16i.s: /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonasm.s: Assembler messages:
  478. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonasm.s:27: Error: selected processor does not support `pld [aVector,#128]' in ARM mode
  479. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonasm.s:28: Error: selected processor does not support `pld [bVector,#128]' in ARM mode
  480. Assembler messages:
  481. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_16i_max_star_horizontal_16i.s:8: Error: selected processor does not support `pld [r1,#128]' in ARM mode
  482. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_16i_max_star_horizontal_16i.s:19: Error: selected processor does not support `pld [r4,#128]' in ARM mode
  483. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_16i_max_star_horizontal_16i.s:43: Error: selected processor does not support `sxth r6,r6' in ARM mode
  484. make[2]: *** [volk/lib/CMakeFiles/volk_obj.dir/build.make:1720: volk/lib/CMakeFiles/volk_obj.dir/__/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonasm.s.o] Error 1
  485. make[2]: *** Waiting for unfinished jobs....
  486. make[2]: *** [volk/lib/CMakeFiles/volk_obj.dir/build.make:1710: volk/lib/CMakeFiles/volk_obj.dir/__/kernels/volk/asm/neon/volk_16i_max_star_horizontal_16i.s.o] Error 1
  487. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s: Assembler messages:
  488. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s:20: Error: selected processor does not support `pld [aVector,#128]' in ARM mode
  489. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s:21: Error: selected processor does not support `pld [bVector,#128]' in ARM mode
  490. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s:35: Error: selected processor does not support `pld [aVector,#128]' in ARM mode
  491. /home/user/workarea-gnuradio/gnuradio-3.8.0.0/volk/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s:36: Error: selected processor does not support `pld [bVector,#128]' in ARM mode
  492. make[2]: *** [volk/lib/CMakeFiles/volk_obj.dir/build.make:1725: volk/lib/CMakeFiles/volk_obj.dir/__/kernels/volk/asm/neon/volk_32f_x2_add_32f_a_neonpipeline.s.o] Error 1
  493. make[1]: *** [CMakeFiles/Makefile2:221: volk/lib/CMakeFiles/volk_obj.dir/all] Error 2
  494. make: *** [Makefile:141: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement