discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Creating OOT module


From: Marcus Müller
Subject: Re: [Discuss-gnuradio] Creating OOT module
Date: Fri, 07 Mar 2014 15:43:08 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

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 to work with PyBOMBS, not soccessfully, but it`s because I`m not very good in Linux... 

Четверг, 6 марта 2014, 18:57 +01:00 от Marcus Müller <address@hidden>:

-----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://gnuradio.org/redmine/projects/pybombs/wiki/QuickStart

Greetings,
Marcus

On March 6, 2014 6:42:56 PM CET, "Арсений Соболев" <address@hidden> wrote:
>
>Hi, Marcus!
>
>Am... And this is really strange...
>I installed GNURadio as it said in wiki - sudo apt-get install
>gnuradio.... I thought, that it will install last version, but not, 
>"gnuradio-config-info -v" says, that I use version 3.6.1.
>May be, thats the source of my problems...
>
>
>
>Четверг, 6 марта 2014, 8:57 +01:00 от Marcus Müller
><address@hidden>:
>>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 you install GNU Radio, and what does
> "gnuradio-config-info -v" say?
>>
>>Posting the vebatim error that gr_modtool throws would possibly
> help, too.
>>
>>Because you asked other questions, just a few short answers :) :
>>> Is wiki about OOT correct?
>>http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules
>>Is correct :)
>>
>>>Only gr_modtool allows to create new OOT module?
>>Technically, you can create OOT modules however you like, figure
> out how to set up a build system, figure out how to install files,
> find libraries etc...
>>
>>But I don't know anyone who doesn't use gr_modtool. It just makes
> things so much easier and fail-safe. What it basically does is
> copy a OOT module template and do a few intelligent things like
> filling in your module name.
>>When you later want to add blocks, it has mechanisms to add them
> so that they automatically are integrated into the build process,
> etc.
>>
>>And: When one experiences problems, one can go and ask the
> community, and they will understand the problem, because they
> understand how the OOT module is structured.
>>
>>Greetings,
>>Marcus
>>
>>
>>On 03/05/2014 09:41 PM, Арсений Соболев wrote:
>>>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 - works without problem, creating
> derectory and files. Change derectory to created, as said in
> wiki, then:
>>>
>>>gr-howto % gr_modtool add -t general square_ff - here is
> problem. It says, that gr_modtool can`t finde GNURadio files.
>>>
>>>Using last version of GNURadio, Ubuntu 12.04. Everything do as
> said in manuals.
>>>
>>>Is wiki about OOT correct?
>>>
>>>Only gr_modtool allows to create new OOT module?
>>>
>>>Sorry for such formulation of a questions, don`t now, how to ask
> it other way.
>>>
>>>
>>>
>>>_______________________________________________
>Discuss-gnuradio mailing list
>>>address@hidden
>>>https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>_______________________________________________
>>Discuss-gnuradio mailing list
>>address@hidden
>>https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>
>
>С Уважением,
>Соболев А.А.
>>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 you install GNU Radio, and what does
> "gnuradio-config-info -v" say?
>>
>>Posting the vebatim error that gr_modtool throws would possibly
> help, too.
>>
>>Because you asked other questions, just a few short answers :) :
>>> Is wiki about OOT correct?
>>http://gnuradio.org/redmine/projects/gnuradio/wiki/OutOfTreeModules
>>Is correct :)
>>
>>>Only gr_modtool allows to create new OOT module?
>>Technically, you can create OOT modules however you like, figure
> out how to set up a build system, figure out how to install files,
> find libraries etc...
>>
>>But I don't know anyone who doesn't use gr_modtool. It just makes
> things so much easier and fail-safe. What it basically does is
> copy a OOT module template and do a few intelligent things like
> filling in your module name.
>>When you later want to add blocks, it has mechanisms to add them
> so that they automatically are integrated into the build process,
> etc.
>>
>>And: When one experiences problems, one can go and ask the
> community, and they will understand the problem, because they
> understand how the OOT module is structured.
>>
>>Greetings,
>>Marcus
>>
>>
>>On 03/05/2014 09:41 PM, Арсений Соболев wrote:
>>>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 - works without problem, creating
> derectory and files. Change derectory to created, as said in
> wiki, then:
>>>
>>>gr-howto % gr_modtool add -t general square_ff - here is
> problem. It says, that gr_modtool can`t finde GNURadio files.
>>>
>>>Using last version of GNURadio, Ubuntu 12.04. Everything do as
> said in manuals.
>>>
>>>Is wiki about OOT correct?
>>>
>>>Only gr_modtool allows to create new OOT module?
>>>
>>>Sorry for such formulation of a questions, don`t now, how to ask
> it other way.
>>>
>>>
>>>
>>>_______________________________________________
>Discuss-gnuradio mailing list
>>>address@hidden
>>>https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>>_______________________________________________
>>Discuss-gnuradio mailing list
>>address@hidden
>>https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
>>
>
>
>С Уважением,
>Соболев А.А.

- --
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-----BEGIN PGP SIGNATURE-----
Version: APG v1.0.9

iQFABAEBCAAqBQJTGLcEIxxNYXJjdXMgTfxsbGVyIDxtYXJjdXNAaG9zdGFsaWEu
ZGU+AAoJEBKNLRrpJvfo5dUH/jgl2Dy+QSQthQdxTdVPr9Y69A/zfPQteTpFjGeQ
lpnEpVmdEUmEEujZJIULGAUP5aACtJzQTAlqS609JkqFscHxLg62enXnegFA5aj9
DUGraIjlxxK3j7sYtLaFwy4+oPAfo6d0KBy+aXB+nQFV4i4LjfUaIu1YlFeNc1Fa
x+gcsEYXBsakarVmpkQge8fZImfvwuqfXostxacoEOb4Tac+A8/D9WUi/k+2Rykq
TYEydKugDLrHmvNd8pWhi38RswXab3IpWamzd4UigU4RRgP++Jh5BkhcqgKVsV5k
COqRXEIz8K4OI62swGikCjalV3VfREaJUeVcshlWN2TD6ZA=
=2Bvl
-----END PGP SIGNATURE-----



С Уважением,
Соболев А.А.



reply via email to

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