discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Missing usrp_spi_defs.h?


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Missing usrp_spi_defs.h?
Date: Thu, 18 Aug 2005 12:35:55 -0700
User-agent: Mutt/1.5.6i

On Wed, Aug 17, 2005 at 03:56:48PM +0930, Berndt Josef Wulf wrote:
> G'day,
> 
> the following error is encountered during the build process of gr-usrp:
> 
>  c++ -DHAVE_CONFIG_H -I. -I.. -pthread 
> -I/usr/pkgsrc/ham/gr-usrp/work/.buildlink/include/gnuradio 
> -I/usr/pkgsrc/ham/gr-usrp/work/.buildlink/include 
> -I/usr/pkgsrc/ham/gr-usrp/work/.buildlink/include/python2.4 
> -I/usr/pkgsrc/ham/gr-usrp/work/.buildlink/include/cppunit -Wall 
> -Woverloaded-virtual -pthread -MT usrp1.lo -MD -MP -MF .deps/usrp1.Tpo -c 
> usrp1.cc  -fPIC -DPIC -o .libs/usrp1.o
> usrp1.cc:1667:27: usrp_spi_defs.h: No such file or directory
> 
> This file exists in the usrp source tree but is not installed. Manually 
> copying this file to the appropriate directory rectifies the problem. The 
> sources are as of 17 Aug 2005 (CVS). I guess this is a bug in the 
> installation procedure for the usrp module.
> 
> cheerio Berndt

Did you install usrp before trying to build gr-usrp?

usrp/firmware/include/Makefile.am installs usrp_spi_defs.h in ${prefix}/include

Using the 

  $ cd gr-build
  $ ./for-all-dirs ../buildit

technique ensures that the separate pieces are built in a good order.

Eric




reply via email to

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