On 02/26/2018 02:28 AM, Anuja Kokil via USRP-users wrote:

Hello,

 I have  B200 USRP Board and have one technical query regarding the same.

I am installing UHD Driver on our Ubuntu 16.04 i386 system. But during UHD installation we are getting error continuously.

Following is the procedure I do for UHD installation

*sudo apt-get update*


      Installing the dependencies

*sudo apt-get -y install swig g++ automake1.9 libtool python-dev libcppunit-dev sdcc libusb-dev libasound2-dev libsdl1.2-dev python-wxgtk2.8 subversion guile-1.8-dev libqt4-dev ccache python-opengl libgsl0-dev python-cheetah python-lxml libqwt5-qt4-dev libqwtplot3d-qt4-dev qt4-dev-tools fftw3-dev doxygen libusb-1.0-0-dev python-cheetah doxygen python-docutils *

*www.boost.org <http://www.boost.org>*

Download release(Unix:*boost_1_55_0.tar.gz*)

*xxx@ubuntu:~$ **sudo tar –xvf ~/Downloads/boost_1_55_0.tar.gz*

*xxx@ubuntu:~$ **cd boost_1_55_0/*

*xxx@ubuntu/boost_1_55_0/:~$ **./bootstrap.sh*

*xxx@ubuntu/boost_1_55_0/:~$ **sudo ./b2 install --prefix=/usr *


    UHD Installation

*sudo apt-get install zeroc-ice libcomedi-dev*


    Install Git:

*$ sudo add-apt-repository ppa:git-core/ppa*

*$ sudo apt-get update*

*$ sudo apt-get install git*

Download UHD

*go to http://github.com/EttusResearch/uhd.git go to branch and**Download uhd-release_003_010_000_000 zip file and extract it in home*


*Build UHD*

*cd /uhd-release_003_010_000_000/host/ *

*mkdir build *

*cd build *

*cmake ../ *


*After cmake ../*

we are getting error *boost not found*

*Configuring LibUHD support...
-- Dependency Boost_FOUND = 0
-- Dependency HAVE_PYTHON_PLAT_MIN_VERSION = TRUE
-- Dependency HAVE_PYTHON_MODULE_MAKO = TRUE
CMake Error at cmake/Modules/UHDComponent.cmake:51 (MESSAGE):
Dependencies for required component LibUHD not met.
Call Stack (most recent call first):
CMakeLists.txt:368 (LIBUHD_REGISTER_COMPONENT**)*

and then I can not do *make*and further procedure.

My current System is Ubuntu 16.04.1LTS i386.

Kindly Help us regarding this issue.


Thanks and Regards

Anuja


There are a number of paths to getting UHD+Gnu Radio installed. Here is the installation documentation for just UHD:

http://files.ettus.com/manual/page_install.html#install_linux

And building from source:

http://files.ettus.com/manual/page_build_guide.html

I'd recommend going the binary route, since you'll get release-tagged "stuff".



_______________________________________________
USRP-users mailing list
USRP-users@lists.ettus.com
http://lists.ettus.com/mailman/listinfo/usrp-users_lists.ettus.com

Reply via email to