Advertisement
Guest User

gnuradio cygwin build, volk error

a guest
Oct 6th, 2014
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 24.43 KB | None | 0 0
  1. Script started on Tue, Oct 07, 2014 11:20:42 AM
  2.  
  3. admin@COMPUTER /usr/src
  4. $ tar -zxf gnuradio-3.7.2.tar.gz
  5.  
  6. admin@COMPUTER /usr/src
  7. $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
  8.  
  9. admin@COMPUTER /usr/src
  10. $ cd gnuradio-3.7.2
  11.  
  12. admin@COMPUTER /usr/src/gnuradio-3.7.2
  13. $ mkdir build
  14.  
  15. admin@COMPUTER /usr/src/gnuradio-3.7.2
  16. $ cd build
  17.  
  18. admin@COMPUTER /usr/src/gnuradio-3.7.2/build
  19. $ cmake -DENABLE_DEFAULT=False -DENABLE_VOLK=True -DENABLE_GNURADIO_RUNTIME=True \
  20. T>     -DENABLE_GR_BLOCKS=True -DENABLE_GR_FFT=True -DENABLE_GR_FILTER=True \
  21. ue>     -DENABLE_GR_ANALOG=True -DENABLE_GR_AUDIO=True ../
  22. -- The CXX compiler identification is GNU 4.8.3
  23. -- The C compiler identification is GNU 4.8.3
  24. CMake Warning at /usr/share/cmake-2.8.9/Modules/Platform/CYGWIN.cmake:15 (message):
  25.   CMake no longer defines WIN32 on Cygwin!
  26.  
  27.   (1) If you are just trying to build this project, ignore this warning or
  28.   quiet it by setting CMAKE_LEGACY_CYGWIN_WIN32=0 in your environment or in
  29.   the CMake cache.  If later configuration or build errors occur then this
  30.   project may have been written under the assumption that Cygwin is WIN32.
  31.   In that case, set CMAKE_LEGACY_CYGWIN_WIN32=1 instead.
  32.  
  33.   (2) If you are developing this project, add the line
  34.  
  35.     set(CMAKE_LEGACY_CYGWIN_WIN32 0) # Remove when CMake >= 2.8.4 is required
  36.  
  37.   at the top of your top-level CMakeLists.txt file or set the minimum
  38.   required version of CMake to 2.8.4 or higher.  Then teach your project to
  39.   build on Cygwin without WIN32.
  40. Call Stack (most recent call first):
  41.   /usr/share/cmake-2.8.9/Modules/CMakeSystemSpecificInformation.cmake:36 (INCLUDE)
  42.   CMakeLists.txt:29 (project)
  43.  
  44.  
  45. -- Check for working CXX compiler: /usr/bin/c++.exe
  46. -- Check for working CXX compiler: /usr/bin/c++.exe -- works
  47. -- Detecting CXX compiler ABI info
  48. -- Detecting CXX compiler ABI info - done
  49. -- Check for working C compiler: /usr/bin/gcc.exe
  50. -- Check for working C compiler: /usr/bin/gcc.exe -- works
  51. -- Detecting C compiler ABI info
  52. -- Detecting C compiler ABI info - done
  53. -- Build type not specified: defaulting to release.
  54. -- Found Git: /usr/bin/git.exe
  55. -- Performing Test HAVE_VISIBILITY_HIDDEN
  56. -- Performing Test HAVE_VISIBILITY_HIDDEN - Success
  57. -- Performing Test HAVE_WARN_SIGN_COMPARE
  58. -- Performing Test HAVE_WARN_SIGN_COMPARE - Success
  59. -- Performing Test HAVE_WARN_ALL
  60. -- Performing Test HAVE_WARN_ALL - Success
  61. -- Performing Test HAVE_WARN_NO_UNINITIALIZED
  62. -- Performing Test HAVE_WARN_NO_UNINITIALIZED - Success
  63. -- NO PERF COUNTERS
  64. -- Found PythonLibs: /usr/lib/libpython2.7.dll.a (found suitable version "2.7.8", required is "2")
  65. -- Found SWIG: /usr/bin/swig.exe (found version "2.0.12")
  66. -- Minimum SWIG version required is 1.3.31
  67. --
  68. -- Configuring python-support support...
  69. --   Dependency PYTHONLIBS_FOUND = TRUE
  70. --   Dependency SWIG_FOUND = TRUE
  71. --   Dependency SWIG_VERSION_CHECK = TRUE
  72. --   Disabling python-support support.
  73. --   Override with -DENABLE_PYTHON=ON/OFF
  74. -- Found PkgConfig: /usr/bin/pkg-config.exe (found version "0.28")
  75. -- checking for module 'cppunit'
  76. --   found cppunit, version 1.12.1
  77. -- Found CPPUNIT: /usr/lib/libcppunit.dll.a;dl
  78. --
  79. -- Configuring testing-support support...
  80. --   Dependency CPPUNIT_FOUND = TRUE
  81. --   Disabling testing-support support.
  82. --   Override with -DENABLE_TESTING=ON/OFF
  83. --
  84. -- Configuring volk support...
  85. --   Enabling volk support.
  86. --   Override with -DENABLE_VOLK=ON/OFF
  87. -- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.8", required is "2")
  88. --
  89. -- Python checking for python >= 2.5
  90. -- Python checking for python >= 2.5 - found
  91. --
  92. -- Python checking for Cheetah >= 2.0.0
  93. -- Python checking for Cheetah >= 2.0.0 - found
  94. -- Boost version: 1.56.0
  95. -- Found the following Boost libraries:
  96. --   filesystem
  97. --   system
  98. --   unit_test_framework
  99. -- checking for module 'orc-0.4 > 0.4.11'
  100. --   package 'orc-0.4 > 0.4.11' not found
  101. -- orc files (missing:  ORC_LIBRARY ORC_INCLUDE_DIR ORCC_EXECUTABLE)
  102. -- Looking for cpuid.h
  103. -- Looking for cpuid.h - found
  104. -- Looking for intrin.h
  105. -- Looking for intrin.h - found
  106. -- Looking for fenv.h
  107. -- Looking for fenv.h - found
  108. -- Looking for dlfcn.h
  109. -- Looking for dlfcn.h - found
  110. -- Compiler name: GNU
  111. -- Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG
  112. -- Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG - Failed
  113. -- x86* CPU detected
  114. -- Performing Test have_maltivec
  115. -- Performing Test have_maltivec - Failed
  116. -- Performing Test have_mfpu_neon
  117. -- Performing Test have_mfpu_neon - Failed
  118. -- Performing Test have_mfloat_abi_softfp
  119. -- Performing Test have_mfloat_abi_softfp - Failed
  120. -- Performing Test have_funsafe_math_optimizations
  121. -- Performing Test have_funsafe_math_optimizations - Success
  122. -- Performing Test have_m32
  123. -- Performing Test have_m32 - Success
  124. -- Performing Test have_m64
  125. -- Performing Test have_m64 - Failed
  126. -- Performing Test have_m3dnow
  127. -- Performing Test have_m3dnow - Success
  128. -- Performing Test have_msse4_2
  129. -- Performing Test have_msse4_2 - Success
  130. -- Performing Test have_mpopcnt
  131. -- Performing Test have_mpopcnt - Success
  132. -- Performing Test have_mmmx
  133. -- Performing Test have_mmmx - Success
  134. -- Performing Test have_msse
  135. -- Performing Test have_msse - Success
  136. -- Performing Test have_msse2
  137. -- Performing Test have_msse2 - Success
  138. -- Performing Test have_msse3
  139. -- Performing Test have_msse3 - Success
  140. -- Performing Test have_mssse3
  141. -- Performing Test have_mssse3 - Success
  142. -- Performing Test have_msse4a
  143. -- Performing Test have_msse4a - Success
  144. -- Performing Test have_msse4_1
  145. -- Performing Test have_msse4_1 - Success
  146. -- Performing Test have_mavx
  147. -- Performing Test have_mavx - Success
  148. -- ORC support not found, Overruled arch orc
  149. -- Check size of void*[8]
  150. -- Check size of void*[8] - done
  151. -- CPU width is 32 bits, Overruled arch 64
  152. -- Available architectures: generic;32;3dnow;abm;popcount;mmx;sse;sse2;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx
  153. -- Available machines: generic;sse2_32_mmx;sse3_32;ssse3_32;sse4_a_32;sse4_1_32;sse4_2_32;avx_32_mmx
  154. -- Did not find liborc and orcc, disabling orc support...
  155. -- Using install prefix: /usr/local
  156. -- ENABLE_GR_LOG set to ON.
  157. -- HAVE_LOG4CPP set to False.
  158. -- LOG4CPP_LIBRARIES set to .
  159. -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
  160. -- Could NOT find Sphinx (missing:  SPHINX_EXECUTABLE)
  161. --
  162. -- Configuring doxygen support...
  163. --   Dependency DOXYGEN_FOUND = NO
  164. --   Disabling doxygen support.
  165. --   Override with -DENABLE_DOXYGEN=ON/OFF
  166. --
  167. -- Configuring sphinx support...
  168. --   Dependency SPHINX_FOUND = FALSE
  169. --   Disabling sphinx support.
  170. --   Override with -DENABLE_SPHINX=ON/OFF
  171. -- Boost version: 1.56.0
  172. -- Found the following Boost libraries:
  173. --   date_time
  174. --   program_options
  175. --   filesystem
  176. --   system
  177. --   thread
  178. -- Looking for C++ include netdb.h
  179. -- Looking for C++ include netdb.h - found
  180. -- Looking for C++ include sys/time.h
  181. -- Looking for C++ include sys/time.h - found
  182. -- Looking for C++ include sys/types.h
  183. -- Looking for C++ include sys/types.h - found
  184. -- Looking for C++ include sys/select.h
  185. -- Looking for C++ include sys/select.h - found
  186. -- Looking for C++ include sys/socket.h
  187. -- Looking for C++ include sys/socket.h - found
  188. -- Looking for C++ include io.h
  189. -- Looking for C++ include io.h - found
  190. -- Looking for C++ include sys/mman.h
  191. -- Looking for C++ include sys/mman.h - found
  192. -- Looking for C++ include sys/ipc.h
  193. -- Looking for C++ include sys/ipc.h - found
  194. -- Looking for C++ include sys/shm.h
  195. -- Looking for C++ include sys/shm.h - found
  196. -- Looking for C++ include signal.h
  197. -- Looking for C++ include signal.h - found
  198. -- Looking for C++ include netinet/in.h
  199. -- Looking for C++ include netinet/in.h - found
  200. -- Looking for C++ include arpa/inet.h
  201. -- Looking for C++ include arpa/inet.h - found
  202. -- Looking for C++ include byteswap.h
  203. -- Looking for C++ include byteswap.h - found
  204. -- Looking for C++ include linux/ppdev.h
  205. -- Looking for C++ include linux/ppdev.h - not found
  206. -- Looking for C++ include dev/ppbus/ppi.h
  207. -- Looking for C++ include dev/ppbus/ppi.h - not found
  208. -- Looking for C++ include unistd.h
  209. -- Looking for C++ include unistd.h - found
  210. -- Looking for C++ include malloc.h
  211. -- Looking for C++ include malloc.h - found
  212. -- Performing Test HAVE_SNPRINTF
  213. -- Performing Test HAVE_SNPRINTF - Success
  214. -- Performing Test HAVE_SIGACTION
  215. -- Performing Test HAVE_SIGACTION - Success
  216. -- Performing Test HAVE_SELECT
  217. -- Performing Test HAVE_SELECT - Success
  218. -- Performing Test HAVE_SYSCONF
  219. -- Performing Test HAVE_SYSCONF - Success
  220. -- Performing Test HAVE_GETPAGESIZE
  221. -- Performing Test HAVE_GETPAGESIZE - Success
  222. -- Performing Test HAVE_SSLEEP
  223. -- Performing Test HAVE_SSLEEP - Failed
  224. -- Performing Test HAVE_NANOSLEEP
  225. -- Performing Test HAVE_NANOSLEEP - Success
  226. -- Performing Test HAVE_GETTIMEOFDAY
  227. -- Performing Test HAVE_GETTIMEOFDAY - Success
  228. -- Performing Test HAVE_POSIX_MEMALIGN
  229. -- Performing Test HAVE_POSIX_MEMALIGN - Success
  230. -- Performing Test HAVE_VALLOC
  231. -- Performing Test HAVE_VALLOC - Success
  232. -- Performing Test HAVE_PTHREAD_SIGMASK
  233. -- Performing Test HAVE_PTHREAD_SIGMASK - Success
  234. -- Performing Test HAVE_CREATEFILEMAPPING
  235. -- Performing Test HAVE_CREATEFILEMAPPING - Success
  236. -- Performing Test HAVE_SHM_OPEN
  237. -- Performing Test HAVE_SHM_OPEN - Success
  238. -- Performing Test HAVE_SINCOS
  239. -- Performing Test HAVE_SINCOS - Success
  240. -- Performing Test HAVE_SINCOSF
  241. -- Performing Test HAVE_SINCOSF - Success
  242. -- Performing Test HAVE_SINF
  243. -- Performing Test HAVE_SINF - Success
  244. -- Performing Test HAVE_COSF
  245. -- Performing Test HAVE_COSF - Success
  246. -- Performing Test HAVE_MMAP
  247. -- Performing Test HAVE_MMAP - Success
  248. -- Performing Test HAVE_PTHREAD_SETSCHEDPARAM
  249. -- Performing Test HAVE_PTHREAD_SETSCHEDPARAM - Success
  250. -- Performing Test HAVE_SCHED_SETSCHEDULER
  251. -- Performing Test HAVE_SCHED_SETSCHEDULER - Success
  252. --
  253. -- Configuring gnuradio-runtime support...
  254. --   Dependency Boost_FOUND = TRUE
  255. --   Dependency ENABLE_VOLK = True
  256. --   Dependency PYTHONINTERP_FOUND = TRUE
  257. --   Enabling gnuradio-runtime support.
  258. --   Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
  259. --   package 'Ice-3.5' not found
  260. -- ICE 3.5 not found. Looking for 3.4
  261. --   package 'Ice-3.4' not found
  262. --
  263. -- Configuring gr-ctrlport support...
  264. --   Dependency Boost_FOUND = TRUE
  265. --   Dependency SWIG_FOUND = TRUE
  266. --   Dependency SWIG_VERSION_CHECK = TRUE
  267. --   Dependency ICE_FOUND =
  268. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  269. --   Disabling gr-ctrlport support.
  270. --   Override with -DENABLE_GR_CTRLPORT=ON/OFF
  271. -- Looking for C++ include sys/resource.h
  272. -- Looking for C++ include sys/resource.h - found
  273. -- Loading build date Tue, 07 Oct 2014 03:22:08 into constants...
  274. -- Loading version 3.7.2 into constants...
  275. -- Looking for C++ include windows.h
  276. -- Looking for C++ include windows.h - found
  277. -- Adding windows libs to gnuradio runtime libs...
  278. -- TRY_SHM_VMCIRCBUF set to ON.
  279. -- Boost version: 1.56.0
  280. -- Found the following Boost libraries:
  281. --   date_time
  282. --   program_options
  283. --   filesystem
  284. --   system
  285. --   thread
  286. --
  287. -- Configuring gr-blocks support...
  288. --   Dependency Boost_FOUND = TRUE
  289. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  290. --   Enabling gr-blocks support.
  291. --   Override with -DENABLE_GR_BLOCKS=ON/OFF
  292. -- Adding windows libs to gr blocks libs...
  293. --
  294. -- Python checking for python >= 2.5
  295. -- Python checking for python >= 2.5 - found
  296. --
  297. -- Python checking for Cheetah >= 2.0.0
  298. -- Python checking for Cheetah >= 2.0.0 - found
  299. --
  300. -- Python checking for lxml >= 1.3.6
  301. -- Python checking for lxml >= 1.3.6 - not found
  302. --
  303. -- Python checking for pygtk >= 2.10.0
  304. -- Python checking for pygtk >= 2.10.0 - not found
  305. --
  306. -- Python checking for numpy
  307. -- Python checking for numpy - found
  308. --
  309. -- Configuring gnuradio-companion support...
  310. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  311. --   Dependency ENABLE_PYTHON = OFF
  312. --   Dependency PYTHON_MIN_VER_FOUND = TRUE
  313. --   Dependency CHEETAH_FOUND = TRUE
  314. --   Dependency LXML_FOUND = FALSE
  315. --   Dependency PYGTK_FOUND = FALSE
  316. --   Dependency NUMPY_FOUND = TRUE
  317. --   Disabling gnuradio-companion support.
  318. --   Override with -DENABLE_GRC=ON/OFF
  319. -- Boost version: 1.56.0
  320. -- Found the following Boost libraries:
  321. --   date_time
  322. --   program_options
  323. --   filesystem
  324. --   system
  325. --   thread
  326. --
  327. -- Configuring gr-fec support...
  328. --   Dependency Boost_FOUND = TRUE
  329. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  330. --   Dependency ENABLE_GR_BLOCKS = True
  331. --   Disabling gr-fec support.
  332. --   Override with -DENABLE_GR_FEC=ON/OFF
  333. -- Boost version: 1.56.0
  334. -- Found the following Boost libraries:
  335. --   date_time
  336. --   program_options
  337. --   filesystem
  338. --   system
  339. --   thread
  340. -- checking for module 'fftw3f >= 3.0'
  341. --   found fftw3f , version 3.3.4
  342. -- Found FFTW3F: /lib/libfftw3f.dll.a
  343. --
  344. -- Configuring gr-fft support...
  345. --   Dependency ENABLE_VOLK = True
  346. --   Dependency Boost_FOUND = TRUE
  347. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  348. --   Dependency ENABLE_GR_BLOCKS = True
  349. --   Dependency FFTW3F_FOUND = TRUE
  350. --   Enabling gr-fft support.
  351. --   Override with -DENABLE_GR_FFT=ON/OFF
  352. -- Boost version: 1.56.0
  353. -- Found the following Boost libraries:
  354. --   date_time
  355. --   program_options
  356. --   filesystem
  357. --   system
  358. --   thread
  359. --
  360. -- Configuring gr-filter support...
  361. --   Dependency ENABLE_VOLK = True
  362. --   Dependency Boost_FOUND = TRUE
  363. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  364. --   Dependency ENABLE_GR_FFT = True
  365. --   Dependency ENABLE_GR_BLOCKS = True
  366. --   Enabling gr-filter support.
  367. --   Override with -DENABLE_GR_FILTER=ON/OFF
  368. -- Boost version: 1.56.0
  369. -- Found the following Boost libraries:
  370. --   date_time
  371. --   program_options
  372. --   filesystem
  373. --   system
  374. --   thread
  375. --
  376. -- Configuring gr-analog support...
  377. --   Dependency Boost_FOUND = TRUE
  378. --   Dependency ENABLE_VOLK = True
  379. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  380. --   Dependency ENABLE_GR_FFT = True
  381. --   Dependency ENABLE_GR_FILTER = True
  382. --   Enabling gr-analog support.
  383. --   Override with -DENABLE_GR_ANALOG=ON/OFF
  384. -- Boost version: 1.56.0
  385. -- Found the following Boost libraries:
  386. --   date_time
  387. --   program_options
  388. --   filesystem
  389. --   system
  390. --   thread
  391. --
  392. -- Configuring gr-digital support...
  393. --   Dependency Boost_FOUND = TRUE
  394. --   Dependency ENABLE_VOLK = True
  395. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  396. --   Dependency ENABLE_GR_FFT = True
  397. --   Dependency ENABLE_GR_FILTER = True
  398. --   Dependency ENABLE_GR_BLOCKS = True
  399. --   Dependency ENABLE_GR_ANALOG = True
  400. --   Dependency ENABLE_GR_BLOCKS = True
  401. --   Dependency ENABLE_GR_FILTER = True
  402. --   Disabling gr-digital support.
  403. --   Override with -DENABLE_GR_DIGITAL=ON/OFF
  404. -- Boost version: 1.56.0
  405. -- Found the following Boost libraries:
  406. --   date_time
  407. --   program_options
  408. --   filesystem
  409. --   system
  410. --   thread
  411. --
  412. -- Configuring gr-atsc support...
  413. --   Dependency Boost_FOUND = TRUE
  414. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  415. --   Dependency ENABLE_GR_FFT = True
  416. --   Dependency ENABLE_GR_BLOCKS = True
  417. --   Dependency ENABLE_GR_FEC = OFF
  418. --   Dependency ENABLE_GR_FILTER = True
  419. --   Dependency ENABLE_GR_ANALOG = True
  420. --   Disabling gr-atsc support.
  421. --   Override with -DENABLE_GR_ATSC=ON/OFF
  422. -- Boost version: 1.56.0
  423. -- Found the following Boost libraries:
  424. --   date_time
  425. --   program_options
  426. --   filesystem
  427. --   system
  428. --   thread
  429. --
  430. -- Configuring gr-audio support...
  431. --   Dependency Boost_FOUND = TRUE
  432. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  433. --   Enabling gr-audio support.
  434. --   Override with -DENABLE_GR_AUDIO=ON/OFF
  435. -- checking for module 'alsa'
  436. --   package 'alsa' not found
  437. -- checking for module 'jack'
  438. --   package 'jack' not found
  439. -- Looking for C++ include AudioUnit/AudioUnit.h
  440. -- Looking for C++ include AudioUnit/AudioUnit.h - not found
  441. -- Looking for C++ include AudioToolbox/AudioToolbox.h
  442. -- Looking for C++ include AudioToolbox/AudioToolbox.h - not found
  443. -- checking for module 'portaudio'
  444. --   package 'portaudio' not found
  445. -- Found PORTAUDIO: /usr/local/include
  446. -- Boost version: 1.56.0
  447. -- Found the following Boost libraries:
  448. --   date_time
  449. --   program_options
  450. --   filesystem
  451. --   system
  452. --   thread
  453. -- checking for module 'comedilib'
  454. --   package 'comedilib' not found
  455. --
  456. -- Configuring gr-comedi support...
  457. --   Dependency COMEDI_FOUND =
  458. --   Dependency LINUX =
  459. --   Dependency Boost_FOUND = TRUE
  460. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  461. --   Disabling gr-comedi support.
  462. --   Override with -DENABLE_GR_COMEDI=ON/OFF
  463. -- Boost version: 1.56.0
  464. -- Found the following Boost libraries:
  465. --   date_time
  466. --   program_options
  467. --   filesystem
  468. --   system
  469. --   thread
  470. --
  471. -- Configuring gr-channels support...
  472. --   Dependency ENABLE_VOLK = True
  473. --   Dependency Boost_FOUND = TRUE
  474. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  475. --   Dependency ENABLE_GR_BLOCKS = True
  476. --   Dependency ENABLE_GR_FFT = True
  477. --   Dependency ENABLE_GR_FILTER = True
  478. --   Dependency ENABLE_GR_ANALOG = True
  479. --   Disabling gr-channels support.
  480. --   Override with -DENABLE_GR_CHANNELS=ON/OFF
  481. -- Boost version: 1.56.0
  482. -- Found the following Boost libraries:
  483. --   date_time
  484. --   program_options
  485. --   filesystem
  486. --   system
  487. --   thread
  488. --
  489. -- Configuring gr-noaa support...
  490. --   Dependency Boost_FOUND = TRUE
  491. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  492. --   Dependency ENABLE_GR_BLOCKS = True
  493. --   Disabling gr-noaa support.
  494. --   Override with -DENABLE_GR_NOAA=ON/OFF
  495. -- Boost version: 1.56.0
  496. -- Found the following Boost libraries:
  497. --   date_time
  498. --   program_options
  499. --   filesystem
  500. --   system
  501. --   thread
  502. --
  503. -- Configuring gr-pager support...
  504. --   Dependency Boost_FOUND = TRUE
  505. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  506. --   Dependency ENABLE_GR_FILTER = True
  507. --   Dependency ENABLE_GR_ANALOG = True
  508. --   Disabling gr-pager support.
  509. --   Override with -DENABLE_GR_PAGER=ON/OFF
  510. -- Boost version: 1.56.0
  511. -- Found the following Boost libraries:
  512. --   date_time
  513. --   program_options
  514. --   filesystem
  515. --   system
  516. --   thread
  517. -- Could NOT find Qt4 (missing:  QT_QMAKE_EXECUTABLE QT_MOC_EXECUTABLE QT_RCC_EXECUTABLE QT_INCLUDE_DIR QT_LIBRARY_DIR QT_QTCORE_INCLUDE_DIR QT_QTCORE_LIBRARY QT_QTGUI_INCLUDE_DIR QT_QTGUI_LIBRARY QT_UIC_EXECUTABLE) (Required is at least version "4.2.0")
  518. --
  519. -- Python checking for PyQt4
  520. -- Python checking for PyQt4 - not found
  521. --
  522. -- Configuring gr-qtgui support...
  523. --   Dependency Boost_FOUND = TRUE
  524. --   Dependency QT4_FOUND = FALSE
  525. --   Dependency QWT_FOUND = FALSE
  526. --   Dependency ENABLE_VOLK = True
  527. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  528. --   Dependency ENABLE_GR_FFT = True
  529. --   Dependency ENABLE_GR_FILTER = True
  530. --   Dependency PYTHONLIBS_FOUND = TRUE
  531. --   Dependency PYQT4_FOUND = FALSE
  532. --   Disabling gr-qtgui support.
  533. --   Override with -DENABLE_GR_QTGUI=ON/OFF
  534. -- Boost version: 1.56.0
  535. -- Found the following Boost libraries:
  536. --   date_time
  537. --   program_options
  538. --   filesystem
  539. --   system
  540. --   thread
  541. --
  542. -- Configuring gr-trellis support...
  543. --   Dependency Boost_FOUND = TRUE
  544. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  545. --   Dependency ENABLE_GR_ANALOG = True
  546. --   Dependency ENABLE_GR_BLOCKS = True
  547. --   Dependency ENABLE_GR_DIGITAL = OFF
  548. --   Disabling gr-trellis support.
  549. --   Override with -DENABLE_GR_TRELLIS=ON/OFF
  550. -- Boost version: 1.56.0
  551. -- Found the following Boost libraries:
  552. --   date_time
  553. --   program_options
  554. --   filesystem
  555. --   system
  556. --   thread
  557. -- checking for module 'uhd'
  558. --   package 'uhd' not found
  559. -- Could NOT find UHD (missing:  UHD_LIBRARIES UHD_INCLUDE_DIRS)
  560. --
  561. -- Configuring gr-uhd support...
  562. --   Dependency Boost_FOUND = TRUE
  563. --   Dependency UHD_FOUND = FALSE
  564. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  565. --   Dependency ENABLE_GR_FILTER = True
  566. --   Dependency ENABLE_GR_BLOCKS = True
  567. --   Dependency ENABLE_GR_ANALOG = True
  568. --   Disabling gr-uhd support.
  569. --   Override with -DENABLE_GR_UHD=ON/OFF
  570. --
  571. -- Configuring gr-utils support...
  572. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  573. --   Dependency ENABLE_PYTHON = OFF
  574. --   Disabling gr-utils support.
  575. --   Override with -DENABLE_GR_UTILS=ON/OFF
  576. -- Boost version: 1.56.0
  577. -- Found the following Boost libraries:
  578. --   date_time
  579. --   program_options
  580. --   filesystem
  581. --   system
  582. --   thread
  583. -- Looking for include file pthread.h
  584. -- Looking for include file pthread.h - found
  585. -- Looking for pthread_create
  586. -- Looking for pthread_create - found
  587. -- Found Threads: TRUE
  588. -- Could NOT find SDL (missing:  SDL_LIBRARY SDL_INCLUDE_DIR)
  589. --
  590. -- Configuring gr-video-sdl support...
  591. --   Dependency SDL_FOUND = FALSE
  592. --   Dependency Boost_FOUND = TRUE
  593. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  594. --   Disabling gr-video-sdl support.
  595. --   Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
  596. -- Boost version: 1.56.0
  597. -- Found the following Boost libraries:
  598. --   date_time
  599. --   program_options
  600. --   filesystem
  601. --   system
  602. --   thread
  603. --
  604. -- Configuring gr-vocoder support...
  605. --   Dependency Boost_FOUND = TRUE
  606. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  607. --   Dependency ENABLE_GR_FFT = True
  608. --   Dependency ENABLE_GR_BLOCKS = True
  609. --   Dependency ENABLE_GR_FILTER = True
  610. --   Dependency ENABLE_GR_ANALOG = True
  611. --   Disabling gr-vocoder support.
  612. --   Override with -DENABLE_GR_VOCODER=ON/OFF
  613. -- Boost version: 1.56.0
  614. -- Found the following Boost libraries:
  615. --   date_time
  616. --   program_options
  617. --   filesystem
  618. --   system
  619. --   thread
  620. -- checking for module 'libusb-1.0'
  621. --   found libusb-1.0, version 1.0.19
  622. -- Found libusb-1.0: /usr/include/libusb-1.0, /usr/lib/libusb-1.0.dll.a
  623. --
  624. -- Configuring gr-fcd support...
  625. --   Dependency Boost_FOUND = TRUE
  626. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  627. --   Dependency ENABLE_GR_AUDIO = True
  628. --   Disabling gr-fcd support.
  629. --   Override with -DENABLE_GR_FCD=ON/OFF
  630. -- Boost version: 1.56.0
  631. -- Found the following Boost libraries:
  632. --   date_time
  633. --   program_options
  634. --   filesystem
  635. --   system
  636. --   thread
  637. -- checking for module 'gsl >= 1.10'
  638. --   found gsl , version 1.16
  639. --
  640. -- Configuring gr-wavelet support...
  641. --   Dependency Boost_FOUND = TRUE
  642. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  643. --   Dependency ENABLE_GR_BLOCKS = True
  644. --   Dependency ENABLE_GR_ANALOG = True
  645. --   Dependency GSL_FOUND = 1
  646. --   Disabling gr-wavelet support.
  647. --   Override with -DENABLE_GR_WAVELET=ON/OFF
  648. -- Boost version: 1.56.0
  649. -- Found the following Boost libraries:
  650. --   date_time
  651. --   program_options
  652. --   filesystem
  653. --   system
  654. --   thread
  655. --
  656. -- Python checking for wx >= 2.8
  657. -- Python checking for wx >= 2.8 - not found
  658. --
  659. -- Python checking for numpy
  660. -- Python checking for numpy - found
  661. --
  662. -- Configuring gr-wxgui support...
  663. --   Dependency ENABLE_GNURADIO_RUNTIME = True
  664. --   Dependency ENABLE_GR_FFT = True
  665. --   Dependency ENABLE_GR_FILTER = True
  666. --   Dependency ENABLE_GR_ANALOG = True
  667. --   Dependency ENABLE_PYTHON = OFF
  668. --   Dependency NUMPY_FOUND = TRUE
  669. --   Dependency WX_FOUND = FALSE
  670. --   Disabling gr-wxgui support.
  671. --   Override with -DENABLE_GR_WXGUI=ON/OFF
  672. --
  673. -- ######################################################
  674. -- # Gnuradio enabled components
  675. -- ######################################################
  676. --   * volk
  677. --   * gnuradio-runtime
  678. --   * gr-blocks
  679. --   * gr-fft
  680. --   * gr-filter
  681. --   * gr-analog
  682. --   * gr-audio
  683. --
  684. -- ######################################################
  685. -- # Gnuradio disabled components
  686. -- ######################################################
  687. --   * python-support
  688. --   * testing-support
  689. --   * doxygen
  690. --   * sphinx
  691. --   * gr-ctrlport
  692. --   * gnuradio-companion
  693. --   * gr-fec
  694. --   * gr-digital
  695. --   * gr-atsc
  696. --   * gr-comedi
  697. --   * gr-channels
  698. --   * gr-noaa
  699. --   * gr-pager
  700. --   * gr-qtgui
  701. --   * gr-trellis
  702. --   * gr-uhd
  703. --   * gr-utils
  704. --   * gr-video-sdl
  705. --   * gr-vocoder
  706. --   * gr-fcd
  707. --   * gr-wavelet
  708. --   * gr-wxgui
  709. --
  710. -- Using install prefix: /usr/local
  711. -- Building for version: 3.7.2 / 3.7.2
  712. -- Configuring done
  713. -- Generating done
  714. -- Build files have been written to: /usr/src/gnuradio-3.7.2/build
  715.  
  716. admin@COMPUTER /usr/src/gnuradio-3.7.2/build
  717. $ make
  718. [  0%] Generating volk_machine_avx_32_mmx.c
  719. /bin/sh: line 1:  4756 Aborted                 (core dumped) /usr/bin/python2 -B /usr/src/gnuradio-3.7.2/volk/gen/volk_tmpl_utils.py --input /usr/src/gnuradio-3.7.2/volk/tmpl/volk_machine_xxx.tmpl.c --output /usr/src/gnuradio-3.7.2/build/volk/lib/volk_machine_avx_32_mmx.c avx_32_mmx
  720. volk/lib/CMakeFiles/volk.dir/build.make:1651: recipe for target 'volk/lib/volk_machine_avx_32_mmx.c' failed
  721. make[2]: *** [volk/lib/volk_machine_avx_32_mmx.c] Error 134
  722. CMakeFiles/Makefile2:167: recipe for target 'volk/lib/CMakeFiles/volk.dir/all' failed
  723. make[1]: *** [volk/lib/CMakeFiles/volk.dir/all] Error 2
  724. Makefile:146: recipe for target 'all' failed
  725. make: *** [all] Error 2
  726.  
  727. admin@COMPUTER /usr/src/gnuradio-3.7.2/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement