-
Notifications
You must be signed in to change notification settings - Fork 168
Conversation
i was wondering, if there is any pre-compiled binary for any OS?
i'm trying to compile for ubuntu but i'm gettingthis error:
In file included from /home/kevin/dronin/ground/gcs/src/plugins/coreplugin/mainwin dow.cpp:41: /home/kevin/dronin/ground/gcs/src/plugins/coreplugin/corecon stants.h:33:10: fatal error: ../../../../../build/ground/gcs/gcsversioninfo.h: Datei oder Verzeichnis nicht gefunden 33 | #include "../../../../../build/ground/gcs/gcsversioninfo.h" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated. make[4]: *** [Makefile:5812: .obj/debug-shared/mainwindow.o] Fehler 1 make[3]: *** [Makefile:90: sub-coreplugin-make_first] Fehler 2 make[2]: *** [Makefile:91: sub-plugins-make_first-ordered] Fehler 2 make[1]: *** [Makefile:47: sub-src-make_first-ordered] Fehler 2 make: *** [Makefile:291: gcs] Fehler 2
# flight/Modules/Actuator/actuator.c
# flight/Modules/ManualControl/transmitter_control.c
# flight/Modules/OnScreenDisplay/onscreendisplay.c
# flight/targets/dtfc/fw/pios_board.c
# flight/targets/dtfc/board-info/board_hw_defs.c
BrainRE1
F3Fc
KakuteF4V2
Matek405
Are you just after regular dRonin GCS binaries? If so check out https://dronin.org/download |
Nope, looking for the tridronin version. |
|
now everything compiles fine. had to change python version from 3.8 to 3.7, but it doesn't start - weird. |