discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] UHD won't work with GRC


From: Alexandru Csete
Subject: Re: [Discuss-gnuradio] UHD won't work with GRC
Date: Thu, 20 Jan 2011 15:11:44 +0100

On Thu, Jan 20, 2011 at 2:51 PM, Fabian Klaes <address@hidden> wrote:
> Dear list,
>
> i somehow can't get the UHD working with GRC. Detecting an USRP2 with
> uhd_find_devices works just fine.
> I am building from git (master) (what should include the UHD since today.
> I'm also seeing the gr-uhd directory.)

The merging of next -> master was announced for UHD, not for GNU
Radio. You need:
UHD master branch
GNU Radio next branch
see http://ettus-apps.sourcerepo.com/redmine/ettus/projects/uhd/wiki


> I think that the issue is with ./configure, because there i can't find
> gr-uhd when ./configure is finished. It prints:
>
> *********************************************************************
> 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
> gnuradio-core
> usrp
> usrp2
> gr-usrp
> gr-usrp2
> gr-msdd6000
> gr-audio-alsa
> gr-audio-oss
> 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-audio-jack
> gr-audio-osx
> gr-audio-portaudio
> gr-audio-windows
> gr-comedi
>
> These components will not be built.
>
> Configured GNU Radio release v3.3.1git-144-gf294603d for build.

This number is for the master branch. The correct revision id for the
next branch is (was earlier today) v3.3.1git-865-gd429522


> But gr-uhd is neither in the components that will be build, nor in those,
> that won't be build.
>
> I also tried ./configure --enable-gr-uhd but that didn't change a thing :-(
>
>
> If you got any ideas on how to proceed, please let me know.
>

Aside from using the correct GNU Radio branch (next) you also need to
install UHD first, otherwise the GNU Radio configure script will not
detect it and will skip it.

Alex



reply via email to

[Prev in Thread] Current Thread [Next in Thread]