-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build fail : undefined reference to `rtlsdr_get_device_count' (pkg-config installed, librtlsdr-dev installed) #142
Comments
I am also getting same problem |
The issue is
|
If the build failure is happening on Debian-based system then it is likely bug #925916 (fixed in testing and unstable). The tl;dr is to have this at the top of
|
Building on what @filippog said above, on a raspi run |
I went from this error #108 to this error here. Even with doing Per #142 (comment) comment ... I should be replacing ... But I get ...
This is a fresh install of the latest version of raspbian buster. I've issued the following commands in order to get the system into a useable state and I'm using the user pi built into it. But clearly, I'm missing some items.
I did some googling and found this stack overflow item usr/bin/ld: cannot find -l
Notice that it's looking for liblibrlsdr.so. That's not right. If you run
So the -l command adds lib for us. If we remove that and just do
I fixed that last error by doing this to the Makefile ...
THIS is now my full make file ...
|
Was using the MalcolRobb/dump1090 version but got this error, finally found that using the version at https://github.com/joergsteinkamp/dump1090, compiles fine. And actually working better than ever! :o) Hex Mode Sqwk Flight Alt Spd Hdg Lat Long Sig Msgs Ti/4CAA4F S 27825 7 10 3 |
Had to build this again as I moved over to a new system with a new arch. Was surprised that this issue was still open and outstanding, and even more that I had ready commented and fixed the problem. Thanks past me. |
In 2022 for rpi zero the issue was still present, the @hopkinskong response helped (for lrtlsdr only) |
Try install pkg-config package with apt (debian bullseye). |
Hello,
here it is :
Thanks for your help
The text was updated successfully, but these errors were encountered: