Re: [Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library

2014-03-12 Thread Marcus Müller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Azza! How did you install UHD and GNU Radio, and what is your Device? Basically, your GNU Radio seems to be built against an UHD version that is older than the one you have installed. The best way to solve this issue is usually 1. Making sure to fu

[Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library

2014-03-12 Thread Azza Ben Mosbah
Hi All, After installing UHD and GNU Radio, when I execute any flowgraph using the USRP, I find this error: *RuntimeError: * *GR-UHD detected ABI compatibility mismatch with UHD library.* *GR-UHD was build against ABI: 3.4.0-3,* *but UHD library reports ABI: 3.6.0-1* *Suggestion: install an ABI c

Re: [Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library

2013-09-17 Thread Mike Jameson
Hi António, I'd recommend building GNU Radio 3.7 if you are starting a fresh. Also, use '-v' for more information on what it is doing in case of a hang like you have seen: build-gnuradio -m -v If the build-gnuradio script does not work for you you can try pyBombs: http://gnuradio.org/redmine/p

Re: [Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library

2013-09-17 Thread Ralph A. Schmid, dk5ras
, 2013 3:28 PM To: António Gomes Cc: discuss-gnuradio@gnu.org Subject: Re: [Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library Hi António, This is what I would do to get out of your predicament: 1) Uninstall all GNU Radio and UHD packages from the Ubuntu software

Re: [Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library

2013-09-17 Thread Ralph A. Schmid, dk5ras
: [Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library Hi António, This is what I would do to get out of your predicament: 1) Uninstall all GNU Radio and UHD packages from the Ubuntu software center. 2) Run Marcus Leech's build-gnuradio script which will compile and

Re: [Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library

2013-09-17 Thread Mike Jameson
Hi António, This is what I would do to get out of your predicament: 1) Uninstall all GNU Radio and UHD packages from the Ubuntu software center. 2) Run Marcus Leech's build-gnuradio script which will compile and build the latest release of GNU Radio 3.6 along with the latest stable UHD release:

Re: [Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library

2013-09-17 Thread Mike Jameson
Hi António, To fix this error you need to build and install GNU Radio again which will compile gr-uhd against the currently installed version of the UHD. Regards, Mike -- Mike Jameson M0MIK BSc MIET Ettus Research Technical Support Email: supp...@ettus.com Web: http://www.ettus.com

[Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library

2013-09-17 Thread António Gomes
Hi all, I'm having an error when compiling the grc. i was just trying to do a FFT on a usrp source and it gives me this error: - Using Volk machine: avx_64_mmx Traceback (most recent call last): File "/home/tojo/top_block.py", line 118, in tb = top_block() File "/home/tojo