On Sat, Feb 5, 2011 at 5:00 PM, abhijeet mate <abhijeetm...@gmail.com> 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 _______________________________________________ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org http://lists.gnu.org/mailman/listinfo/discuss-gnuradio