Uhd version

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 -csmain" > /etc/apt/sources.list.d/ettus.list' sudo apt-get update sudo apt-get install -tlsb_release -cs` uhd

http://code.ettus.com/redmine/ettus/projects/uhd/wiki/UHD_Linux

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 R. [email protected]
Architecture: amd64
Version: 003.008.000-release
Depends: libboost-all-dev
Recommends: python, python-tk
Description: Ettus R. - 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

On 04/24/2015 03:15 PM, Pengyu Z. wrote:

Architecture: amd64
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
[email protected]
Discuss-gnuradio Info Page
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.