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
When I try to run cmake, I get the following error:
-- Could NOT find LIBHACKRF (missing: LIBHACKRF_LIBRARY LIBHACKRF_INCLUDE_DIR)
CMake Error at CMakeLists.txt:18 (message):
HackRF development files not found...
-- Configuring incomplete, errors occurred!
Bit perplexed by this issue, as SoapyOsmo builds fine, and I haven't encountered any issues with my HackRF libraries until now.
I've confirmed that the directory that contains libhackrf.so.0 is in my LD_LIBRARY_PATH environment variable.
Further, since it seems to be finding libSoapySDR.so fine, I went to the directory where it is and created a symlink to my libhackrf.so.0. Still, same error.
Any thoughts on how to resolve this?
The text was updated successfully, but these errors were encountered:
Are you sure the development libraries are installed? where is libhackrf.so and libhackrf/hackrf.h
Typically libhackrf.so.0 (with the version at the end) is the runtime library that needs to be in the library path, but there is supposed to be a libhackrf.so symlink for development purposes.
When I try to run cmake, I get the following error:
Bit perplexed by this issue, as SoapyOsmo builds fine, and I haven't encountered any issues with my HackRF libraries until now.
I've confirmed that the directory that contains libhackrf.so.0 is in my LD_LIBRARY_PATH environment variable.
Further, since it seems to be finding libSoapySDR.so fine, I went to the directory where it is and created a symlink to my libhackrf.so.0. Still, same error.
Any thoughts on how to resolve this?
The text was updated successfully, but these errors were encountered: