[Discuss-gnuradio] install gfsk block

2012-10-04 Thread Joana Goncalves
Hello, Can anyone tell me how can I install GFSK block available on gnuradio.org? Thank you very much for your help ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] install gfsk block

2012-10-04 Thread Martin Braun (CEL)
If you install gnuradio, you will have that block available. M On Thu, Oct 04, 2012 at 12:12:30PM +, Joana Goncalves wrote: > P {margin-top:0;margin-bottom:0;} > > > > Hello, > Can anyone tell me how can I install GFSK block available on gnuradio.org? > Thank you very much for your help >

Re: [Discuss-gnuradio] seg fault in volk_32f_s32f_multiply_32f_a_sse gnuradio v 3.6.1

2012-10-04 Thread ikjtel
> > I believe I have fixed your problem. Check out the latest master > branch (it's commit 77035b5d188be9e5dcd6731b1a58a4ce47451bde). > > I was using your demo code that you posted here as a test, and it's > now working fine for me now. > > Tom cool, I did a build from the git sources and so far

Re: [Discuss-gnuradio] seg fault in volk_32f_s32f_multiply_32f_a_sse gnuradio v 3.6.1

2012-10-04 Thread Tom Rondeau
On Thu, Oct 4, 2012 at 11:02 AM, ikjtel wrote: > >> >> I believe I have fixed your problem. Check out the latest master >> branch (it's commit 77035b5d188be9e5dcd6731b1a58a4ce47451bde). >> >> I was using your demo code that you posted here as a test, and it's >> now working fine for me now. >> >>

Re: [Discuss-gnuradio] gr-extras: tuntap : How to use ?

2012-10-04 Thread Iain Young, G7III
On 03/10/12 18:57, Josh Blum wrote: On 10/03/2012 10:21 AM, Iain Young, G7III wrote: I found the tuntap block, and noticed that it had an input and output. I was expecting my flowgraph to take the userspace end of the network interface, with the other end being the network device. I found th

Re: [Discuss-gnuradio] Initialize a pointer - object

2012-10-04 Thread Ben Hilburn
Your error message states that the issue isn't your _impl function, but rather the fact that you haven't implemented 'work' cannot allocate an object of abstract type 'asrp_fec_encoder' > because the following virtual functions are pure within 'asrp_fec_encoder': > /usr/local/include/gnuradio/bloc

Re: [Discuss-gnuradio] Initialize a pointer - object

2012-10-04 Thread Jose Torres Diaz
Many thanks for the information Ben, I will check again. However, I would like to point out that the work function is implemented in my .cc file (I've attached the file for you). Thanks again! .cc file: #ifdef HAVE_CONFIG_H #include "config.h" #endif #include #include #include #include #inc