Re: [Discuss-gnuradio] Creating OOT module

2014-06-20 Thread Marcus Müller
Hi Sreena, 1. have you added your block using gr_modtool? otherwise, cmake won't notice it's there. 2. if you have, what version of GNU Radio are you using? Support for python-only OOT modules have but recently been added. Greetings, Marcus On 20.06.2014 11:41, sreena p h wrote: > Hi > > I have

[Discuss-gnuradio] Creating OOT module

2014-06-20 Thread sreena p h
Hi I have written a block in python and was trying to create an out of tree module as given in the gnuradio tutorial.  While using cmake ../ the following error occured.  CMake Error: CMake can not determine linker language for target:gnuradio-dec CMake Error: Cannot determine link language for t

Re: [Discuss-gnuradio] Creating OOT module

2014-03-07 Thread Marcus Müller
The instructions on the PyBombs Quickstart Document are quite straightforward; you only need git and python. How are you going to try create an OOT without gr_modtool? Greetings, Marcus On 03/07/2014 03:39 PM, Арсений Соболев wrote: Thanks alot for help) Now will try to create OOT... I tried

Re: [Discuss-gnuradio] Creating OOT module

2014-03-06 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 3.6.1 should have gr_modtool if I'm not totally mistaken; however, you'll have a lot nicer and somewhat easier experience if you remove these ubuntu packages and use pybombs to install a modern gnuradio 3.7 automatically from source:-) See http://g

Re: [Discuss-gnuradio] Creating OOT module

2014-03-05 Thread Marcus Müller
Hi ???, gr_modtool is usually included in the distribution, because it must fit to your GR version. If you can't find it you a) have a *very* old version of GNU Radio or b) it wasn't installed correctly, but if you say you did it by the wiki, then it should be fine... strange. so: how did

[Discuss-gnuradio] Creating OOT module

2014-03-05 Thread Арсений Соболев
Hello everyone! Met a problem, cannot create OOT module. Red manuals, wiki, howto... In wiki says, that gr_modtool is included in distribut of GNURadio, but I have not found it there. I download it from ftp, but, again, problem. I do everything as said in wiki. gr_modtool newmod howto - wor