Error while installing gnuradio 3.3.0

hey everybody,

i am trying to install gnuradio 3.3.0.
while doing so, i got the following message after executing the make
command

‘’’
The following components were skipped either because you asked not
to build them or they didn’t pass configuration checks:

gcell
gr-gcell
gr-audio-jack
gr-audio-osx
gr-audio-portaudio
gr-audio-windows
gr-comedi

These components will not be built.
‘’’

what should i do? can somebody help me out here… please

You need to look at the text during the configure process to see why. I
had a similar problem installing, I was missing several required
packages. I installed them with apt-get and all went OK after that.

Usually it is because you don’t have some or other packages installed.
As they are mainly audio related, that is good place to look.

If you have already made and installed it might be a good idea to go
back.

sudo make uninstall
make clean

Mike

PS - why not build the latest version?

Sanketh K. wrote in post #1009590:

hey everybody,

i am trying to install gnuradio 3.3.0.
while doing so, i got the following message after executing the make
command

‘’’
The following components were skipped either because you asked not
to build them or they didn’t pass configuration checks:

gcell
gr-gcell
gr-audio-jack
gr-audio-osx
gr-audio-portaudio
gr-audio-windows
gr-comedi

These components will not be built.
‘’’

what should i do? can somebody help me out here… please

Hi Mike

I have uninstalled and am trying to build the latest version
But it is still missing some components

‘’’
checking for mb-gcc… no
usrp2 firmware requires mb-gcc. Not found
Not building component usrp2-firmware.


The following components were skipped either because you asked not
to build them or they didn’t pass configuration checks:

usrp2-firmware
gcell
gr-gcell
gr-comedi
gr-uhd

These components will not be built.
‘’’

Can I download and install these components in any other manner??

Problem Solved

I was able to install everything smoothly thanx to Marcus’s script

http://www.sbrac.org/files/build-gnuradio