mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-11 09:31:34 +11:00
The 'target' directory doesn't exist???
This commit is contained in:
parent
2cf4be6094
commit
a5afbda9da
2
.github/scripts/build-example-gba-files.sh
vendored
2
.github/scripts/build-example-gba-files.sh
vendored
|
@ -14,7 +14,7 @@ function build_rom() {
|
||||||
pushd "examples/$GAME_NAME"
|
pushd "examples/$GAME_NAME"
|
||||||
cargo build --release --verbose --target thumbv4t-none-eabi
|
cargo build --release --verbose --target thumbv4t-none-eabi
|
||||||
|
|
||||||
find target
|
find .
|
||||||
|
|
||||||
arm-none-eabi-objcopy -O binary "target/thumbv4t-none-eabi/release/$GAME_NAME" "$GBA_FILE"
|
arm-none-eabi-objcopy -O binary "target/thumbv4t-none-eabi/release/$GAME_NAME" "$GBA_FILE"
|
||||||
gbafix -p "-t${INTERNAL_NAME:0:12}" "-c${INTERNAL_NAME:0:4}" -mGC "$GBA_FILE"
|
gbafix -p "-t${INTERNAL_NAME:0:12}" "-c${INTERNAL_NAME:0:4}" -mGC "$GBA_FILE"
|
||||||
|
|
Loading…
Reference in a new issue