i have tested it but i get this error:
C:\devkitPro\Projekte\WinterMute-CookHack-b933938>build
arm-eabi-gcc -x assembler-with-cpp -DUSA -nostartfiles -nostdlib cookhack.s -o c
ookhack.elf
C:\Program Files (x86)\Dev-Cpp\bin\gcc.exe cooksum.c -o cooksum
/bin/sh: -c: line 0: syntax error near unexpected token `('
/bin/sh: -c: line 0: `C:\Program Files (x86)\Dev-Cpp\bin\gcc.exe cooksum.c
-o cooksum'
make: *** [cooksum] Error 2
i have add
CC := C:\Program Files (x86)\Dev-Cpp\bin\gcc.exe
because when i write gcc it tell me Not found...