You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was getting errors on installing the python-software-properties but on stackoverflow and all, it says to only install software-properties-common. I did the same and then commented out this in build.sh. But now when I am trying to build this with ./build.sh N200, I am getting libortp9 error. Also on Ubuntu 20.04, this package doesn't exists. Can someone please help me here?
The text was updated successfully, but these errors were encountered:
Referencing #95, but the fix notes say dev is only compatible w/ Ubuntu v16.04. Wanting to do a pull request but last time the code was updated was years ago...
You may also need to update the build.sh to remove the check for the library.
For building the Transceiver52M (needed of the new UHD driver and Ettus SDR devices) you need to compile with C++11 version. To do this type: export UHD_CFLAGS="-std=c++11"
command before you start compilation.
You also need to change the UHDDevice.cpp file to support the new UHD logging uhd/utils/msg.hpp has been replaced by uhd/utils/log.hpp and uhd/utils/log_add.hpp. Check the Ettus documentation, some functions will need to be changed too.
I was getting errors on installing the
python-software-properties
but on stackoverflow and all, it says to only installsoftware-properties-common
. I did the same and then commented out this inbuild.sh
. But now when I am trying to build this with./build.sh N200
, I am gettinglibortp9
error. Also on Ubuntu 20.04, this package doesn't exists. Can someone please help me here?The text was updated successfully, but these errors were encountered: