Sunday, November 9, 2014

Re: [Discuss-gnuradio] undefined symbol:fftwf_execute

Hello Sarankumar,

this very likely points to a linker problem. You have to make sure you link against the right fftw libraries in your CMakeLists.txt's.

Best regards,
Marcus
On 08.11.2014 08:59, sarankumar wrote:
Dear all,    I am trying to implement cross correlation block using fftw library. I  follow the correlation example in the gr-lte. when I try to run the block I  get the following error: importError:  /usr/local/lib/libgnuradio-my_xcorr.so: undefined symbol: fftwf_execute  I have fftw installed.  Any help?    Regards,  Saran    


_______________________________________________  Discuss-gnuradio mailing list  Discuss-gnuradio@gnu.org  https://lists.gnu.org/mailman/listinfo/discuss-gnuradio  

No comments:

Post a Comment