Module compile

Source
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

Functions§

dylib_suffix_for_host
dylib_suffix_for_host_opt
dylib_suffix_for_opt
static_lib_suffix