#37999 - torix - Sun Mar 20, 2005 3:09 am
Hi, I'm a newbie! :D
I was reading some tutorials about making a basic GBA program, and most of them tell me to use this command:
objcopy -O binary prog.elf prog.gba
I managed to find this objcopy program, but everytime I use this command, I get the error "File Format not recognized". I compiled a c program using gcc, before running this command. I tried on Windows, Linux, and Mac OS X, and got the same error all 3 times.
Does anyone know a way to fix this, or a better way to compile it? Thanks.
I was reading some tutorials about making a basic GBA program, and most of them tell me to use this command:
objcopy -O binary prog.elf prog.gba
I managed to find this objcopy program, but everytime I use this command, I get the error "File Format not recognized". I compiled a c program using gcc, before running this command. I tried on Windows, Linux, and Mac OS X, and got the same error all 3 times.
Does anyone know a way to fix this, or a better way to compile it? Thanks.