Please I am having some challenges with compiling hamlib with the usrp package. Hamlib seems to depend on libusrp; however, ettus usrp2 works with libuhd. I tried compiling it and it tells me usrp_standard.h is required.
How do I compile with libuhd. Thank you
I am using ubuntu 14.04.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The usrp backend in Hamlib is deprecated because it was written against libusrp. It will be removed unless someone rewrites it against libuhd. Until then, pass --disable-usrp to the configure script.
Rem: please use the mailing list hamlib-developer instead of this forum.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello everyone.
Please I am having some challenges with compiling hamlib with the usrp package. Hamlib seems to depend on libusrp; however, ettus usrp2 works with libuhd. I tried compiling it and it tells me usrp_standard.h is required.
How do I compile with libuhd. Thank you
I am using ubuntu 14.04.
The usrp backend in Hamlib is deprecated because it was written against libusrp. It will be removed unless someone rewrites it against libuhd. Until then, pass --disable-usrp to the configure script.
Rem: please use the mailing list hamlib-developer instead of this forum.