discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Mike Jameson
Subject: Re: [Discuss-gnuradio] GR-UHD detected ABI compatibility mismatch with UHD library
Date: Tue, 17 Sep 2013 13:38:28 +0100

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: address@hidden
Web: http://www.ettus.com


On Tue, Sep 17, 2013 at 1:27 PM, António Gomes <address@hidden> wrote:
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 <module>
    tb = top_block()
  File "/home/tojo/top_block.py", line 81, in __init__
    channels=range(1),
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/uhd/__init__.py", line 122, in constructor_interceptor
    return old_constructor(*args)
  File "/usr/local/lib/python2.7/dist-packages/gnuradio/uhd/uhd_swig.py", line 1727, in make
    return _uhd_swig.usrp_source_make(*args)
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.4.0-0
Suggestion: install an ABI compatible version of UHD,
or rebuild GR-UHD component against this ABI version.
-----------------

I installed the latest UHD version 003.005.003  and gnuradio 3.6.4.1.
Do you know how i can fix this error?

Best Regards,
---
António João Matos Gomes

_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio



reply via email to

[Prev in Thread] Current Thread [Next in Thread]