scripts/build.sh —
Build Helper Script
- Usage:
build.sh [-d|--debug] [-r|--release] [-c|--clean] [-t|--test] [-v|--verbose]
- Checks KOS and SHACHI paths before building
- Builds library then ELF, runs tests on request
- Reports library and ELF sizes
- Offers to launch Flycast emulator after build
scripts/build-cdi.sh
— CDI-Specific Build Script P0: DEPRECATED
- Standalone CDI creation tool with proper ELF segment extraction
P0: INVALID
- Reads LOAD segments via
sh-elf-readelf
- Extracts segments, scrambles binary, generates IP.BIN
- Assembles final CDI file with cleanup P0:
INVALID