mirror of
https://github.com/italicsjenga/gba.git
synced 2024-12-24 03:11:29 +11:00
crt0.o should live in the target directory now
This commit is contained in:
parent
c6b30a2fc6
commit
19a766a345
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
@rem Build the crt0 file before we begin
|
@rem Build the crt0 file before we begin
|
||||||
arm-none-eabi-as crt0.s -o crt0.o
|
@if not exist ".\target" mkdir target
|
||||||
|
arm-none-eabi-as crt0.s -o target/crt0.o
|
||||||
|
|
||||||
@rem Build all examples, both debug and release
|
@rem Build all examples, both debug and release
|
||||||
cargo xbuild --examples --target thumbv4-none-agb.json
|
cargo xbuild --examples --target thumbv4-none-agb.json
|
||||||
|
|
Loading…
Reference in a new issue