I am using ubuntu Lucid 10.04 LTS.
Did the following thing
Step-1 Installed all the dependencies for ubuntu Lucid 10.04 from the
script
given here
http://gnuradio.org/redmine/projects/gnuradio/wiki/UbuntuInstall
step-2 git clone gnuradio.git - GNU Radio
then
step-3 git clone GitHub - EttusResearch/UHD-Mirror: This is a special mirror of UHD, intended for use by The Mathworks and its customers.
after that
step-4 cd gnuradio
step-5 ./bootstrap
step-6 ./configure
I got following messages
The following components were skipped either because you asked not
to build them or they didn’t pass configuration checks:
usrp2-firmware
These components will not be built.
The following GNU Radio components have been successfully configured:
config
gruel
volk
gnuradio-core
usrp
usrp2
gr-usrp
gr-usrp2
gr-msdd6000
gr-audio
gr-atsc
gr-cvsd-vocoder
gr-gpio
gr-gsm-fr-vocoder
gr-noaa
gr-pager
gr-radar-mono
gr-radio-astronomy
gr-trellis
gr-video-sdl
gr-wxgui
gr-qtgui
gr-sounder
gr-utils
gnuradio-examples
grc
docs
You my now run the make command to build these components.
The following components were skipped either because you asked not
to build them or they didn’t pass configuration checks:
gcell
gr-gcell
gr-comedi
gr-uhd
These components will not be built.
Configured GNU Radio release v3.4.0-2-g081497e7 for build.
I searched a lot and found answer to many of questions
From the following link(in the summary) i found that no need to build
gr-comedi
http://lists.gnu.org/archive/html/discuss-gnuradio/2006-06/msg00225.html
Also in the following link I read that gcell and gr-gcell are needed
only
for IBM cell processor.
http://www.ruby-forum.com/topic/201112
So I want to ask what should I do to build
gr-uhd and usrp2-firmware
I also did
./configure --enable-gr-uhd
but it shows following message
checking for UHD… no
gr-uhd requires libuhd 3.x.x
configure: error: Component gr-uhd has errors; stopping.
I also did
./configure --enable-usrp2-firmware
and got following message
checking whether byte ordering is bigendian… no
checking for mb-gcc… no
usrp2 firmware requires mb-gcc. Not found
configure: error: Component usrp2-firmware has errors; stopping.
configure: error: ./configure.gnu failed for usrp2/firmware
I saw several posts with the same problem but honestly I couldn’t
understand
what to do next.
Regards
Sumit Kr.
Research Assistant
Communication Research center
IIIT Hyderabad
India
View this message in context:
http://old.nabble.com/Reg-%3A-Building-gr-uhd-and-usrp2-firmware-tp31915462p31915462.html
Sent from the GnuRadio mailing list archive at Nabble.com.