discuss-gnuradio
[Top][All Lists]
Advanced

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

[Discuss-gnuradio] Problem using FFT-class in my own written block


From: jeroen
Subject: [Discuss-gnuradio] Problem using FFT-class in my own written block
Date: Tue, 26 Nov 2013 14:57:07 +0100
User-agent: Roundcube Webmail/0.9.5

Hi all,

I wrote my own block in C++, and used gr-modtool to do all the 'things' around it as described in the tutorial "Out-of-tree modules".

I included 'fft/fft.h' in the C++ source code of the block, and used the class 'fft_complex'. Then after:

   cmake ../
   make

everything compiles/builds without error, and after:

   make install

the block is available in GNU Radio Companion.

However, when trying to run a design using this block, I get the following error:

ImportError /usr/local/libgnuradio-MY_MODULE.so: undefined symbol: fft_complex

I tried executing "sudo ldconfig" but this doesn't solve the problem. So, does anybody know how to solve this? Please note:

* I use a USB-stick environment by Ettus Research, GNU C++ version 4.7.2 * I am an absolute beginner regarding Linux and GNU Radio etc. So if files need to be modified please let me know which files, where it should (can) be located etc...

Thanks for reading,

   Jeroen



reply via email to

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