discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Need help installing GNU Radio


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Need help installing GNU Radio
Date: Fri, 10 Mar 2006 12:36:10 -0800
User-agent: Mutt/1.5.9i

On Thu, Mar 09, 2006 at 09:13:38AM -0800, jjw wrote:
> 
> I have been able to eliminate the make check error for gnuradio-core but not
> the make check error for cppunit by using up2date to install pretty much
> every update available.  However I've run into another error.
> 
> I get the whole down to the installation of gr-usrp (following KD7LMO's
> method) and when I try to run make I get the following error below.  Since
> this is an error during make I can't just ignore it like I did for the
> cppunit make check error.  Has anbydoy seen this error before?  Thanks!  I'm
> making progress at least.
> 
> usrp1_sink_base.cc:58: error: no matching function for call to 'usrp_standar
> d_tx::make(int&, unsigned int&, int&, int&, int&, int&, const std::string&,
> const std::string&)'
> /home/jjw27370/gr/include/usrp_standard.h:250: note: candidates are: static
> usrp_standard_tx* usrp_standard_tx::make(int, unsigned int, int, int, int, i
> nt)
> usrp1_sink_base.cc: In member function 'std::string usrp1_sink_base::serial_
> number()':
> usrp1_sink_base.cc:302: error: 'class usrp_standard_tx' has no member named
> 'serial_number'
> make[3]: *** [usrp1_sink_base.lo] Error 1
> make[3]: Leaving directory `/home/jjw27370/Desktop/gnuradio/gr-usrp/src'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/home/jjw27370/Desktop/gnuradio/gr-usrp/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/jjw27370/Desktop/gnuradio/gr-usrp'
> make: *** [all] Error 2
> 

It looks like your usrp installation is out of date (by a few weeks).
I assume you are building from CVS.  Please ensure that all modules
are up to date.  I highly recommend using the "gr-build / ../buildit"
strategy outlined at http://comsec.com/wiki?HowtoBuildFromCVS

Eric




reply via email to

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