blob: 5228c712e6685fa004e4cd2bd4b6c027e8b0099e (
plain) (
blame)
1
2
3
4
5
6
7
8
|
cargo fmt
# cargo xbuild --target 3ds.json
cargo +3ds build -Z build-std=core,alloc,std,panic_abort --target 3ds.json
arm-none-eabi-gcc -specs=3dsx.specs -g -march=armv6k -mtune=mpcore -mfloat-abi=hard -mtp=soft -Wl,-Map,rust_3ds.map -Ltarget/3ds/debug -LC:/devkitpro/libctru/lib -lrust_3ds -lctru -lm -o rust_3ds.elf
llvm-objdump -d -C rust_3ds.elf > rust_3ds.s
|