discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] USRP2 firmware build error


From: Stefan Fehrle
Subject: [Discuss-gnuradio] USRP2 firmware build error
Date: Tue, 30 Mar 2010 08:38:08 +0200
User-agent: SquirrelMail/1.4.20-RC2

I wanted to build the USRP2 firmware to enable the testclk at J503, but I
have some errors. I download the source with the command "git clone
git://gnuradio.org/gnuradio
" and the mb-gcc from http://gnuradio.org/tools/

Then I execute the commands "./bootstrap" and "./configure.gnu
MB_GCC=/usr/local/bin/microblaze/bin/mb-gcc". I have no errors or
warnings. Then I execute the command "make" and I have the following errors:

address@hidden:/usr/local/src/gnuradio/usrp2/firmware# make
make  all-recursive
make[1]: Entering directory `/usr/local/src/gnuradio/usrp2/firmware'
Making all in config
make[2]: Entering directory `/usr/local/src/gnuradio/usrp2/firmware/config'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/gnuradio/usrp2/firmware/config'
Making all in include
make[2]: Entering directory `/usr/local/src/gnuradio/usrp2/firmware/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/gnuradio/usrp2/firmware/include'
Making all in lib
make[2]: Entering directory `/usr/local/src/gnuradio/usrp2/firmware/lib'
gcc -DHAVE_CONFIG_H -I. -I..  -DHAL_IO_USES_UART  -I../include -I../lib 
--std=gnu99 -Wall -Werror-implicit-function-declaration -mxl-soft-div
-msoft-float -mxl-soft-mul -mxl-barrel-shift -O2 -MT abort.o -MD -MP -MF
.deps/abort.Tpo -c -o abort.o abort.c
cc1: error: unrecognized command line option "-mxl-soft-div"
cc1: error: unrecognized command line option "-mxl-soft-mul"
cc1: error: unrecognized command line option "-mxl-barrel-shift"
make[2]: *** [abort.o] Error 1
make[2]: Leaving directory `/usr/local/src/gnuradio/usrp2/firmware/lib'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/gnuradio/usrp2/firmware'
make: *** [all] Error 2
address@hidden:/usr/local/src/gnuradio/usrp2/firmware#


I use Kubuntu 9.04





reply via email to

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