mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-06 13:44:21 -04:00
The destination directory for binaries should be <build_dir>/<board>/bin/ and not <build_dir>/<board>/<where-wscript-file-is>/bin The same reasoning can be applied for others: tools, examples, etc should follow the same rule. Before this patch, compiling for example ArduPlane for navio we would have: [339/339] Linking build/navio/ArduPlane/bin/ArduPlane And now we have: [339/339] Linking build/navio/bin/ArduPlane |
||
---|---|---|
.. | ||
__init__.py | ||
ardupilotwaf.py | ||
boards.py | ||
gbenchmark.py | ||
mavgen.py | ||
static_linking.py | ||
toolchain.py |