[Discuss-gnuradio] GNURadio 3.7.2.1 source installation problem

2013-12-15 Thread carondemonio
I'm trying to install GNURadio 3.7.2.1 from source on Deabian Wheezy 7.2. After typing: there aren't problems, but launching there're five test errors: so i typed to see the errors, and the ouput is: [] [] [] If I try to type: Appear this strange error: Can anyone help me

[Discuss-gnuradio] GNURadio 3.7.2.1 Installation Problem

2013-12-15 Thread Francesco Natale
I'm trying to install GNURadio 3.7.2.1 from source on Deabian Wheezy 7.2. After typing: mkdir build cmake ../ make -j 2 there aren't problems, but launching make test there're five test errors: The following tests FAILED: 1 - qa_volk_test_all (Failed) 92 - qa_freq_xlating_fir_

Re: [Discuss-gnuradio] GNURadio 3.7.2.1 Installation Problem

2013-12-15 Thread Tom Rondeau
On Sun, Dec 15, 2013 at 11:18 AM, Francesco Natale wrote: > I'm trying to install GNURadio 3.7.2.1 from source on Deabian Wheezy > 7.2. After typing: > mkdir build > cmake ../ > make -j 2 > there aren't problems, but launching > make test > there're five test errors: What's your processor? Can y

Re: [Discuss-gnuradio] Install: qa_volk_test_all fails on armv7

2013-12-15 Thread Tom Rondeau
On Wed, Dec 11, 2013 at 10:35 AM, Monahan-Mitchell, Tim wrote: > I am wondering if the QA failure is relates, to the use of the hard float > ABI. For me, whenever I have tried to specify hard or soft float ABI, cmake fails. If I don't specify it, it just works... > > I'm sw

[Discuss-gnuradio] Installation issue

2013-12-15 Thread bob wole
I installed gnuradio and UHD using instruction on http://gnuradio.org/redmine/projects/gnuradio/wiki/BinaryPackages#Binaries-from-Ettus-Research-Linux-Windows UHD programs are running fine e.g uhd_find _devices. But when I run $ gnuradio-config-info I get following gnuradio-config-info: error whi

Re: [Discuss-gnuradio] Installation issue

2013-12-15 Thread bob wole
I am using Ubuntu 12.04 LTS 64 bit. On Sun, Dec 15, 2013 at 9:36 AM, bob wole wrote: > I installed gnuradio and UHD using instruction on > > > http://gnuradio.org/redmine/projects/gnuradio/wiki/BinaryPackages#Binaries-from-Ettus-Research-Linux-Windows > > UHD programs are running fine e.g uhd_f

Re: [Discuss-gnuradio] Installation issue

2013-12-15 Thread Tom Rondeau
On Sun, Dec 15, 2013 at 12:36 PM, bob wole wrote: > I installed gnuradio and UHD using instruction on > > http://gnuradio.org/redmine/projects/gnuradio/wiki/BinaryPackages#Binaries-from-Ettus-Research-Linux-Windows > > UHD programs are running fine e.g uhd_find _devices. But when I run > $ gnuradi

[Discuss-gnuradio] GNURadio 3.7.2.1 Installation Problem

2013-12-15 Thread kdag
On Sun, Dec 15, 2013 at 6:00 PM, wrote: > Can anyone help me!! Thanks at all!! Francesco, on the same platform/arch i was able to install gnuradio using the installer script.. it actually resolve a very old issue i had with portaudio that even though is not present was always breaking make. giv

Re: [Discuss-gnuradio] Installation issue

2013-12-15 Thread bob wole
On Sun, Dec 15, 2013 at 10:57 PM, Tom Rondeau wrote: > On Sun, Dec 15, 2013 at 12:36 PM, bob wole wrote: > > I installed gnuradio and UHD using instruction on > > > > > http://gnuradio.org/redmine/projects/gnuradio/wiki/BinaryPackages#Binaries-from-Ettus-Research-Linux-Windows > > > > UHD progra

Re: [Discuss-gnuradio] Installation issue

2013-12-15 Thread Marcus D. Leech
On 12/15/2013 01:18 PM, bob wole wrote: On Sun, Dec 15, 2013 at 10:57 PM, Tom Rondeau > wrote: On Sun, Dec 15, 2013 at 12:36 PM, bob wole mailto:bnw...@gmail.com>> wrote: > I installed gnuradio and UHD using instruction on > > http://gnuradio.or

Re: [Discuss-gnuradio] Install: qa_volk_test_all fails on armv7

2013-12-15 Thread Tom Tsou
On Sun, Dec 15, 2013 at 12:23 PM, Tom Rondeau wrote: > On Wed, Dec 11, 2013 at 10:35 AM, Monahan-Mitchell, Tim >> OK, good to hear. Does that mean bugs 582 and 583 should be re-opened? > > I've reopened the tickets as "Works for some". Philip, Nathan, and I > agreed to work together this week to t

[Discuss-gnuradio] constellation soft decoder

2013-12-15 Thread Miklos Maroti
Hi Guys, Constellation soft decoder crashes for constellation_bpsk() and constellation_8psk(). I could not find the cause of this problem, the back trace on my machine points to gnuradio/gr-digital/lib/constellation.cc:286 for(int j = 0; j < k; j++) { which does not make any sense. Any idea

Re: [Discuss-gnuradio] Unexpected issue with file source and USRP source

2013-12-15 Thread Maria Stevens
On Fri, Dec 13, 2013 at 3:58 PM, Maria Stevens wrote: > > > So, Only case 1 is working for me. I am not using any custom >> gnuradio-block in >> > my receiver. Major blocks in my demodulator chain consists of FIR >> filters, >> > gr_pfb_clock_sync_ccf and packet decoder along with some adders >> s

Re: [Discuss-gnuradio] constellation soft decoder

2013-12-15 Thread Alfredo Muniz
Seems like a strange error for C++. I usually get for loop errors with C where you can't declare variables in the for loop. Perhaps try to declare j outside the for loop. AM KC3BBL On Sun, Dec 15, 2013 at 7:05 PM, Miklos Maroti wrote: > Hi Guys, > > Constellation soft decoder crashes for conste

Re: [Discuss-gnuradio] constellation soft decoder

2013-12-15 Thread Marcus Müller
Could you post the whole backtrace (as a github gist, pastebin etc)? That would be very helpful, along with information such as: Compiler (Gcc (version), VC++, clang ...), Platform (Linux, win, mac,...), architecture (x86(64), ARMv9, IBM S7390,...) and GNU Radio source version. Thanks and happy h

Re: [Discuss-gnuradio] constellation soft decoder

2013-12-15 Thread Miklos Maroti
Hi Marcus, I do not think it is a compiler bug, but something uninitialized. Constellation_qpsk and constellation_calcdist does not crash (I did not verify if they work). However, if I generate the LUT for constellation_qpsk, then it crashes. # uname -a Linux maroti-t410 3.11.0-14-generic #21-Ubu

Re: [Discuss-gnuradio] gr-lte updated to GNU Radio 3.7 API

2013-12-15 Thread Mike Cornelius
Hi Johannes, I gave this a try today so I thought I'd pass on my results:- Firstly, I found that I could not 'import lte' as sync_cc.py could not import 'window' from gnuradio. I 'fixed' that by changing sync_cc.py as follows:- self.pfft = fft.fft_vcc(fftl, True, window.rectangular(fftl), False,