Expand description
Utils for compilation binaries.
Constants§
- GCC_
ARGS_ LIB - Do not forget
- LINK_
MAP_ BIN_ PATH - Compile-time path to the linker-script LINK_MAP_BIN_SRC. Do note resolve, it contains file as dir. Path is relative to crate root by default, it depends on your rustc configuration.
- LINK_
MAP_ BIN_ SRC - Linker-script for elf that built with rustc, without arm-gcc and its std lib.
- PDX_
BIN_ NAME_ BIN - Bin that is product of PDC.
- PDX_
BIN_ NAME_ ELF - Bin that we giving to PDC.
- PDX_
BIN_ NAME_ STEM - File-stem for bin, elf, and dylib files.
- PDX_
PKG_ EXT - Extension of Playdate package (dir).
- PDX_
PKG_ MANIFEST_ FILENAME - Playdate package manifest filename.
- RUSTFLAGS_
BIN_ PLAYDATE - For bin.
- RUSTFLAGS_
LIB_ HOST - RUSTFLAGS_
LIB_ PLAYDATE