discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] New Module using gr_modtool Error


From: vamsi krishna
Subject: Re: [Discuss-gnuradio] New Module using gr_modtool Error
Date: Mon, 21 Nov 2016 04:09:45 +0000 (UTC)

Hi,

I tried the following solution, but it didn't work for me.

Re: [Discuss-gnuradio] gr_modtool cmake/make problems on OSX



I have tried the same on another macOS system with similar results.
I have even installing gnuradio-devel macport, which gave the same error.

Thanks
Vamsi


On Sunday, 20 November 2016 3:17 PM, vamsi krishna <address@hidden> wrote:


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



reply via email to

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