discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] undefined symbol error


From: monika bansal
Subject: Re: [Discuss-gnuradio] undefined symbol error
Date: Thu, 15 Oct 2015 16:31:24 +0530

Thank you for the reply... 
flat_fader_impl.h file is in lib....
I am not getting where i did mistake.
Thanks again for your time.

On Thu, Oct 15, 2015 at 3:35 PM, Gisle Vanem <address@hidden> wrote:
when  i am running QA test for a new module named "channels_w_tags"  there is this error
*undefined symbol: _ZN2gr15channels_w_tags15flat_fader_implC1Ejfbfi*

cp-demangle.exe _ZN2gr15channels_w_tags15flat_fader_implC1Ejfbfi reports:

gr::channels_w_tags::flat_fader_impl::flat_fader_impl(unsigned, float, bool, float, int)

Does that give you a clue? Look in any .map-file to see if it's
imported. If not, add the needed lib.

I don't find any 'channels_w_tags' symbol here, so it's your call.

--
--gv


reply via email to

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