discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Gnuradio Compilation error


From: Arturo Rinaldi
Subject: Re: [Discuss-gnuradio] Gnuradio Compilation error
Date: Mon, 09 May 2011 18:59:31 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; it; rv:1.9.2.17) Gecko/20110414 Lightning/1.0b2 Thunderbird/3.1.10

Il 09/05/2011 11:00, HW Wong ha scritto:
yes, Ubuntu 11.04


then I ignore the error and make install,  and get error on benchmark.py

HP-Compaq-6535s:~/gnuradio/gnuradio-examples/python/usrp$ ./usrp_benchmark_usb.py
Testing 2MB/sec... /home/howie/.gnuradio/prefs/gr_vmcircbuf_default_factory: No such file or directory
gr_vmcircbuf_createfilemapping: createfilemapping is not available
uUuOuUuOuUuOuUuOuUuOuUuOuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuOuUuUuUuUuUuUusb_throughput = 2M
ntotal    = 1000000
nright    = 953366
runlength = 37404
delta     = 962596
FAILED
Testing 4MB/sec... uOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuUuUuUuUuU^Cusb_throughput = 4M
ntotal    = 2000000
nright    = 1907110
runlength = 75805
delta     = 1924195
FAILED
Testing 8MB/sec... uUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuOuUuUuUuUuUuUuUuUuUuUuUuUuUuUuUuUuUuUusb_throughput = 8M
ntotal    = 4000000
nright    = 3883563
runlength = 38818
delta     = 3961182
FAILED



On Mon, May 9, 2011 at 4:52 PM, Tom Rondeau <address@hidden> wrote:
On Mon, May 9, 2011 at 9:49 AM, HW Wong <address@hidden> wrote:
Hi,

I get the gnuradio from git and  make it.
get the following error.

Could anyone please kindly advice. Thanks!



/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/crtendS.o /usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/../../../crtn.o  -pthread -pthread   -pthread -Wl,-soname -Wl,libgnuradio-qtgui-3.4.0git.so.0 -o .libs/libgnuradio-qtgui-3.4.0git.so.0.0.0
/usr/bin/ld: cannot find -lXi
collect2: ld returned 1 exit status
make[5]: *** [libgnuradio-qtgui.la] Error 1


I'm assuming you are running Ubuntu 11.04?

I addressed this problem in the build guide (http://gnuradio.org/redmine/wiki/gnuradio/UbuntuInstall):

sudo apt-get -y install libxi-dev

Tom


_______________________________________________ Discuss-gnuradio mailing list address@hidden https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
FYI i had the same error long time ago compiling from git on Ubuntu 10.10. I recently compiled on Ubuntu 11.04 (both the stable and the git version) like Tom well knows, my step were :

+sudo apt-get build-dep gnuradio
+install all the dependencies on the gnuradio build guide page ( i got installed other stuff)
+then the usual steps of building from source

no problems experienced :D. Never ignore the errors when building, at least you disable the modules....

Regards, Arturo

reply via email to

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