mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Oleg Semyonov
67d7db88f1
Makefile: pass TOPDIR to sub-make to overcome Windows filename problem
Makefile uses toprel function to display nice short relative paths when building. But different ways of getting current path (using . or pwd or MAKEFILE_LIST, etc) give different cases for Windows drive letters. As result, some paths are not translated by toprel function and look not nice. Passing known TOPDIR value to sub-make fixes this: ... CC flight/Modules/FirmwareIAP/firmwareiap.c CC flight/Modules/Telemetry/telemetry.c CC flight/Modules/System/systemmod.c CC d:/Work/OpenPilot/toolchains/flight/targets/CopterControl/System/coptercontrol.c CC d:/Work/OpenPilot/toolchains/flight/targets/CopterControl/System/pios_board.c ... Instead of ... CC flight/Modules/FirmwareIAP/firmwareiap.c CC flight/Modules/Telemetry/telemetry.c CC flight/Modules/System/systemmod.c CC flight/targets/CopterControl/System/coptercontrol.c CC flight/targets/CopterControl/System/pios_board.c ...
Description
The LibrePilot open source project was founded in July 2015. It focuses on research and development of software and hardware to be used in a variety of applications including vehicle control and stabilization, unmanned autonomous vehicles and robotics.
Languages
C
60.6%
C++
30.8%
Fortran
2.6%
Rich Text Format
1.3%
Assembly
1.2%
Other
3.1%