Re: [Discuss-gnuradio] modifying how-to-write-a-block 3.2.2

2010-06-08 Thread Ton Ph
Hi , I am a newbie in this topic and trying to search for the answer to the makefile hacking for making my own module eg name "mycustomblock", but in vain... i refered this post but i am unable to get the step by step procedure to solve the problem, since i m new in this please do provide me i

Re: [Discuss-gnuradio] modifying how-to-write-a-block 3.2.2

2010-04-09 Thread Andy_Long
Hello, Affan, Sorry to disturb you. I have halt importing my own block process for quite long time. Since I have read what your are posted in Feb and download the modified files howto from your website. It is quite useful to me. However, I am not quite sure how to compare every file with the orig

Re: [Discuss-gnuradio] modifying how-to-write-a-block 3.2.2

2010-02-16 Thread Affan Syed
So, I finally got everything to work. It appears most of the problem was due to me changing a who bunch of stuff at the same time. However, by changing just the function name and then the module name incrementally, I was able to rename howto_* as a new module with different functionality.

Re: [Discuss-gnuradio] modifying how-to-write-a-block 3.2.2

2010-02-16 Thread Affan Syed
Sure, I plan to do just that. On Feb 15, 2010, at 7:14 PM, Michael Dickens wrote: Hi Affan - Since you modified the how-to stuff to meet your needs, it'll be difficult for any of us to provide definitive assistance without seeing your code (I, personally, have very little free time this wee

Re: [Discuss-gnuradio] modifying how-to-write-a-block 3.2.2

2010-02-15 Thread Michael Dickens
Hi Affan - Since you modified the how-to stuff to meet your needs, it'll be difficult for any of us to provide definitive assistance without seeing your code (I, personally, have very little free time this week until I get a presentation finished). That said, if you do succeed & come up wi

Re: [Discuss-gnuradio] modifying how-to-write-a-block 3.2.2

2010-02-15 Thread Tom Gross
I guess what I'm saying is that I don't recall having any problems using the "howto" with 3.2.2. I understand your frustrations however. :-) On Mon, Feb 15, 2010 at 9:45 PM, Affan Syed wrote: > Tom, > most of my problems have to do with compilation i.e. my new block doesnt > compile as somewher

Re: [Discuss-gnuradio] modifying how-to-write-a-block 3.2.2

2010-02-15 Thread Affan Syed
Tom, most of my problems have to do with compilation i.e. my new block doesnt compile as somewhere there is a reference to the old how_to module structure. I didnt add any errors since I think I had attempted a very large change in one go (i.e. changed the code and module name and pared do

Re: [Discuss-gnuradio] modifying how-to-write-a-block 3.2.2

2010-02-15 Thread Tom Gross
Hi Affan, Why kind of problems have you been having? I did quite a bit of productive work with version 3.2.2 simply by creating a new set of "how_to" routines in addition to the examples. Are you having compile problems? Run-time problems? I remember having lots of run-time difficulties becaus