[How to solve] GR-UHD & UHD ABI missmatch

FATAL:
GR-UHD detected ABI compatibility mismatch with UHD library.
GR-UHD was build against ABI: 3.9.0-0,
but UHD library reports ABI: 3.14.0
Suggestion: install an ABI compatible version of UHD,
or rebuild GR-UHD component against this ABI version.

=======================================================

After executed "LTE_fdd_dl_scan" I telnet to 2000 and typed "start", unfortunately the program quit with error, please refer to above info.

so I uninstalled UHD by using "sudo make uninstall" under "~/uhd/host/build"

Then I tried to install UHD-3.9.LTS (this version is recommended)

cd -

git clone -b UHD-3.9.LTS git://github.com/EttusResearch/uhd.git

cd uhd/host

mkdir build && cd build

cmake ..

make

sudo make install

sudo ldconfig

 

你可能感兴趣的:(misc)