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: Marcus Müller
Subject: Re: [Discuss-gnuradio] using uhd_fft with USRP1
Date: Mon, 19 May 2014 15:18:41 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0

You should be inside your build directory when you run make.

On 19.05.2014 15:15, Activecat wrote:
On Mon, May 19, 2014 at 9:04 PM, Tom Rondeau <address@hidden> wrote:

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


Do I need to "cmake ../" first?  The "make" within gr-uhd produces
following error:

  address@hidden: ~/download/gnuradio37/gnuradio/gr-uhd $ make
  make: *** No targets specified and no makefile found.  Stop.



_______________________________________________
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]