mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-30 08:24:11 +01:00
7e99419c8a
The .bin.o rule places the contents of a raw .bin file into an .o file wrapped within fixed symbols for start and end. This can be used to embed a binary file inside of an executable. The symbols for the embedded binary blob are: _binary_start _binary_end _binary_size NOTE: The way the .bin.o rule is currently written, you can only embed one binary blob in an executable since the symbol names will collide if you add multiple blobs. This limitation is easily removed later if necessary. |
||
---|---|---|
.. | ||
System | ||
Tests | ||
Makefile | ||
Makefile.posix | ||
Makefile.win32 | ||
UAVObjects.inc |