Update build script
This commit is contained in:
parent
d8fd4f7de3
commit
246e5b4ca1
1 changed files with 2 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
fcx-as -o cause360error.o -mregnames -a32 -mppc64 cause360error.s
|
||||
powerpc64-fcx-xenon-as -o cause360error.o -mregnames -a32 -mppc64 cause360error.s
|
||||
|
||||
fcx-ld --accept-unknown-input-arch --oformat=pei-i386 --subsystem xbox --major-subsystem-version 1 --minor-subsystem-version 0 --major-os-version 0 --minor-os-version 0 --section-alignment=0x10000 --file-alignment 512 --disable-dynamicbase --image-base 0x82000000 --disable-long-section-names -e _start -o cause360error.exe cause360error.o
|
||||
powerpc64-fcx-xenonpe-ld --accept-unknown-input-arch --subsystem xbox --major-subsystem-version 1 --minor-subsystem-version 0 --major-os-version 0 --minor-os-version 0 --disable-dynamicbase --image-base 0x82000000 -e _start -o cause360error.exe cause360error.o
|
||||
|
||||
synthxex --skip-machine-check --input cause360error.exe --output cause360error.xex
|
||||
|
|
Loading…
Add table
Reference in a new issue