How to write a signal processing block problems

Hello,

I am working on project ofdm project using gnuradio. Up til now I just
used python blocks to build my flowgraphs. But now I want to create my
own C++ blocks.
I read the available tutorials and I wrote a block on my own. After
that, I tried to build that block to use it in my python code. I
followed the guidelines in the tutorials and changed/added the path of
my .h and .cc file and I also changed the .i file in the
gr-howto_write_a_block_3.2.2 directory. But now I don’t know how to go
on.
Do I thought I have to run ./bootstrap ->./make?

By the way I have autoconf 2.63 and automake 1.10.1 installed. And I am
working with gnuradio 3.2.2.

I would be nice if anyone could help me. I am not that experienced in
linux and don’t know how to go on at the moment.

Thank you for your help.

Tobias


GRATIS für alle WEB.DE Nutzer: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://movieflat.web.de

./bootstrap
./configure
make
make install

If you have errors then check your changes.

Was that difficult? :slight_smile: