I had trouble linking the _blocks_swig10.pyd block.
(some missing '_imp_' symbols).
So I investigated the ./gr-blocks/lib/ code and noticed
there was a missing 'BLOCKS_API' for the classes in
moving_average_XX_impl.h.t. This patch patch fixed it:
--- a/gr-blocks/lib/moving_average_XX_impl.h.t 20
On Tue, Jan 27, 2015 at 8:35 AM, zs wrote:
> Hi all:
> Thank you in advance.
> I have use the tool "gr_modtool" to create a cpp document.But an
> error exists:
> ImportError: /usr/local/lib/libgnuradio-mimo.so: undefined symbol:
> _ZTIN2gr4mimo21csi_int_cfo_vcvc_implE
>
I'm fighting a similar kind of error with QT right now. I'll pass along
some debug that I was asked to do. First open a terminal and execute the
following:
ldd /usr/local/lib/libgnuradio-mimo.so | grep libgnu
Then search for the file it reports back like this:
sudo find / -name 'filename.so*'
I
Hi all:
Thank you in advance.
I have use the tool "gr_modtool" to create a cpp document.But an error
exists:
ImportError: /usr/local/lib/libgnuradio-mimo.so: undefined symbol:
_ZTIN2gr4mimo21csi_int_cfo_vcvc_implE
I have search the maillist,and find "sudo ldconfig" to so
Hi all:
Thank you in advance.
I have use the tool "gr_modtool" to create a cpp document.But an error
exists:
ImportError: /usr/local/lib/libgnuradio-mimo.so: undefined symbol:
_ZTIN2gr4mimo21csi_int_cfo_vcvc_implE
I have search the maillist,and find "sudo ldconfig" to so
> The compile procedure I use is following:
> $ mkdir /uhd/host/examples/build
> $ cd /uhd/host/examples/build
> $ cmake ../
> $ make
>
> "ldconfig -p | grep boost_thread" returns
>
> libboost_thread.so.1.49.0 (libc6,x86-64) => /usr/lib/libboost_thread.so.1.49.0
> libboost_thread.so (libc6,x86-6
Hi all,
I installed GnuRadio+UHD onto Ubuntu 12.10(64bit) and 13.04(64bit) by using
build-gnuradio script in http://www.sbrac.org/files/build-gnuradio. No error
message had been displayed in the installation. But a following link error
message is shown when I compile sample c++ programs in /uhd