discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] using custom signal processing module


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] using custom signal processing module
Date: Tue, 7 Jun 2011 10:54:11 -0400

On Tue, Jun 7, 2011 at 10:48 AM, mehmet kabasakal <address@hidden> wrote:
I used the tutorial on http://gnuradio.org/redmine/wiki/gnuradio/Basic_block and
gr-my-blocks-template as a template folder.


My guess is that this needs to be updated. I'm also not sure what it does that create-gnuradio-out-of-tree-project doesn't do; if there is something in particular here, we can probably add it to the project. What's nice about the create- script is that it checks out the latest code from the repo, so everything should stay up-to-date.

Tom


 
2011/6/7, mehmet kabasakal <address@hidden>:
> I used the tutorial on
> http://gnuradio.org/redmine/wiki/gnuradio/Basic_block
> gr-my-blocks-template as a template folder.
>
> Mehmet.
>
> 2011/6/7, Tom Rondeau <address@hidden>:
>> On Tue, Jun 7, 2011 at 5:19 AM, mehmet kabasakal
>> <address@hidden>wrote:
>>
>>> Hi,
>>>
>>> I had the same problem and i find a temporary solution for it.
>>> When you sudo make install a folder with the same name of your module
>>> should appear on the path usr/local/include/"your module name". But
>>> instead the folders name becomes MyModule. If you change its name
>>> using nautilus it works. And also you should go to
>>> /usr/local/lib/python2.6/MyModule and cut all the  _init_ files and
>>> paste them into the folder "your module name". After these
>>> modifications my block run succesfully. Hope this helps.
>>>
>>> Mehmet.
>>>
>>
>>
>> That doesn't sound right. Did you use the
>> create-gnuradio-out-of-tree-project utility? Or did you copy the
>> gr-howto-write-a-block directory? Neither of these will produce what you
>> experienced here. If you did it by hand, it sounds like a copy-and-paste
>> error.
>>
>> Tom
>>
>


reply via email to

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