discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Cannot build USRP. ./configure reports sdcc is mi


From: Eric Blossom
Subject: Re: [Discuss-gnuradio] Cannot build USRP. ./configure reports sdcc is missing in spite of it being installed!
Date: Wed, 10 Nov 2010 19:24:09 -0800
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Nov 10, 2010 at 07:13:17PM -0800, Arya Santini wrote:
> Hi List,
> 
> I'm trying to build GNU Radio from source, and when I run ./configure,
> I see USRP is not going to be built under the heading : "The following
> components were skipped either because you asked not to build them or
> they didn't pass configuration checks:"
> 
> gcell
> usrp
> gr-usrp
> gr-gcell
> gr-audio-jack
> gr-audio-osx
> gr-audio-portaudio
> gr-audio-windows
> gr-comedi
> gr-gpio
> gr-radar-mono
> gr-video-sdl
> gr-sounder
> gr-utils
> 
> This is the text from ./configure pertaining to USRP:
> 
> checking for sdcc... sdcc -mmcs51 --no-xinit-opt
> checking for asx8051... no
> USRP requires sdcc. sdcc not found. See http://sdcc.sf.net
> Unable to find firmware compiler SDCC.
> Not building component usrp.
> 
> Why? I've installed sdcc and double checked it. Still I cannot get
> USRP to build. I'm on Fedora 12. Please help.
> 
> Thanks,
> Arya.

Fedora installs it into /usr/libexec/sdcc.

Add /usr/libexec/sdcc to your path:

  $ PATH=$PATH:/usr/libexec/sdcc.

Eric



reply via email to

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