Hello,
I'm trying to get work RTL dongle in gnuradio, but when I'm compiling the gr-osmosdr, there is still LIBRTLSDR_FOUND = FALSE. I've checked the cmake input module and tried to correct path for libraries to /usr/lib64, but I cannot find the *.h files for librtlsdr.so (i've got rtl-sdr form git).
Thank you for help.
Martin
PS: I'm using Fedora Core 17, AMD64.
Problem solved, I looked carefully into CMake definitions and found, that rtl-sdr_export.h and rtl-sdr.h are needed in /usr/local/include. So my RTL-SDR is now working (now I'm fighting with permissions to use it not as root, and also sound card output does sounds bad for WBFM receptiom)...
Best regards, BruXy
On Sat, Dec 01, 2012 at 11:21:46PM +0100, Martin Bruchanov wrote:
Hello,
I'm trying to get work RTL dongle in gnuradio, but when I'm compiling the gr-osmosdr, there is still LIBRTLSDR_FOUND = FALSE. I've checked the cmake input module and tried to correct path for libraries to /usr/lib64, but I cannot find the *.h files for librtlsdr.so (i've got rtl-sdr form git).