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: Bastian Bloessl
Subject: Re: [Discuss-gnuradio] .so: undefined symbol: _ZN2gr6blocks12count_bits16E
Date: Tue, 11 Feb 2014 11:07:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

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]