Closed vit1251 closed 2 years ago
I was able to compile and run dump1090 on a 32 bit Debian buster system on my Raspberry Pi. On my 64 bit bullseye system, I get the multiple definition errors. I searched the web and found a common cause of the multiple definition errors. Apparently, newer gcc compilers no longer allow you to define variables in header files. A solution was offered to add the static keyword, which I did in dump1090.h for the variables that are in the error messages. Now, it does compile and the dump1090 executable is generated, but after displaying the heading in the terminal, it causes a Segmentation fault. I think we need a programmer to fix this. I may try compiling dump1090 on a 64 bit buster system and just copy it over to the bullseye system.
----Steve
Are you running a Raspberry Pi by chance? I compiled dump1090 on a 64 bit Raspberry Pi OS buster system and it works. I copied it to my 64 bit bullseye system and it works. I put the an archive of it on my web site https://www.radiosrs.net/tech.html Click on "Installing utility software on a Raspberry Pi" and scroll down to "ADS-B (dump1090) for SDRplay".
----Steve
Sorry for the delay on sorting this...
The repo has been cleaned up and now the master branch supports API3 and should build correctly. The README.md has been updated with better instructions and the Makefile has some additional comments.
Best regards,
Andy