When I execute cmake …/ command, I am getting as follows
sdr@sdr-H55H-CM:~$ cd gnuradio/
sdr@sdr-H55H-CM:~/gnuradio$ cd build/
sdr@sdr-H55H-CM:~/gnuradio/build$ cmake …/
– Build type not specified: defaulting to release.
– Build type set to Release.
– Extracting version information from git describe…
– Compiler Version: gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright © 2011 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:::-O3 -DNDEBUG -fvisibility=hidden
-Wsign-compare -Wall -Wno-uninitialized
/usr/bin/c++:::-O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall
-Wno-uninitialized
– ADDING PERF COUNTERS
– Building Static Libraries: OFF
– Enabling use of known bad versions of Boost.
– WARNING: Found a known bad version of Boost (v104601). Continuing
anyway.
– Minimum SWIG version required is 1.3.31
– The build system will automatically enable all components.
– Use -DENABLE_DEFAULT=OFF to disable components by default.
– Configuring python-support support…
– Dependency PYTHONLIBS_FOUND = TRUE
– Dependency SWIG_FOUND = TRUE
– Dependency SWIG_VERSION_CHECK = TRUE
– Enabling python-support support.
– Override with -DENABLE_PYTHON=ON/OFF
– checking for module ‘cppunit’
– package ‘cppunit’ not found
– Could NOT find CPPUNIT (missing: CPPUNIT_INCLUDE_DIRS)
– Configuring testing-support support…
– Dependency CPPUNIT_FOUND = FALSE
– Disabling testing-support support.
– Override with -DENABLE_TESTING=ON/OFF
– Configuring volk support…
– Enabling volk support.
– Override with -DENABLE_VOLK=ON/OFF
– Python checking for python >= 2.5
– Python checking for python >= 2.5 - found
– Python checking for Cheetah >= 2.0.0
– Python checking for Cheetah >= 2.0.0 - found
– Enabling use of known bad versions of Boost.
– WARNING: Found a known bad version of Boost (v104601). Continuing
anyway.
– checking for module ‘orc-0.4 > 0.4.11’
– package ‘orc-0.4 > 0.4.11’ not found
– orc files (missing: ORC_LIBRARY ORC_INCLUDE_DIR ORCC_EXECUTABLE)
– Compiler name: GNU
– x86* CPU detected
– CPU missing xgetbv, Overruled arch avx
– CPU missing cvtpi32_ps, Overruled arch avx
– ORC support not found, Overruled arch orc
– CPU width is 32 bits, Overruled arch 64
– Available architectures:
generic;32;3dnow;abm;popcount;mmx;sse;sse2;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2
– Available machines:
generic;sse2_32_mmx;sse3_32;ssse3_32;sse4_a_32;sse4_1_32;sse4_2_32
– BUILTTYPERELEASE
– Base cflags = -O3 -DNDEBUG -fvisibility=hidden -Wsign-compare -Wall
-Wno-uninitialized
– BUILD INFO ::: generic ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden
-Wsign-compare -Wall -Wno-uninitialized
– BUILD INFO ::: sse2_32_mmx ::: GNU ::: -O3 -DNDEBUG
-fvisibility=hidden
-Wsign-compare -Wall -Wno-uninitialized -m32 -mmmx -msse -msse2
– BUILD INFO ::: sse3_32 ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden
-Wsign-compare -Wall -Wno-uninitialized -m32 -mmmx -msse -msse2 -msse3
– BUILD INFO ::: ssse3_32 ::: GNU ::: -O3 -DNDEBUG -fvisibility=hidden
-Wsign-compare -Wall -Wno-uninitialized -m32 -mmmx -msse -msse2 -msse3
-mssse3
– BUILD INFO ::: sse4_a_32 ::: GNU ::: -O3 -DNDEBUG
-fvisibility=hidden
-Wsign-compare -Wall -Wno-uninitialized -m32 -mmmx -msse -msse2 -msse3
-msse4a -mpopcnt
– BUILD INFO ::: sse4_1_32 ::: GNU ::: -O3 -DNDEBUG
-fvisibility=hidden
-Wsign-compare -Wall -Wno-uninitialized -m32 -mmmx -msse -msse2 -msse3
-mssse3 -msse4.1
– BUILD INFO ::: sse4_2_32 ::: GNU ::: -O3 -DNDEBUG
-fvisibility=hidden
-Wsign-compare -Wall -Wno-uninitialized -m32 -mmmx -msse -msse2 -msse3
-mssse3 -msse4.1 -msse4.2 -mpopcnt
– Compiler Version: gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3
Copyright © 2011 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.
– Not enabling ASM support. CMake >= 2.8.10 required.
– Did not find liborc and orcc, disabling orc support…
– Loading build date Fri, 12 Dec 2014 20:47:13 into constants…
– Loading version 0.1 into constants…
– Using install prefix: /usr
– ENABLE_GR_LOG set to ON.
– HAVE_LOG4CPP set to False.
– LOG4CPP_LIBRARIES set to .
– Could NOT find Sphinx (missing: SPHINX_EXECUTABLE)
– Configuring doxygen support…
– Dependency DOXYGEN_FOUND = YES
– Enabling doxygen support.
– Override with -DENABLE_DOXYGEN=ON/OFF
– Configuring sphinx support…
– Dependency SPHINX_FOUND = FALSE
– Disabling sphinx support.
– Override with -DENABLE_SPHINX=ON/OFF
– Configuring gnuradio-runtime support…
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_VOLK = ON
– Dependency PYTHONINTERP_FOUND = TRUE
– Enabling gnuradio-runtime support.
– Override with -DENABLE_GNURADIO_RUNTIME=ON/OFF
– Configuring gr-ctrlport support…
– Dependency Boost_FOUND = TRUE
– Dependency SWIG_FOUND = TRUE
– Dependency SWIG_VERSION_CHECK = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Enabling gr-ctrlport support.
– Override with -DENABLE_GR_CTRLPORT=ON/OFF
– Loading build date Fri, 12 Dec 2014 20:47:13 into constants…
– Loading version 3.7.6git-227-g3427a667 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
– Python checking for python >= 2.5
– Python checking for python >= 2.5 - found
– Python checking for Cheetah >= 2.0.0
– Python checking for Cheetah >= 2.0.0 - found
– Python checking for lxml >= 1.3.6
– Python checking for lxml >= 1.3.6 - found
– Python checking for pygtk >= 2.10.0
– Python checking for pygtk >= 2.10.0 - found
– Python checking for numpy
– Python checking for numpy - found
– Configuring gnuradio-companion support…
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_PYTHON = ON
– Dependency PYTHON_MIN_VER_FOUND = TRUE
– Dependency CHEETAH_FOUND = TRUE
– Dependency LXML_FOUND = TRUE
– Dependency PYGTK_FOUND = TRUE
– Dependency NUMPY_FOUND = TRUE
– Enabling gnuradio-companion support.
– Override with -DENABLE_GRC=ON/OFF
– Configuring gr-fec support…
– Dependency ENABLE_VOLK = ON
– 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’
– package ‘fftw3f >= 3.0’ not found
– Could NOT find FFTW3F (missing: FFTW3F_LIBRARIES
FFTW3F_INCLUDE_DIRS)
– Configuring gr-fft support…
– Dependency ENABLE_VOLK = ON
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_BLOCKS = ON
– Dependency FFTW3F_FOUND = FALSE
– Disabling gr-fft support.
– Override with -DENABLE_GR_FFT=ON/OFF
– Configuring gr-filter support…
– Dependency ENABLE_VOLK = ON
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_FFT =
– Dependency ENABLE_GR_BLOCKS = ON
– Disabling gr-filter support.
– Override with -DENABLE_GR_FILTER=ON/OFF
– Configuring gr-analog support…
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_VOLK = ON
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_FFT =
– Dependency ENABLE_GR_FILTER =
– Disabling gr-analog support.
– Override with -DENABLE_GR_ANALOG=ON/OFF
– Configuring gr-digital support…
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_VOLK = ON
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_FFT =
– Dependency ENABLE_GR_FILTER =
– Dependency ENABLE_GR_BLOCKS = ON
– Dependency ENABLE_GR_ANALOG =
– Dependency ENABLE_GR_BLOCKS = ON
– Dependency ENABLE_GR_FILTER =
– Disabling 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 =
– Dependency ENABLE_GR_FILTER =
– Dependency ENABLE_GR_FEC = ON
– Disabling gr-dtv support.
– Override with -DENABLE_GR_DTV=ON/OFF
– Configuring gr-atsc support…
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_FFT =
– Dependency ENABLE_GR_BLOCKS = ON
– Dependency ENABLE_GR_FEC = ON
– Dependency ENABLE_GR_FILTER =
– Dependency ENABLE_GR_ANALOG =
– Disabling gr-atsc support.
– Override with -DENABLE_GR_ATSC=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.0.25
– checking for module ‘jack’
– package ‘jack’ not found
– checking for module ‘portaudio-2.0’
– package ‘portaudio-2.0’ not found
– checking for module ‘comedilib’
– package ‘comedilib’ not found
– Configuring gr-comedi support…
– Dependency COMEDI_FOUND =
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Disabling gr-comedi support.
– Override with -DENABLE_GR_COMEDI=ON/OFF
– Configuring gr-channels support…
– Dependency ENABLE_VOLK = ON
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_BLOCKS = ON
– Dependency ENABLE_GR_FFT =
– Dependency ENABLE_GR_FILTER =
– Dependency ENABLE_GR_ANALOG =
– Disabling gr-channels support.
– Override with -DENABLE_GR_CHANNELS=ON/OFF
– Configuring gr-noaa support…
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_BLOCKS = ON
– Enabling gr-noaa support.
– Override with -DENABLE_GR_NOAA=ON/OFF
– Configuring gr-pager support…
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_FILTER =
– Dependency ENABLE_GR_ANALOG =
– Disabling gr-pager support.
– Override with -DENABLE_GR_PAGER=ON/OFF
– QWT Version: 5.2.2
– Python checking for PyQt4
– Python checking for PyQt4 - found
– Configuring gr-qtgui support…
– Dependency Boost_FOUND = TRUE
– Dependency QT4_FOUND = TRUE
– Dependency QWT_FOUND = TRUE
– Dependency ENABLE_VOLK = ON
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_FFT =
– Dependency ENABLE_GR_FILTER =
– Dependency PYTHONLIBS_FOUND = TRUE
– Dependency PYQT4_FOUND = TRUE
– Disabling 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 =
– Dependency ENABLE_GR_BLOCKS = ON
– Dependency ENABLE_GR_DIGITAL =
– Disabling gr-trellis support.
– Override with -DENABLE_GR_TRELLIS=ON/OFF
– Configuring gr-uhd support…
– Dependency Boost_FOUND = TRUE
– Dependency UHD_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_FILTER =
– Dependency ENABLE_GR_BLOCKS = ON
– Dependency ENABLE_GR_ANALOG =
– Disabling gr-uhd support.
– Override with -DENABLE_GR_UHD=ON/OFF
– Configuring gr-utils support…
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_PYTHON = ON
– Enabling gr-utils support.
– Override with -DENABLE_GR_UTILS=ON/OFF
– Configuring gr-video-sdl support…
– Dependency SDL_FOUND = YES
– 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 =
– Dependency ENABLE_GR_BLOCKS = ON
– Dependency ENABLE_GR_FILTER =
– Dependency ENABLE_GR_ANALOG =
– Disabling gr-vocoder support.
– Override with -DENABLE_GR_VOCODER=ON/OFF
– checking for module ‘libusb-1.0’
– package ‘libusb-1.0’ not found
– libusb-1.0 not found.
– Configuring gr-fcd support…
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_BLOCKS = ON
– Dependency ENABLE_GR_AUDIO = ON
– Dependency LIBUSB_FOUND = FALSE
– Disabling gr-fcd support.
– Override with -DENABLE_GR_FCD=ON/OFF
– checking for module ‘gsl >= 1.10’
– package ‘gsl >= 1.10’ not found
– FindGSL: gsl-config not found.
– Could NOT find GSL (missing: GSL_LIBRARIES GSL_INCLUDE_DIRS)
– Configuring gr-wavelet support…
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_BLOCKS = ON
– Dependency ENABLE_GR_ANALOG =
– Dependency GSL_FOUND = FALSE
– Disabling gr-wavelet support.
– Override with -DENABLE_GR_WAVELET=ON/OFF
– Python checking for wx >= 2.8
– Python checking for wx >= 2.8 - found
– Python checking for numpy
– Python checking for numpy - found
– Configuring gr-wxgui support…
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ENABLE_GR_FFT =
– Dependency ENABLE_GR_FILTER =
– Dependency ENABLE_GR_ANALOG =
– Dependency ENABLE_PYTHON = ON
– Dependency NUMPY_FOUND = TRUE
– Dependency WX_FOUND = TRUE
– Disabling gr-wxgui support.
– Override with -DENABLE_GR_WXGUI=ON/OFF
– checking for module ‘libzmq’
– package ‘libzmq’ not found
– Could NOT find ZEROMQ (missing: ZEROMQ_LIBRARIES
ZEROMQ_INCLUDE_DIRS)
– Configuring gr-zeromq support…
– Dependency Boost_FOUND = TRUE
– Dependency ENABLE_GNURADIO_RUNTIME = ON
– Dependency ZEROMQ_FOUND = FALSE
– Disabling gr-zeromq support.
– Override with -DENABLE_GR_ZEROMQ=ON/OFF
– ######################################################
– # Gnuradio enabled components
– ######################################################
– * python-support
– * volk
– * doxygen
– * gnuradio-runtime
– * gr-ctrlport
– * gr-blocks
– * gnuradio-companion
– * gr-fec
– * gr-audio
– * * alsa
– * * oss
– * gr-noaa
– * gr-utils
– * gr-video-sdl
– ######################################################
– # Gnuradio disabled components
– ######################################################
– * testing-support
– * sphinx
– * gr-fft
– * gr-filter
– * gr-analog
– * gr-digital
– * gr-dtv
– * gr-atsc
– * gr-comedi
– * gr-channels
– * gr-pager
– * gr-qtgui
– * gr-trellis
– * gr-uhd
– * gr-vocoder
– * gr-fcd
– * gr-wavelet
– * gr-wxgui
– * gr-zeromq
– Using install prefix: /usr
– Building for version: 3.7.6git-227-g3427a667 / 3.7.6git
– Configuring done
– Generating done
– Build files have been written to: /home/sdr/gnuradio/build
sdr@sdr-H55H-CM:~/gnuradio/build$
How can I enable the blocks/components which are disabled. Please let me
know.
Thanks & Regards
B. Siva Kumar Reddy
Research Scholar
Department of ECE
National Institute of Technology Warangal (NITW)
Andhra Pradesh, India-506004
*09948065756 *