Re: [Discuss-gnuradio] How to write a signal processing block problems

2010-05-28 Thread Mir M. Ali
./bootstrap ./configure make make install If you have errors then check your changes. Was that difficult? :) On Thu, May 27, 2010 at 7:50 AM, Tobias Schmid wrote: > Hello, > > I am working on project ofdm project using gnuradio. Up til now I just used > python blocks to build my flowgraphs. Bu

[Discuss-gnuradio] How to write a signal processing block problems

2010-05-27 Thread Tobias Schmid
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.