discuss-gnuradio
[Top][All Lists]
Advanced

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

FW: [Discuss-gnuradio] question on howto write a new block


From: intermilan
Subject: FW: [Discuss-gnuradio] question on howto write a new block
Date: Wed, 10 Nov 2010 16:51:32 +0800




From: address@hidden
To: address@hidden
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: address@hidden
> To: address@hidden
>
> 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 <address@hidden>:
> > 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
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/discuss-gnuradio
> >
> >

reply via email to

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