discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] using uhd_fft with USRP1


From: Tom Rondeau
Subject: Re: [Discuss-gnuradio] using uhd_fft with USRP1
Date: Mon, 19 May 2014 09:04:48 -0400

On Mon, May 19, 2014 at 12:40 AM, Activecat <address@hidden> wrote:
On Wed, Apr 30, 2014 at 4:17 AM, Martin Braun <address@hidden> wrote:
Hey Don,

this is a bug in UHD, which is fixed on the current 'master'. If you're
using 'master', you can simply update UHD and reinstall (git pull etc.).

If you can't update for some reason right now, --wire-format=sc16 might
help.

Cheers,
Martin


Unfortunately it becomes incompatible after the uhd update:

  RuntimeError:
  GR-UHD detected ABI compatibility mismatch with UHD library.
  GR-UHD was build against ABI: 3.7.0-0,
  but UHD library reports ABI: 3.7.1-0
  Suggestion: install an ABI compatible version of UHD,
  or rebuild GR-UHD component against this ABI version.

So, how to update the ABI, without a complete gnuradio rebuild ..?

If you still have the build directory from your previous build of GNU Radio, you can just go into the gr-uhd directory and type make and make install. You might want to make clean to make sure it rebuilds and therefore links against the newest versions; gr-uhd isn't that big, so rebuilding the whole component isn't that time consuming.

If you did not save the original build directory, you will have to rebuild the whole thing to update the library.

Tom


reply via email to

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