Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UHD version problem #46

Open
wangzhanwei666 opened this issue Apr 22, 2022 · 0 comments
Open

UHD version problem #46

wangzhanwei666 opened this issue Apr 22, 2022 · 0 comments

Comments

@wangzhanwei666
Copy link

OpenBTS-UMTS can't support UHD3.15.0, can support UHD3.9.LTS, so cann't use ppa source, like below:
sudo add-apt-repository ppa:ettusresearch/uhd
sudo apt-get update
sudo apt-get install libuhd-dev libuhd3.15.0 uhd-host

if you want to use UHD,just use UHD3.9.LTS, and build it from source code, like below
sudo apt-get -y install libboost-all-dev libusb-1.0-0-dev python-mako doxygen python-docutils cmake build-essential
cd uhd/host
mkdir build
cd build
cmake ../
make
make install
ldconfig

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant