usrp-users@lists.ettus.com

Discussion and technical support related to USRP, UHD, RFNoC

View all threads

How to enable all gnuradio components?

ZJ
ZaInzAiN Jj
Tue, Mar 19, 2013 1:46 AM

Dear all,
I use gnuradio 3.6.4, ubuntu 12.04 and usrp n210. I try ofdm example but still error. it turns out when I install gnuradio 6.3.4 there are many disable components as below.

-- ######################################################
-- # Gnuradio enabled components                         
-- ######################################################
--   * python-support
--   * testing-support
--   * volk
--   * doxygen
-- 
-- ######################################################
-- # Gnuradio disabled components                        
-- ######################################################
--   * sphinx
--   * gruel
--   * gnuradio-core
--   * gnuradio-companion
--   * gr-fft
--   * gr-filter
--   * gr-atsc
--   * gr-audio
--   * gr-comedi
--   * gr-analog
--   * gr-digital
--   * gr-noaa
--   * gr-pager
--   * gr-qtgui
--   * gr-trellis
--   * gr-uhd
--   * gr-shd
--   * gr-utils
--   * gr-video-sdl
--   * gr-vocoder
--   * gr-fcd
--   * gr-wavelet
--   * gr-wxgui
--   * gr-blocks

I use dependencies
sudo apt-get -y install libfontconfig1-dev libxrender-dev libpulse-dev
gcc-4.7 g++ automake libtool python-dev libfftw3-dev
libcppunit-dev libboost-all-dev libusb-dev fort77
libsdl1.2-dev python-wxgtk2.8 subversion git-core guile-1.8-dev
libqt4-dev python-numpy ccache python-opengl libgsl0-dev
python-cheetah python-lxml doxygen qt4-dev-tools
libqwt5-qt4-dev libqwtplot3d-qt4-dev pyqt4-dev-tools
libpcre3 libpcre3-dbg libpcre3-dev libpcrecpp0
python-wxgtk2.8 python-wxtools wx2.8-i18n libwxgtk2.8-dev libgtk2.0-dev
autoconf libtool libosip2-dev libortp-dev
libusb-1.0-0-dev g++ erlang bison flex
apache2 php5 php5-xmlrpc php5-mysql php5-gd php5-cli php5-curl
mysql-client mysql-server libphp-adodb libgd2-xpm libgd2-xpm-dev
php5-curl php-pear

What I can do to enable all gnuradio components?

Thanks,
Zai

Dear all, I use gnuradio 3.6.4, ubuntu 12.04 and usrp n210. I try ofdm example but still error. it turns out when I install gnuradio 6.3.4 there are many disable components as below. -- ###################################################### -- # Gnuradio enabled components                          -- ###################################################### --   * python-support --   * testing-support --   * volk --   * doxygen --  -- ###################################################### -- # Gnuradio disabled components                         -- ###################################################### --   * sphinx --   * gruel --   * gnuradio-core --   * gnuradio-companion --   * gr-fft --   * gr-filter --   * gr-atsc --   * gr-audio --   * gr-comedi --   * gr-analog --   * gr-digital --   * gr-noaa --   * gr-pager --   * gr-qtgui --   * gr-trellis --   * gr-uhd --   * gr-shd --   * gr-utils --   * gr-video-sdl --   * gr-vocoder --   * gr-fcd --   * gr-wavelet --   * gr-wxgui --   * gr-blocks I use dependencies sudo apt-get -y install libfontconfig1-dev libxrender-dev libpulse-dev \ gcc-4.7 g++ automake libtool python-dev libfftw3-dev \ libcppunit-dev libboost-all-dev libusb-dev fort77 \ libsdl1.2-dev python-wxgtk2.8 subversion git-core guile-1.8-dev \ libqt4-dev python-numpy ccache python-opengl libgsl0-dev \ python-cheetah python-lxml doxygen qt4-dev-tools \ libqwt5-qt4-dev libqwtplot3d-qt4-dev pyqt4-dev-tools \ libpcre3 libpcre3-dbg libpcre3-dev libpcrecpp0 \ python-wxgtk2.8 python-wxtools wx2.8-i18n libwxgtk2.8-dev libgtk2.0-dev \ autoconf libtool libosip2-dev libortp-dev \ libusb-1.0-0-dev g++ erlang bison flex \ apache2 php5 php5-xmlrpc php5-mysql php5-gd php5-cli php5-curl \ mysql-client mysql-server libphp-adodb libgd2-xpm libgd2-xpm-dev \ php5-curl php-pear What I can do to enable all gnuradio components? Thanks, Zai
JB
Josh Blum
Tue, Mar 19, 2013 2:41 AM

This is the component summary, the verbose before the summary will tell
you what is missing.

Best guess if all the deps are really installed... you may have a system
with a boost that gnuradio has deemed unsuitable. Its possible to
circumvent this by adding -DENABLE_BAD_BOOST=TRUE to the cmake
configuration options.

-josh

