sorry, i cannot understand why the configure script (the one within the
svn
install process recommended on gnuradio website) just claims that usrp
and
gr-usrp modules cannot be installed.
i think I have properly installed the wholoe baseline, including SDCC
2.6.0from source.
any hint?
thans
vincenzo
the error message follows:
The following GNU Radio components have been successfully configured:
config
gnuradio-core
gnuradio-examples
gr-audio-alsa
gr-audio-oss
gr-atsc
gr-error-correcting-codes
gr-gsm-fr-vocoder
gr-radar
gr-radio-astronomy
gr-trellis
gr-video-sdl
gr-wxgui
pmt
mblock
gr-rdf
gr-pager
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:
usrp
gr-usrp
gr-audio-jack
gr-audio-osx
gr-audio-portaudio
gr-audio-windows
gr-comedi
ezdop
gr-ezdop
These components will not be built.
[root@localhost gnuradio]#
Vincenzo P. wrote:
sorry, i cannot understand why the configure script (the one within the
svn install process recommended on gnuradio website) just claims that
usrp and gr-usrp modules cannot be installed.
If you add
–enable-usrp --enable-gr-usrp
to the configure command line, it will cause the script to abort
immediately following the failed configuration test. This will tell you
where to go from there.
The plain vanilla configure script treats all the components as optional
and causes to be built everything it can successfully configure. By
putting --enable-xxx on the command line, you’re saying “I really want
this component, it’s an error if configuration doesn’t succeed.”
Take a look at:
http://gnuradio.org/trac/wiki/BuildConfiguration
…for details.
-Johnathan
On Sun, Sep 17, 2006 at 08:56:48PM +0200, Vincenzo P. wrote:
sorry, i cannot understand why the configure script (the one within the svn
install process recommended on gnuradio website) just claims that usrp and
gr-usrp modules cannot be installed.
i think I have properly installed the wholoe baseline, including SDCC
2.6.0from source.
any hint?
thans
vincenzo
Take a look at the output of configure.
Perhaps you’re missing libusb?
Eric