discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] uhd version


From: Marcus D. Leech
Subject: Re: [Discuss-gnuradio] uhd version
Date: Fri, 24 Apr 2015 15:19:41 -0400
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 04/24/2015 03:15 PM, Pengyu Zhang wrote:
Hi,

I meet problems when I try to upgrade UHD to a version higher than 3.7.6.1.

I follow these UHD installation instructions shown in the following link.
sudo bash -c 'echo "deb http://files.ettus.com/binaries/uhd/repo/uhd/ubuntu/`lsb_release -cs` `lsb_release -cs` main" > /etc/apt/sources.list.d/ettus.list'
sudo apt-get update
sudo apt-get install -t `lsb_release -cs` uhd

Then I check the version of installed UHD using the following command. It looks like that I have installed UHD 3.8.0.

$ dpkg -s uhd
Package: uhd
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 133399
Maintainer: Ettus Research <address@hidden>
Architecture: amd64
Version: 003.008.000-release
Depends: libboost-all-dev
Recommends: python, python-tk
Description: Ettus Research - USRP Hardware Driver

However, when I run a flow graph, I get the following messages, which seems to suggest that I am running 3.5.5.0 instead of 3.8.0. Any tips on how to fix this problem? Thanks.

$ python top_block.py
linux; GNU C++ version 4.8.2; Boost_105400; UHD_003.005.005-0-unknown

Attached is the flow graph I am running...

Pengyu


_______________________________________________
Discuss-gnuradio mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
Use your package tool, apt-get to erase the existing UHD, which was probably installed from your distributions package repo,
  and try the install again from the Ettus repository.   



reply via email to

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