On 03/18/2013 08:46 PM, ZaInzAiN Jj wrote:

Dear all,
I use gnuradio 3.6.4, ubuntu 12.04 and usrp n210. I try ofdm example but still error. it turns out when I install gnuradio 6.3.4 there are many disable components as below.

-- ######################################################
-- # Gnuradio enabled components
-- ######################################################
--  * python-support
--  * testing-support
--  * volk
--  * doxygen

-- ######################################################
-- # Gnuradio disabled components
-- ######################################################
--  * sphinx
--  * gruel
--  * gnuradio-core
--  * gnuradio-companion
--  * gr-fft
--  * gr-filter
--  * gr-atsc
--  * gr-audio
--  * gr-comedi
--  * gr-analog
--  * gr-digital
--  * gr-noaa
--  * gr-pager
--  * gr-qtgui
--  * gr-trellis
--  * gr-uhd
--  * gr-shd
--  * gr-utils
--  * gr-video-sdl
--  * gr-vocoder
--  * gr-fcd
--  * gr-wavelet
--  * gr-wxgui
--  * gr-blocks

I use dependencies
sudo apt-get -y install libfontconfig1-dev libxrender-dev libpulse-dev
gcc-4.7 g++ automake libtool python-dev libfftw3-dev
libcppunit-dev libboost-all-dev libusb-dev fort77
libsdl1.2-dev python-wxgtk2.8 subversion git-core guile-1.8-dev
libqt4-dev python-numpy ccache python-opengl libgsl0-dev
python-cheetah python-lxml doxygen qt4-dev-tools
libqwt5-qt4-dev libqwtplot3d-qt4-dev pyqt4-dev-tools
libpcre3 libpcre3-dbg libpcre3-dev libpcrecpp0
python-wxgtk2.8 python-wxtools wx2.8-i18n libwxgtk2.8-dev libgtk2.0-dev
autoconf libtool libosip2-dev libortp-dev
libusb-1.0-0-dev g++ erlang bison flex
apache2 php5 php5-xmlrpc php5-mysql php5-gd php5-cli php5-curl
mysql-client mysql-server libphp-adodb libgd2-xpm libgd2-xpm-dev
php5-curl php-pear

What I can do to enable all gnuradio components?

Thanks,
Zai


USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

This is the component summary, the verbose before the summary will tell you what is missing. Best guess if all the deps are really installed... you may have a system with a boost that gnuradio has deemed unsuitable. Its possible to circumvent this by adding -DENABLE_BAD_BOOST=TRUE to the cmake configuration options. -josh On 03/18/2013 08:46 PM, ZaInzAiN Jj wrote: > Dear all, > I use gnuradio 3.6.4, ubuntu 12.04 and usrp n210. I try ofdm example but still error. it turns out when I install gnuradio 6.3.4 there are many disable components as below. > > -- ###################################################### > -- # Gnuradio enabled components > -- ###################################################### > -- * python-support > -- * testing-support > -- * volk > -- * doxygen > -- > -- ###################################################### > -- # Gnuradio disabled components > -- ###################################################### > -- * sphinx > -- * gruel > -- * gnuradio-core > -- * gnuradio-companion > -- * gr-fft > -- * gr-filter > -- * gr-atsc > -- * gr-audio > -- * gr-comedi > -- * gr-analog > -- * gr-digital > -- * gr-noaa > -- * gr-pager > -- * gr-qtgui > -- * gr-trellis > -- * gr-uhd > -- * gr-shd > -- * gr-utils > -- * gr-video-sdl > -- * gr-vocoder > -- * gr-fcd > -- * gr-wavelet > -- * gr-wxgui > -- * gr-blocks > > I use dependencies > sudo apt-get -y install libfontconfig1-dev libxrender-dev libpulse-dev \ > gcc-4.7 g++ automake libtool python-dev libfftw3-dev \ > libcppunit-dev libboost-all-dev libusb-dev fort77 \ > libsdl1.2-dev python-wxgtk2.8 subversion git-core guile-1.8-dev \ > libqt4-dev python-numpy ccache python-opengl libgsl0-dev \ > python-cheetah python-lxml doxygen qt4-dev-tools \ > libqwt5-qt4-dev libqwtplot3d-qt4-dev pyqt4-dev-tools \ > libpcre3 libpcre3-dbg libpcre3-dev libpcrecpp0 \ > python-wxgtk2.8 python-wxtools wx2.8-i18n libwxgtk2.8-dev libgtk2.0-dev \ > autoconf libtool libosip2-dev libortp-dev \ > libusb-1.0-0-dev g++ erlang bison flex \ > apache2 php5 php5-xmlrpc php5-mysql php5-gd php5-cli php5-curl \ > mysql-client mysql-server libphp-adodb libgd2-xpm libgd2-xpm-dev \ > php5-curl php-pear > > What I can do to enable all gnuradio components? > > Thanks, > Zai > > > > _______________________________________________ > USRP-users mailing list > USRP-users@lists.ettus.com > http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com >