Newbie question: gnuradio configure with USRP

I have USRP board with RFX2400. The question is how GnuRadio should be
configured/compiled to use USRP. Before this I configured/compiled 3.0.4
without USRP (using ./configure, make and make install). ./configure
showed:

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-jack
gr-audio-osx
gr-audio-portaudio
gr-audio-windows
gr-wxgui

This made me wonder if I need to something different this time.

Thanks.

  • David

On 9/26/07, W. David Li [email protected] wrote:

gr-usrp
gr-audio-jack
gr-audio-osx
gr-audio-portaudio
gr-audio-windows
gr-wxgui

This made me wonder if I need to something different this time.

The build configuration guide can be found here:

http://gnuradio.org/trac/wiki/BuildConfiguration

Brian

On Wed, Sep 26, 2007 at 03:58:55PM -0700, W. David Li wrote:

gr-usrp

  • David
    You’re probably missing some dependencies for the USRP.
    Check the output of configure, it’ll tell you what it was looking
    for. You could be missing libusb.

See http://gnuradio.org/trac/wiki/BuildGuide and the README in the top
directory.

Eric