-
Notifications
You must be signed in to change notification settings - Fork 167
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
myDronin releases #2262
base: next
Are you sure you want to change the base?
myDronin releases #2262
Conversation
# Conflicts: # flight/Modules/Actuator/actuator.c # flight/Modules/ManualControl/transmitter_control.c # flight/Modules/OnScreenDisplay/onscreendisplay.c # flight/targets/dtfc/fw/pios_board.c
# Conflicts: # flight/targets/dtfc/board-info/board_hw_defs.c
…y. Applied requested changes. Fixup comments.
AQ32 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. |
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/mainwindow.cpp:41: /home/kevin/dronin/ground/gcs/src/plugins/coreplugin/coreconstants.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