Open msalmonw opened 1 year ago
Did you clone it like this? git clone --recursive https://github.com/b3nn0/stratux.git
Also, this 'might' have something to do with your compiler.
I cloned by following the wiki, using git clone --recursive https://github.com/cyoung/stratux
I did not clone the repository by b3nn0. I solved this issue by removing -Werror flag from the Makefile. Now the issue I face is this one:
/dump1090/dump1090.h:238: multiple definition of Modes'; dump1090.o:/root/strautx/dump1090/dump1090.h:254: first defined here
collect2: error: ld returned 1 exit status
https://github.com/b3nn0/stratux is the current source for both EU and US versions of Stratux and has supplanted the original source. It fixes numerous issues with the original source and has added many new features, and is eminently buildable on a Stratux-imaged rPi by following the instructions in https://github.com/b3nn0/stratux/wiki/Developing-Stratux, the stratux image includes stuff like convenience scripts and a couple of dependencies that are not in the source code.
If you want to compile on a linux PC, I had to install a couple other things. (tried and succeeded on minimal versions of Debian and Ubuntu, currently trying on Arch)
Update: Now successfully compiling and running stratux from b3nn0/stratux source on Arch Linux minimal install running in vmware.
Thanks a lot. I have installed these dependencies as well. I'll try the repo at "https://github.com/b3nn0/stratux" now. But, would you be so kind to lay out your own steps for compiling the code? Including the steps regarding the installation of the dependencies and compilers. It would be really helpful.
getting help to compile stratux source would best be done by joining the Stratux ADS-B channel on Slack
Okay perfect! thanks a lot!
How did you set-up go? I'm getting issues after extracting the go v1.20 tar. All otther dependencies installed successfully, but the script says 'go command not found' when executing 'make'
Could someone figure out the issue i'm facing here