discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] .so: undefined symbol: _ZN2gr6blocks12count_bits1


From: raf raf
Subject: Re: [Discuss-gnuradio] .so: undefined symbol: _ZN2gr6blocks12count_bits16E
Date: Tue, 11 Feb 2014 11:17:01 +0100

Hi Marcus,

I tried to have a lib/CMakeLists.txt  and CMakeLists.txt with a same content like in ieee802-15-4 of Bastian, but it didn't work and now I had  this error after a modifications :

ImportError: /usr/local/lib/python2.7/dist-packages/ieee_868_915/_ieee_868_915_swig.so: undefined symbol: _ZN2gr12ieee_868_91511packet_sink4makeEv

You can get my project from a github :

https://github.com/zitouni/gr-ieee_868_915


Thank you a lot

> Date: Tue, 11 Feb 2014 11:07:42 +0100
> From: address@hidden
> To: address@hidden; address@hidden; address@hidden
> Subject: Re: [Discuss-gnuradio] .so: undefined symbol: _ZN2gr6blocks12count_bits16E
>
> On 02/11/2014 10:47 AM, Marcus Müller wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Bastians solution seems to have fixed your problem by adding the
> > gr-blocks library to your linker targets.
> > But now your error exposes that you didn't link against the gr-runtime.
> > Are you sure you have something like
> > set(GR_REQUIRED_COMPONENTS RUNTIME BLOCKS)
>
> ...and maybe also PMT
> set(GR_REQUIRED_COMPONENTS RUNTIME BLOCKS PMT)
>
> > and not deleted the RUNTIME component, leaving only
> > set(GR_REQUIRED_COMPONENTS BLOCKS)
> > ?

reply via email to

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