Problem in creating a new block in GRC

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 targetgr_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

On Sat, Feb 5, 2011 at 5:00 PM, abhijeet mate [email protected]
wrote:

/home/asm/gnuradio-3.3.0/gnuradio-core/src/lib/general' make[4]: Leaving directory /home/asm/gnuradio-3.3.0/gnuradio-core/src/lib’
Thanking You,
Abhijeet

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

Tom

HI ALL
I am trying to build a block in GRC.now,i know i need c++ and python.i
know how to write c++ programs but i dont know python so i cant
understand after writing a file in c++ how do i make it interact with
python and hence build the block.can anyone help me please.is there a
guide or manual or something of that sort?