GNURadio/USRP build issue

 Hi,
I am working over a research project employing GNU-Radio over USRP.
Presently I am developing tool-chain for the Radio. While I completed
all the steps mentioned on:
http://gnuradio.org/trac/wiki/FedoraInstall

and tried installing GNU Radio 3.1.3 on my machine running Fedora Core
9, ./configure returned following message:


The following GNU Radio components have been successfully configured:

config
omnithread
gnuradio-core
gr-audio-oss
gr-atsc
gr-gsm-fr-vocoder
gr-pager
gr-radio-astronomy
gr-trellis
gr-video-sdl
gnuradio-examples

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:

usrp
gr-usrp
gr-audio-alsa
gr-audio-jack
gr-audio-osx
gr-audio-portaudio
gr-audio-windows
gr-comedi
gr-gpio
gr-radar-mono
gr-wxgui
gr-sounder
gr-utils

These components will not be built.


Please help me rectify, as I think without building usrp, I would not be
able to go ahead with using it. Waiting reply and thanking you in
anticipation.

-Ahmed

Ahmed Majeed K.
Graduate Research Assistant,
Wireless and Video Communications (WAVES) Lab,
Department of Electrical and Computer Engineering,
Michigan State University (MSU), MI 48823.

Phone: 517-355-8137
Email: [email protected]

As I already said in another thread, you might want to see if this page
helps
with the basic setup:

Ahmed Majeed K. wrote:

./configure returned following message:
gr-pager

gr-wxgui
-Ahmed
Email: [email protected]


Discuss-gnuradio mailing list
[email protected]
Discuss-gnuradio Info Page


View this message in context:
http://www.nabble.com/GNURadio-USRP-build-issue-tp22062603p22063186.html
Sent from the GnuRadio mailing list archive at Nabble.com.

On Tue, Feb 17, 2009 at 12:46:59PM -0500, Ahmed Majeed K. wrote:

Hi,
I am working over a research project employing GNU-Radio over USRP. Presently I am developing tool-chain for the Radio. While I completed all the steps mentioned on:
http://gnuradio.org/trac/wiki/FedoraInstall

and tried installing GNU Radio 3.1.3 on my machine running Fedora Core 9, ./configure returned following message:

If in fact you read and exactly follow the instructions at
http://gnuradio.org/trac/wiki/FedoraInstall you will end up with a
usable GNU Radio system…

Eric

Check the output of ./configure. You will know why certain directories
weren’t built. If some dependencies are missing then install it. Fixing
all
the missed dependencies will certainly give you a usable gnuradio
system. If
you still have problems then send us more info so that we could be of
help.

Thanks,
Ali