Sunday, November 20, 2016

[Discuss-gnuradio] New Module using gr_modtool Error

Hi,

I run into the attached error when I create a OOT module and installed it using the following commands.

#gnuradio commands
#inside gr directory
mkdir build
cd build

#the install prefix should be given as gnuradio was installed in that folder by MacPorts
cmake -DCMAKE_INSTALL_PREFIX:PATH=/opt/local ../
#to build all files
sudo make

#to build and install files into correct directory to be used by GRC
sudo make install

#To remove certain error for GNURadio companion
export PYTHONPATH=/opt/local/lib/python2.7/site-packages/

I do not have problem using existing blocks, but when I create a new (empty module without any code in work function)

I'm running GNURadio on Mac installed using MacPorts
sudo port install gnuradio -universal

There is a python error twice (once during initial GNURadio startup and later when I click on block the gnuradio crashes with that error again)

Could you please let me know how to resolve the issue?

Thanks
Vamsi

No comments:

Post a Comment