Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cmake -DCMAKE_C_COMPILER=gcc-11 -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=/usr/bin/python3 ../
- -- Build type set to Release.
- -- Build date set to Wed, 19 Jan 2022 00:31:18Z.
- --
- -- 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
- 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)
- -- 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
- -- 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")
- --
- -- 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 00:31:18Z 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
- -- Generating done
- -- Build files have been written to: /usr/local/src/gnuradio/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement