[Discuss-gnuradio] WX-GUI works only first time i run the grc

2016-11-20 Thread Michele Costantino
e grc it works (only first time). Any idea? Many thanks Michele PS: Please, let me know if i should give some others info, this is my first post in the mailing list. ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/ma

[Discuss-gnuradio] rtl_tcp issue

2014-12-06 Thread michele
Hi! I hope this is the right place to ask my my question, otherwise, please let me know where i can ask... I'm playing with rtl_tcp since 2 yrs (or more...), but very very very often (almost always), when i connect to rtl_tcp with ANY program like sdrsharp,gqrx,and so on, i get this in the cons

Re: [Discuss-gnuradio] segfault

2014-12-01 Thread michele
THANKS!! Yes...i did have 2 installations...removed the ones from package manager did the trick! ___ Discuss-gnuradio mailing list Discuss-gnuradio@gnu.org https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Re: [Discuss-gnuradio] segfault

2014-12-01 Thread michele
Il Sun, 30 Nov 2014 21:16:12 +0100, Marcus Müller ha scritto: > Hi Michele, > > if you built GNU Radio/gqrx with gcc, then the GNU Debugger might be of > immensive help. > First make sure you've built GNU Radio with debugging symbols ("cmake > -DCMAKE_BUILD_TYPE=R

[Discuss-gnuradio] segfault

2014-11-29 Thread michele
Hi to all. This is my first post here...i hope to have choosen the right place to ask I'm currently trying to compile gqrx and gnuradio...everything went well, but when i run gqrx it won't start and give me this error: gqrx[5865]: segfault at 12d0 ip 7f570ee76d2f sp 7fff60fd9000 err

[Discuss-gnuradio] Re: firmware, did anyone verify hook_fgv ?

2007-12-03 Thread Michele Bavaro
vector_idx = vector_number - FGV_MIN; t = EA; EA = 0; _fifo_gpif_autovector[vector_idx] = LJMP_OPCODE; _fifo_gpif_autovector[vector_idx + 1] = addr >> 8; _fifo_gpif_autovector[vector_idx + 2] = addr & 0xff; EA = t; } /* end */ Comments? Michele On 27/11/2007, Mi

[Discuss-gnuradio] firmware, did anyone verify hook_fgv ?

2007-11-27 Thread Michele Bavaro
Dear all, I modified a little the firmware of a usrp-based device. I wanted to check the buffer overrun event on the BULK IN EP2 FIFO, but the interrupt autovectoring mechanism doesn't work. The following code static void isr_EP2FULLFLAG (void) interrupt { clear_fifo_gpif_irq (); IOD ^= 0x01