Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmake -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_C_COMPILER=gcc-11 -DENABLE_GR_SOAPY=ON -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../
- -- Build type set to Release.
- -- Build date set to Wed, 19 Jan 2022 06:23:44Z.
- --
- -- The build system will automatically enable all components.
- -- Use -DENABLE_DEFAULT=OFF to disable components by default.
- -- Extracting version information from git describe...
- --
- -- Configuring testing-support support...
- -- Dependency Boost_UNIT_TEST_FRAMEWORK_FOUND = 1
- -- Enabling testing-support support.
- -- Override with -DENABLE_TESTING=ON/OFF
- -- Compiler Version: cc (SUSE Linux) 7.5.0
- Copyright (C) 2017 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- -- Compiler Flags: /usr/bin/cc:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
- /usr/bin/g++-11:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
- -- ADDING PERF COUNTERS
- -- User set python executable /usr/bin/python3
- -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.6.15", minimum required is "3.6.5")
- -- Python checking for packaging - found
- -- Python checking for numpy - not found
- -- Python checking for pygccxml - not found
- --
- -- ***************************** WARNING!!! *************************
- -- pygccxml is highly recommended for using gr_modtool
- -- and is either not present or below the minimum version 2.0.0
- -- Only trivial bindings will be generated using gr_modtool bind
- -- ******************************************************************
- -- Found PythonInterp: /usr/bin/python3 (found version "3.6.15")
- -- Found PythonLibs: /usr/lib64/libpython3.6m.so
- --
- -- Configuring python-support support...
- -- Dependency PYTHONLIBS_FOUND = TRUE
- -- Dependency PACKAGING_FOUND = TRUE
- -- Dependency pybind11_FOUND = 1
- -- Dependency NUMPY_FOUND = FALSE
- -- Disabling python-support support.
- -- Override with -DENABLE_PYTHON=ON/OFF
- --
- -- Configuring VOLK support...
- -- Found VOLK:
- -- * Version: 2.5.0
- -- * Libraries: Volk::volk
- -- * Includes: /usr/local/include
- -- Not using additional GNU Radio native architecture optimizations.
- -- Checking for module 'gmp'
- -- No package 'gmp' found
- -- Using GMP.
- --
- -- Configuring post-install support...
- -- Enabling post-install support.
- -- Override with -DENABLE_POSTINSTALL=ON/OFF
- --
- -- Configuring doxygen support...
- -- Dependency DOXYGEN_FOUND = YES
- -- Enabling doxygen support.
- -- Override with -DENABLE_DOXYGEN=ON/OFF
- --
- -- Configuring man-pages support...
- -- Enabling man-pages support.
- -- Override with -DENABLE_MANPAGES=ON/OFF
- -- Checking for module 'gmp'
- -- No package 'gmp' found
- -- Using GMP.
- --
- -- Configuring gnuradio-runtime support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency PYTHONINTERP_FOUND = TRUE
- -- Dependency MPLIB_FOUND = TRUE
- -- Dependency spdlog_FOUND = 1
- -- Enabling gnuradio-runtime support.
- -- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
- --
- -- Configuring common-precompiled-headers support...
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency GR_CMAKE_HAS_PCH = 3.17.0
- -- Enabling common-precompiled-headers support.
- -- Override with -DENABLE_COMMON_PCH=ON/OFF
- --
- -- Configuring gr-ctrlport support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-ctrlport support.
- -- Override with -DENABLE_GR_CTRLPORT=ON/OFF
- -- thrift looking for version 0.13
- -- Could not find appropriate version of Thrift: 0.10.0 < 0.13
- -- Found libunwind
- -- Loading build date Wed, 19 Jan 2022 06:23:44Z into constants...
- -- Loading version v3.10.0.0-4-gb2c9623c into constants...
- -- TRY_SHM_VMCIRCBUF set to ON.
- --
- -- Configuring gr-blocks support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-blocks support.
- -- Override with -DENABLE_GR_BLOCKS=ON/OFF
- --
- -- Configuring gr-fec support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Enabling gr-fec support.
- -- Override with -DENABLE_GR_FEC=ON/OFF
- --
- -- Configuring gr-fft support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency FFTW3f_FOUND = TRUE
- -- Enabling gr-fft support.
- -- Override with -DENABLE_GR_FFT=ON/OFF
- --
- -- Configuring gr-filter support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Enabling gr-filter support.
- -- Override with -DENABLE_GR_FILTER=ON/OFF
- -- Python checking for pyqtgraph - not found
- -- Python checking for scipy - found
- CMake Warning at gr-filter/CMakeLists.txt:50 (message):
- PyQtGraph and Scipy are required to run the filter design tool, but are not
- detected! Please make sure they are installed on the target system.
- --
- -- Configuring gr-analog support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Enabling gr-analog support.
- -- Override with -DENABLE_GR_ANALOG=ON/OFF
- --
- -- Configuring gr-digital support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Enabling gr-digital support.
- -- Override with -DENABLE_GR_DIGITAL=ON/OFF
- --
- -- Configuring gr-dtv support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency ENABLE_GR_FEC = ON
- -- Enabling gr-dtv support.
- -- Override with -DENABLE_GR_DTV=ON/OFF
- --
- -- Configuring gr-audio support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-audio support.
- -- Override with -DENABLE_GR_AUDIO=ON/OFF
- -- Found ALSA 1.2.4
- -- Found jack: /usr/lib64/libjack.so
- --
- -- Configuring gr-channels support...
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Enabling gr-channels support.
- -- Override with -DENABLE_GR_CHANNELS=ON/OFF
- --
- -- Configuring gr-pdu support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Enabling gr-pdu support.
- -- Override with -DENABLE_GR_PDU=ON/OFF
- --
- -- Configuring gr-iio support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency libiio_FOUND = TRUE
- -- Enabling gr-iio support.
- -- Override with -DENABLE_GR_IIO=ON/OFF
- -- Python checking for PyQt5 - found
- -- QWT Version: 6.1.6
- --
- -- Configuring gr-qtgui support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency QT_FOUND = 1
- -- Dependency QWT_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency PYTHONLIBS_FOUND = TRUE
- -- Dependency PYQT5_FOUND = TRUE
- -- Enabling gr-qtgui support.
- -- Override with -DENABLE_GR_QTGUI=ON/OFF
- --
- -- Configuring gr-trellis support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_DIGITAL = ON
- -- Enabling gr-trellis support.
- -- Override with -DENABLE_GR_TRELLIS=ON/OFF
- -- Checking for module 'uhd'
- -- No package 'uhd' found
- --
- -- Configuring gr-uhd support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency UHD_FOUND = 0
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Disabling gr-uhd support.
- -- Override with -DENABLE_GR_UHD=ON/OFF
- --
- -- Configuring gr-uhd UHD 4.0 RFNoC support...
- -- Dependency ENABLE_GR_UHD = OFF
- -- Dependency UHD_FOUR_POINT_OH_RFNOC = FALSE
- -- Disabling gr-uhd UHD 4.0 RFNoC support.
- -- Override with -DENABLE_UHD_RFNOC=ON/OFF
- --
- -- Configuring gr-video-sdl support...
- -- Dependency SDL_FOUND = TRUE
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-video-sdl support.
- -- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
- --
- -- Configuring gr-vocoder support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Enabling gr-vocoder support.
- -- Override with -DENABLE_GR_VOCODER=ON/OFF
- --
- -- Configuring gr-wavelet support...
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Dependency GSL_FOUND = TRUE
- -- Enabling gr-wavelet support.
- -- Override with -DENABLE_GR_WAVELET=ON/OFF
- --
- -- Configuring gr-zeromq support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ZEROMQ_FOUND = TRUE
- -- Enabling gr-zeromq support.
- -- Override with -DENABLE_GR_ZEROMQ=ON/OFF
- --
- -- Configuring gr-network support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-network support.
- -- Override with -DENABLE_GR_NETWORK=ON/OFF
- --
- -- Configuring gr-soapy support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency SoapySDR_FOUND = 1
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-soapy support.
- -- Override with -DENABLE_GR_SOAPY=ON/OFF
- -- SOAPY Version: 0.7.2-unknown
- -- No C++ unit tests... skipping
- --
- -- ######################################################
- -- # Gnuradio enabled components
- -- ######################################################
- -- * testing-support
- -- * post-install
- -- * doxygen
- -- * man-pages
- -- * gnuradio-runtime
- -- * common-precompiled-headers
- -- * gr-ctrlport
- -- * gr-blocks
- -- * gr-fec
- -- * gr-fft
- -- * gr-filter
- -- * gr-analog
- -- * gr-digital
- -- * gr-dtv
- -- * gr-audio
- -- * * alsa
- -- * * oss
- -- * * jack
- -- * * portaudio
- -- * gr-channels
- -- * gr-pdu
- -- * gr-iio
- -- * * libad9361
- -- * gr-qtgui
- -- * gr-trellis
- -- * gr-video-sdl
- -- * gr-vocoder
- -- * * codec2
- -- * * freedv
- -- * * gsm
- -- * gr-wavelet
- -- * gr-zeromq
- -- * gr-network
- -- * gr-soapy
- --
- -- ######################################################
- -- # Gnuradio disabled components
- -- ######################################################
- -- * python-support
- -- * gr-uhd
- -- * gr-uhd UHD 4.0 RFNoC
- --
- -- Using install prefix: /usr/local
- -- Building for version: v3.10.0.0-4-gb2c9623c / 3.11.0git
- -- Configuring done
- You have changed variables that require your cache to be deleted.
- Configure will be re-run and you may have to reset some variables.
- The following variables have changed:
- CMAKE_C_COMPILER= gcc-11
- -- The CXX compiler identification is GNU 7.5.0
- -- The C compiler identification is GNU 11.2.1
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ - works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Detecting CXX compile features
- -- Detecting CXX compile features - done
- -- Check for working C compiler: /usr/bin/gcc-11
- -- Check for working C compiler: /usr/bin/gcc-11 - works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Detecting C compile features
- -- Detecting C compile features - done
- -- Build type not specified: defaulting to release.
- -- Build type set to Release.
- -- Build date set to Wed, 19 Jan 2022 06:23:46Z.
- --
- -- The build system will automatically enable all components.
- -- Use -DENABLE_DEFAULT=OFF to disable components by default.
- -- Found Git: /usr/bin/git
- -- Extracting version information from git describe...
- -- 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
- --
- -- Configuring testing-support support...
- -- Dependency Boost_UNIT_TEST_FRAMEWORK_FOUND = 1
- -- Enabling testing-support support.
- -- Override with -DENABLE_TESTING=ON/OFF
- CMake Warning at cmake/Modules/GrCompilerSettings.cmake:26 (MESSAGE):
- The compiler selected to build GNU Radio (GCC version 7.5.0 : /usr/bin/c++)
- is older than that officially supported (9.3.0 minimum). This build may or
- not work. We highly recommend using a more recent GCC version.
- Call Stack (most recent call first):
- CMakeLists.txt:100 (include)
- -- Check if the system is big endian
- -- Searching 16 bit integer
- -- Looking for sys/types.h
- -- Looking for sys/types.h - found
- -- Looking for stdint.h
- -- Looking for stdint.h - found
- -- Looking for stddef.h
- -- Looking for stddef.h - found
- -- Check size of unsigned short
- -- Check size of unsigned short - done
- -- Searching 16 bit integer - Using unsigned short
- -- Check if the system is big endian - little endian
- -- Performing Test HAVE_VISIBILITY_HIDDEN
- -- Performing Test HAVE_VISIBILITY_HIDDEN - Success
- -- Performing Test HAVE_WARN_SIGN_COMPARE
- -- Performing Test HAVE_WARN_SIGN_COMPARE - Success
- -- Performing Test HAVE_WARN_ALL
- -- Performing Test HAVE_WARN_ALL - Success
- -- Performing Test HAVE_WARN_NO_UNINITIALIZED
- -- Performing Test HAVE_WARN_NO_UNINITIALIZED - Success
- -- Compiler Version: gcc-11 (SUSE Linux) 11.2.1 20220103 [revision d4a1d3c4b377f1d4acb34fe1b55b5088a3f293f6]
- Copyright (C) 2021 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- -- Compiler Flags: /usr/bin/gcc-11:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
- /usr/bin/c++:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall -Wno-uninitialized
- -- ADDING PERF COUNTERS
- -- PYTHON_EXECUTABLE not set - using default python3
- -- Found PythonInterp: /usr/bin/python3.6 (found suitable version "3.6.15", minimum required is "3.6.5")
- -- Found PythonLibs: /usr/lib64/libpython3.6m.so (found suitable exact version "3.6.15")
- -- Python checking for packaging - found
- -- Python checking for numpy - not found
- -- Python checking for pygccxml - not found
- --
- -- ***************************** WARNING!!! *************************
- -- pygccxml is highly recommended for using gr_modtool
- -- and is either not present or below the minimum version 2.0.0
- -- Only trivial bindings will be generated using gr_modtool bind
- -- ******************************************************************
- -- Found PythonInterp: /usr/bin/python3.6 (found version "3.6.15")
- -- Found PythonLibs: /usr/lib64/libpython3.6m.so
- --
- -- Configuring python-support support...
- -- Dependency PYTHONLIBS_FOUND = TRUE
- -- Dependency PACKAGING_FOUND = TRUE
- -- Dependency pybind11_FOUND = 1
- -- Dependency NUMPY_FOUND = FALSE
- -- Disabling python-support support.
- -- Override with -DENABLE_PYTHON=ON/OFF
- --
- -- Configuring VOLK support...
- -- Found Volk: Volk::volk
- -- Found VOLK:
- -- * Version: 2.5.0
- -- * Libraries: Volk::volk
- -- * Includes: /usr/local/include
- -- Not using additional GNU Radio native architecture optimizations.
- -- Performing Test HAVE_CX_LIMITED_RANGE
- -- Performing Test HAVE_CX_LIMITED_RANGE - Success
- -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2")
- -- Checking for module 'gmp'
- -- No package 'gmp' found
- -- Found GMP: /usr/lib64/libgmpxx.so
- -- Using GMP.
- -- Found MPLIB: /usr/lib64/libgmpxx.so
- --
- -- Configuring post-install support...
- -- Enabling post-install support.
- -- Override with -DENABLE_POSTINSTALL=ON/OFF
- -- Found Doxygen: /usr/bin/doxygen (found version "1.8.14") found components: doxygen dot
- -- Found MathJax2: /usr/share/javascript/mathjax/MathJax.js
- --
- -- Configuring doxygen support...
- -- Dependency DOXYGEN_FOUND = YES
- -- Enabling doxygen support.
- -- Override with -DENABLE_DOXYGEN=ON/OFF
- --
- -- Configuring man-pages support...
- -- Enabling man-pages support.
- -- Override with -DENABLE_MANPAGES=ON/OFF
- -- Checking for module 'gmp'
- -- No package 'gmp' found
- -- Using GMP.
- -- Looking for C++ include sys/mman.h
- -- Looking for C++ include sys/mman.h - found
- -- Looking for C++ include sys/ipc.h
- -- Looking for C++ include sys/ipc.h - found
- -- Looking for C++ include sys/shm.h
- -- Looking for C++ include sys/shm.h - found
- -- Looking for C++ include signal.h
- -- Looking for C++ include signal.h - found
- -- Performing Test HAVE_SIGACTION
- -- Performing Test HAVE_SIGACTION - Success
- -- Performing Test HAVE_SYSCONF
- -- Performing Test HAVE_SYSCONF - Success
- -- Performing Test HAVE_GETPAGESIZE
- -- Performing Test HAVE_GETPAGESIZE - Success
- -- Performing Test HAVE_PTHREAD_SIGMASK
- -- Performing Test HAVE_PTHREAD_SIGMASK - Success
- -- Performing Test HAVE_CREATEFILEMAPPING
- -- Performing Test HAVE_CREATEFILEMAPPING - Failed
- -- Performing Test HAVE_SHM_OPEN
- -- Performing Test HAVE_SHM_OPEN - Success
- -- Performing Test HAVE_SINCOS
- -- Performing Test HAVE_SINCOS - Success
- -- Performing Test HAVE_SINCOSF
- -- Performing Test HAVE_SINCOSF - Success
- -- Performing Test HAVE_SINF
- -- Performing Test HAVE_SINF - Success
- -- Performing Test HAVE_COSF
- -- Performing Test HAVE_COSF - Success
- -- Performing Test HAVE_MMAP
- -- Performing Test HAVE_MMAP - Success
- -- Performing Test HAVE_PTHREAD_SETSCHEDPARAM
- -- Performing Test HAVE_PTHREAD_SETSCHEDPARAM - Success
- -- Performing Test HAVE_SCHED_SETSCHEDULER
- -- Performing Test HAVE_SCHED_SETSCHEDULER - Success
- -- Found Threads: TRUE
- --
- -- Configuring gnuradio-runtime support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency PYTHONINTERP_FOUND = TRUE
- -- Dependency MPLIB_FOUND = TRUE
- -- Dependency spdlog_FOUND = 1
- -- Enabling gnuradio-runtime support.
- -- Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
- --
- -- Configuring common-precompiled-headers support...
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency GR_CMAKE_HAS_PCH = 3.17.0
- -- Enabling common-precompiled-headers support.
- -- Override with -DENABLE_COMMON_PCH=ON/OFF
- --
- -- Configuring gr-ctrlport support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-ctrlport support.
- -- Override with -DENABLE_GR_CTRLPORT=ON/OFF
- -- Checking for module 'thrift'
- -- Found thrift, version 0.10.0
- -- thrift looking for version 0.13
- -- Could not find appropriate version of Thrift: 0.10.0 < 0.13
- -- Looking for C++ include sys/resource.h
- -- Looking for C++ include sys/resource.h - found
- -- Checking for module 'libunwind'
- -- Found libunwind, version 1.5.0
- -- Found libunwind
- -- Loading build date Wed, 19 Jan 2022 06:23:46Z into constants...
- -- Loading version v3.10.0.0-4-gb2c9623c into constants...
- -- TRY_SHM_VMCIRCBUF set to ON.
- -- Checking for module 'sndfile'
- -- Found sndfile, version 1.0.28
- -- Found SNDFILE: /usr/lib64/libsndfile.so
- --
- -- Configuring gr-blocks support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-blocks support.
- -- Override with -DENABLE_GR_BLOCKS=ON/OFF
- -- Looking for C++ include io.h
- -- Looking for C++ include io.h - not found
- -- Found GSL: /usr/include (found version "2.6")
- --
- -- Configuring gr-fec support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Enabling gr-fec support.
- -- Override with -DENABLE_GR_FEC=ON/OFF
- -- Checking for module 'fftw3f >= 3.0'
- -- Found fftw3f , version 3.3.9
- -- Found FFTW3f: /usr/lib64/libfftw3f.so
- --
- -- Configuring gr-fft support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency FFTW3f_FOUND = TRUE
- -- Enabling gr-fft support.
- -- Override with -DENABLE_GR_FFT=ON/OFF
- --
- -- Configuring gr-filter support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Enabling gr-filter support.
- -- Override with -DENABLE_GR_FILTER=ON/OFF
- -- Python checking for pyqtgraph - not found
- -- Python checking for scipy - found
- CMake Warning at gr-filter/CMakeLists.txt:50 (message):
- PyQtGraph and Scipy are required to run the filter design tool, but are not
- detected! Please make sure they are installed on the target system.
- --
- -- Configuring gr-analog support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Enabling gr-analog support.
- -- Override with -DENABLE_GR_ANALOG=ON/OFF
- --
- -- Configuring gr-digital support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Enabling gr-digital support.
- -- Override with -DENABLE_GR_DIGITAL=ON/OFF
- --
- -- Configuring gr-dtv support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency ENABLE_GR_FEC = ON
- -- Enabling gr-dtv support.
- -- Override with -DENABLE_GR_DTV=ON/OFF
- -- Performing Test SSE2_SUPPORTED
- -- Performing Test SSE2_SUPPORTED - Success
- --
- -- Configuring gr-audio support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-audio support.
- -- Override with -DENABLE_GR_AUDIO=ON/OFF
- -- Checking for module 'alsa'
- -- Found alsa, version 1.2.4
- -- Found ALSA 1.2.4
- -- Checking for module 'jack'
- -- Found jack, version 1.9.12
- -- Found jack: /usr/lib64/libjack.so
- -- Looking for C++ include AudioUnit/AudioUnit.h
- -- Looking for C++ include AudioUnit/AudioUnit.h - not found
- -- Looking for C++ include AudioToolbox/AudioToolbox.h
- -- Looking for C++ include AudioToolbox/AudioToolbox.h - not found
- -- Checking for module 'portaudio-2.0'
- -- Found portaudio-2.0, version 19
- -- Performing Test PORTAUDIO2_FOUND
- -- Performing Test PORTAUDIO2_FOUND - Success
- -- Found PORTAUDIO: /usr/include
- --
- -- Configuring gr-channels support...
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Enabling gr-channels support.
- -- Override with -DENABLE_GR_CHANNELS=ON/OFF
- --
- -- Configuring gr-pdu support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Enabling gr-pdu support.
- -- Override with -DENABLE_GR_PDU=ON/OFF
- -- Found libiio: /usr/lib64/libiio.so (found version "0.21")
- -- Found libad9361: /usr/local/lib/libad9361.so (found version "0.2")
- --
- -- Configuring gr-iio support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency libiio_FOUND = TRUE
- -- Enabling gr-iio support.
- -- Override with -DENABLE_GR_IIO=ON/OFF
- -- Performing Test libad9361_SUFFICIENT
- -- Performing Test libad9361_SUFFICIENT - Success
- -- Python checking for PyQt5 - found
- -- Checking for module 'Qt5Qwt6'
- -- Found Qt5Qwt6, version 6.1.6
- -- QWT Version: 6.1.6
- -- Found Qwt: /usr/lib64/libqwt.so
- --
- -- Configuring gr-qtgui support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency QT_FOUND = 1
- -- Dependency QWT_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency PYTHONLIBS_FOUND = TRUE
- -- Dependency PYQT5_FOUND = TRUE
- -- Enabling gr-qtgui support.
- -- Override with -DENABLE_GR_QTGUI=ON/OFF
- --
- -- Configuring gr-trellis support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_DIGITAL = ON
- -- Enabling gr-trellis support.
- -- Override with -DENABLE_GR_TRELLIS=ON/OFF
- -- Checking for module 'uhd'
- -- No package 'uhd' found
- --
- -- Configuring gr-uhd support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency UHD_FOUND = 0
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Disabling gr-uhd support.
- -- Override with -DENABLE_GR_UHD=ON/OFF
- --
- -- Configuring gr-uhd UHD 4.0 RFNoC support...
- -- Dependency ENABLE_GR_UHD = OFF
- -- Dependency UHD_FOUR_POINT_OH_RFNOC = FALSE
- -- Disabling gr-uhd UHD 4.0 RFNoC support.
- -- Override with -DENABLE_UHD_RFNOC=ON/OFF
- -- Found SDL: /usr/lib64/libSDLmain.a;/usr/lib64/libSDL.so;-lpthread (found version "1.2.15")
- --
- -- Configuring gr-video-sdl support...
- -- Dependency SDL_FOUND = TRUE
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-video-sdl support.
- -- Override with -DENABLE_GR_VIDEO_SDL=ON/OFF
- --
- -- Configuring gr-vocoder support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_FFT = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_FILTER = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Enabling gr-vocoder support.
- -- Override with -DENABLE_GR_VOCODER=ON/OFF
- -- Found Codec2: /usr/lib64/libcodec2.so
- -- Found GSM: /usr/lib64/libgsm.so
- --
- -- Configuring gr-wavelet support...
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ENABLE_GR_BLOCKS = ON
- -- Dependency ENABLE_GR_ANALOG = ON
- -- Dependency GSL_FOUND = TRUE
- -- Enabling gr-wavelet support.
- -- Override with -DENABLE_GR_WAVELET=ON/OFF
- -- Checking for module 'libzmq'
- -- Found libzmq, version 4.2.3
- -- Found ZeroMQ: /usr/lib64/libzmq.so
- --
- -- Configuring gr-zeromq support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Dependency ZEROMQ_FOUND = TRUE
- -- Enabling gr-zeromq support.
- -- Override with -DENABLE_GR_ZEROMQ=ON/OFF
- --
- -- Configuring gr-network support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-network support.
- -- Override with -DENABLE_GR_NETWORK=ON/OFF
- -- Looking for C++ include windows.h
- -- Looking for C++ include windows.h - not found
- --
- -- Configuring gr-soapy support...
- -- Dependency Boost_FOUND = TRUE
- -- Dependency SoapySDR_FOUND = 1
- -- Dependency ENABLE_GNURADIO_RUNTIME = ON
- -- Enabling gr-soapy support.
- -- Override with -DENABLE_GR_SOAPY=ON/OFF
- -- SOAPY Version: 0.7.2-unknown
- -- No C++ unit tests... skipping
- --
- -- ######################################################
- -- # Gnuradio enabled components
- -- ######################################################
- -- * testing-support
- -- * post-install
- -- * doxygen
- -- * man-pages
- -- * gnuradio-runtime
- -- * common-precompiled-headers
- -- * gr-ctrlport
- -- * gr-blocks
- -- * gr-fec
- -- * gr-fft
- -- * gr-filter
- -- * gr-analog
- -- * gr-digital
- -- * gr-dtv
- -- * gr-audio
- -- * * alsa
- -- * * oss
- -- * * jack
- -- * * portaudio
- -- * gr-channels
- -- * gr-pdu
- -- * gr-iio
- -- * * libad9361
- -- * gr-qtgui
- -- * gr-trellis
- -- * gr-video-sdl
- -- * gr-vocoder
- -- * * codec2
- -- * * freedv
- -- * * gsm
- -- * gr-wavelet
- -- * gr-zeromq
- -- * gr-network
- -- * gr-soapy
- --
- -- ######################################################
- -- # Gnuradio disabled components
- -- ######################################################
- -- * python-support
- -- * gr-uhd
- -- * gr-uhd UHD 4.0 RFNoC
- --
- -- Using install prefix: /usr/local
- -- Building for version: v3.10.0.0-4-gb2c9623c / 3.11.0git
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /usr/local/src/gnuradio/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement