We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi , i'm trying to make the dump1090 but I got this error :
gcc -g -o view1090 view1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o pkg-config --libs librtlsdr -lpthread -lm /usr/bin/ld: net_io.o:/home/****/dump1090/dump1090.h:238: multiple definition of `tDF'; view1090.o:/home/****dump1090/dump1090.h:238: first defined here collect2: error: ld returned 1 exit status make: *** [Makefile:27: view1090] Error 1
gcc -g -o view1090 view1090.o anet.o interactive.o mode_ac.o mode_s.o net_io.o pkg-config --libs librtlsdr -lpthread -lm /usr/bin/ld: net_io.o:/home/****/dump1090/dump1090.h:238: multiple definition of `tDF'; view1090.o:/home/****dump1090/dump1090.h:238: first defined here
pkg-config --libs librtlsdr
collect2: error: ld returned 1 exit status make: *** [Makefile:27: view1090] Error 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi ,
i'm trying to make the dump1090 but I got this error :
The text was updated successfully, but these errors were encountered: