From: [email protected]
To: [email protected]
Subject: RE: [Discuss-gnuradio] question on howto write a new block
Date: Wed, 10 Nov 2010 16:50:53 +0800








Thank you all for the  reply.
 Now I try to install the gnuradio-3.3.0,and then I will try it the way Martins 
told me.

> Date: Tue, 9 Nov 2010 12:32:37 +0100
> Subject: Re: [Discuss-gnuradio] question on howto write a new block
> From: [email protected]
> To: [email protected]
> 
> Hi,
> 
> this Message sounds like a Missing command or file ....
> 
> in which folder the error occurs?
> 
> you can check these files:
> src/headerfile
> src/cc-file
> src/Makefile.am
> swig/Makefile.am
> swig/yourpakage.i
> swig/how_to_add_ff.i
> 
> for the next progs you can use Martins gr_modtool... this tool adds a
> new block to your code and you wont forget an entry
> 
> check it out:
> https://www.cgran.org/browser/projects/devtools
> 
> greetings
> 
> thilo
> 
> 2010/11/9 intermilan <[email protected]>:
> > hi all:
> >      I am writing a new simple signal processing block following the
> > tutorial under the directory
> > /gnuradio-3.2.2/gr-howto-write-a-block-3.2.2(there is no
> > gr-howto-write-a-block-3.2.2 at the beginning,and this one is I downloaded
> > and copied to this directory)and named 'howto_add_ff' block. I've created
> > howto_add_ff.h and howto_add_ff.cc file under
> > /gnuradio-3.2.2/gr-howto-write-a-block-3.2.2/src/lib.Then I modified howto.i
> > and Makefile.am in the same directory.
> >    After that  I run the following command under the directory
> > /gnuradio-3.2.2/gr-howto-write-a-block-3.2.2:
> >    ./bootstrap
> >    ./configure
> >    make
> >   Then I got a error  said "thers is no rules for "all-am" to creat the
> > required target "howto_add_ff.h".STOP."( I translate the error into english
> > beacause I do no use engliah as the language of my Ununtu).
> >    Can anyone tell me how to fix it?
> >
> >   Thank you in advance
> >
> > _______________________________________________
> > Discuss-gnuradio mailing list
> > [email protected]
> > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
> >
                                          
_______________________________________________
Discuss-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to