On 06/23/2011 06:50 PM, sumitstop wrote:
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 http://gnuradio.org/git/gnuradio.git
then

step-3 git clone http://github.com/EttusResearch/UHD-Mirror.git
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
I'll once again do some personal horn-tooting, if y'all can stand it:

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


It takes care of downloading/building UHD+Gnu Radio, including downloading the latest firmware, installing pre-requisites, and uninstalling any installed-from-binary-packages "stuff" that might interfere with a "built from source" build of Gnu Radio.

It works for Ubuntu and Fedora recent releases.

It's a shell script. It takes quite a while to run, and generally operates as silently as is practical.



--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org



_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to