discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] GNU Radio / USRP building-linking


From: Jeffrey Karrels
Subject: [Discuss-gnuradio] GNU Radio / USRP building-linking
Date: Tue, 12 Jun 2007 10:29:21 -0400

Hello all.

I am modifying a block (GSSM) and wish to include USRP code into it.
I think I am having linking problems and am wondering if someone could
point me in the right direction for including the USRP libs into the
build process.  I have a block in which I have:

#include <usrp_standard.h>
...
usrp_standard_tx *utx = usrp_standard_tx::make (0, 64);
...

This compiles, but when I run the code I get:
ImportError: /usr/local/lib/python2.4/site-packages/_gssm.so:
undefined symbol: _ZN16usrp_standard_tx4makeEijiiiiSsSs

What or where do I have to include -lusrp, et cetera?

Thank you for your time (again)
Jeff




reply via email to

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