-
Notifications
You must be signed in to change notification settings - Fork 1
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
ppup1090 Fails to compile on RaspberryPiOS Bullseye #1
Comments
Hi @abcd567a, Were you able to get a resolution to this issue? I have the same running Flightaware on a Pi3B+, Flightaware and Plane Finder are both running OK |
No resolutiin yet |
Still no solution? |
I am having a similar problem on Bookworm
|
I believe this is because you (we) are now running a 64 bits OS...
|
I have just tried this on a fresh 32-bit Bullseye install (though I did install some other packages before attempting it) and got exactly the same errors. I can get other dump1090 distributions to install, but none have ppup1090 as far as I know, and that is the functionality I need. |
Script for automated installation of ppup1090 The automated installation script on above site uses the set of pre-compiled executable binaries provided by PlanePlotter Group. You can download this set of pre-compiled binaries from here: The script given on above linked Github site installs PlanePlotter Uploader ppup1090 with Systemd on following:
. |
pi@piaware:~/ppup1090 $ make
gcc -g -o ppup1090 ppup1090.o anet.o interactive.o mode_ac.o mode_s.o coaa1090.obj -lpthread -lm
/usr/bin/ld: interactive.o:/home/pi/ppup1090/ppup1090.h:282: multiple definition of
coaa1090'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:282: first defined here /usr/bin/ld: interactive.o:/home/pi/ppup1090/ppup1090.h:272: multiple definition of
ppup1090'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:272: first defined here/usr/bin/ld: interactive.o:/home/pi/ppup1090/ppup1090.h:225: multiple definition of
Modes'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:225: first defined here /usr/bin/ld: interactive.o:/home/pi/ppup1090/ppup1090.h:187: multiple definition of
tDF'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:187: first defined here/usr/bin/ld: mode_ac.o:/home/pi/ppup1090/ppup1090.h:282: multiple definition of
coaa1090'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:282: first defined here /usr/bin/ld: mode_ac.o:/home/pi/ppup1090/ppup1090.h:272: multiple definition of
ppup1090'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:272: first defined here/usr/bin/ld: mode_ac.o:/home/pi/ppup1090/ppup1090.h:225: multiple definition of
Modes'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:225: first defined here /usr/bin/ld: mode_ac.o:/home/pi/ppup1090/ppup1090.h:187: multiple definition of
tDF'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:187: first defined here/usr/bin/ld: mode_s.o:/home/pi/ppup1090/ppup1090.h:282: multiple definition of
coaa1090'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:282: first defined here /usr/bin/ld: mode_s.o:/home/pi/ppup1090/ppup1090.h:272: multiple definition of
ppup1090'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:272: first defined here/usr/bin/ld: mode_s.o:/home/pi/ppup1090/ppup1090.h:225: multiple definition of
Modes'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:225: first defined here /usr/bin/ld: mode_s.o:/home/pi/ppup1090/ppup1090.h:187: multiple definition of
tDF'; ppup1090.o:/home/pi/ppup1090/ppup1090.h:187: first defined herecollect2: error: ld returned 1 exit status
make: *** [Makefile:23: ppup1090] Error 1
The text was updated successfully, but these errors were encountered: