Closed 173210 closed 9 years ago
They have some differences which makes impossible to write into the same source file:
How to fix it:
arm-none-eabi-objcopy -S -O binary arm9.elf arm9.bin arm-none-eabi-objcopy -I binary -O elf32-little arm9.bin arm9.o
ARM9 code has removed from oska.c by commit 4766350b1f3c6c2c93a248ee9a8c0b480ac8bd9b.
They have some differences which makes impossible to write into the same source file:
How to fix it: