Tom,
that is exactly the conclusion I came to after lots of googleing !.
Thanks a lot for the really good help. I am glad that now guys who
adventure in c++ development will have this piece of info.
Regards,
Fabrizio
On Wed, Sep 22, 2010 at 4:42 PM, Tom Rondeau wrote:
> On Tue, Sep 21, 2010 at 2
On Tue, Sep 21, 2010 at 2:26 PM, Thomas Tsou wrote:
> On Tue, Sep 21, 2010 at 10:20 AM, Fabrizio Tappero
> wrote:
>> Dear All,
>> I'd like to add a little piece of information about this problem.
>> if I try to compile the previously mentioned code with:
>> g++ usrp_test_c++.cpp -o testusrp `pkg-
On Tue, Sep 21, 2010 at 10:20 AM, Fabrizio Tappero
wrote:
> Dear All,
> I'd like to add a little piece of information about this problem.
> if I try to compile the previously mentioned code with:
> g++ usrp_test_c++.cpp -o testusrp `pkg-config --cflags usrp`
> `pkg-config --libs usrp`
>
> and I ch
Dear All,
I'd like to add a little piece of information about this problem.
if I try to compile the previously mentioned code with:
g++ usrp_test_c++.cpp -o testusrp `pkg-config --cflags usrp`
`pkg-config --libs usrp`
and I change:
#include "usrp_standard.h"
in:
#include "usrp/usrp_standard.h"
Dear Eric,
thank you for your help.
Yes I have done "make install" and defined the various path using a
"source .gnuradiorc" inside by .bashrc and in fact:
~$ more .gnuradiorc
export PATH=$PATH:/media/lin_sw/gnuradio/current/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/media/lin_sw/gnuradio/curren
On Fri, Sep 17, 2010 at 05:02:00PM +0200, Fabrizio Tappero wrote:
> hello,
> I am trying to compile this C++ file:
> http://gnuradio.org/redmine/wiki/1/UsrpFAQCppInterface
> by doing:
> g++ usrp_test_c++.cpp -o testusrp -lusrp
>
> and I get the following error:
> test_usrp_standard_rx.cc:28:39: er
hello,
I am trying to compile this C++ file:
http://gnuradio.org/redmine/wiki/1/UsrpFAQCppInterface
by doing:
g++ usrp_test_c++.cpp -o testusrp -lusrp
and I get the following error:
test_usrp_standard_rx.cc:28:39: error: usrp_standard.h: No such file
or directory
I am on a ubuntu 10.4 (32bit) sys