Re: [Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-20 Thread Emil Molin
Im still baning my head against the wall here, ive linked everything exactly like in the example but it just gives the same error message on running the tests. 2009/2/19 Emil Molin > > > 2009/2/18 Eric Blossom > > On Wed, Feb 18, 2009 at 03:39:52PM +0100, Emil Molin wrote: >

Re: [Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-19 Thread Emil Molin
2009/2/18 Eric Blossom > On Wed, Feb 18, 2009 at 03:39:52PM +0100, Emil Molin wrote: > > Hi and thanks for the help, yes ive run it (and ive renamed the block to > > 'test' instead of 'howto_2' but i still get something wrong obviously > > because when

Re: [Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-18 Thread Emil Molin
through the whole process again: > ./bootstrap > ./configure > make > sudo make install > > > Cheers, > Dominic > > > 2009/2/18 Emil Molin : > > Hi again, so ive done the tutorial and i got the make check to pass the > test > > the howto module is obviously insta

[Discuss-gnuradio] Problem with "How-to-write-a-block"-tutorial

2009-02-18 Thread Emil Molin
Hi again, so ive done the tutorial and i got the make check to pass the test the howto module is obviously installed. So for a second tutorial i made a simple change to blocks i simply (like someone else here had done) changed the name of everything to a new module ("howto2) and changed it from co

Re: [Discuss-gnuradio] Make fails in gr-how-to-write-a-block

2009-02-12 Thread Emil Molin
2009/2/11 Eric Blossom > On Wed, Feb 11, 2009 at 03:45:54PM +0100, Emil Molin wrote: > > So i want to learn how to write a block but it fails to install > apparently. > > > > after doing ./bootstrap and then ./configure > > > > make gives the following messag

[Discuss-gnuradio] Make fails in gr-how-to-write-a-block

2009-02-11 Thread Emil Molin
So i want to learn how to write a block but it fails to install apparently. after doing ./bootstrap and then ./configure make gives the following message: libtool: Version mismatch error. This is libtool 2.2.6, but the libtool: definition of this LT_INIT comes from an older release. libtool: Yo

[Discuss-gnuradio] MAC/PHY Layer testbed

2009-02-08 Thread Emil Molin
Hi im in the beginning of my masters thesis and im planning on developing a MAC/PHY layer testbed with gnuradio and how it can affect perfomance etc. , i have seen other thesis:es about it (Naveen Manicka, 2007). And searched the mailing list about it, ive however only found discussions that it is

[Discuss-gnuradio] Problem with FFT of simple signal

2009-01-30 Thread Emil Molin
Im learning about gnuradio for my final thesis (quite common i see) and i wanted to show a simple FFT of a simple signal (or noise) but the only thing i get the GUI working for is audio input from the microphone. Running it with a generated signal causes the program to freeze. Here is my code: (ive