discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Problem in creating a new block in GRC


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] Problem in creating a new block in GRC
Date: Sun, 6 Feb 2011 22:55:03 -0500

On Sat, Feb 5, 2011 at 5:00 PM, abhijeet mate <address@hidden> wrote:
> Hi,
> I am trying to create a new block in GRC. I have added all the 3 files .cc,
> .h and .i into /gnuradio-3.3.0/gnuradio-core/src/lib/gengen and did the
> changes in Makefile.am and added a xml file in /gnuradio-3.3.0/grc/blocks$
> and did the changes in Makefile.am.
> After this i did the ./bootstrap and ./configure. When I started make, it
> gave me following error
> libtool: link: ( cd ".libs" && rm -f "libgeneral.la" && ln -s
> "../libgeneral.la" "libgeneral.la" )
> make[6]: Leaving directory
> `/home/asm/gnuradio-3.3.0/gnuradio-core/src/lib/general'
> make[5]: Leaving directory
> `/home/asm/gnuradio-3.3.0/gnuradio-core/src/lib/general'
> Making all in gengen
> make[5]: Entering directory
> `/home/asm/gnuradio-3.3.0/gnuradio-core/src/lib/gengen'
> make[5]: *** No rule to make target `gr_howto_detect_ff.cc.t', needed by
> `stamp-sources-generate'.  Stop.
> make[5]: Leaving directory
> `/home/asm/gnuradio-3.3.0/gnuradio-core/src/lib/gengen'
> make[4]: *** [all-recursive] Error 1
> make[4]: Leaving directory `/home/asm/gnuradio-3.3.0/gnuradio-core/src/lib'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/home/asm/gnuradio-3.3.0/gnuradio-core/src'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/home/asm/gnuradio-3.3.0/gnuradio-core'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/home/asm/gnuradio-3.3.0'
> make: *** [all] Error 2
> Did I do something wrong in the steps while adding the block or is there
> some other problem
> Can anyone help me in this.
> Thanking You,
> Abhijeet


You must have misconfigured something in the Makefile.am. Did you also
add the necessary changes to generate_common.py?

Tom



reply via email to

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