#37684 - larf - Tue Mar 15, 2005 2:02 am
Hi,
I just installed devkitARM with the buildscript linked at http://www.devkit.tk/.
It seems to work fine, I get no error messages.
I downloaded some sources to try to compile a game.
I ran:
arm-elf-gcc -o test.elf test.c
arm-elf-objcopy -O binary test.elf test.bin
When running test.bin with VisualBoyAdvance I only get a white screen.
I tried this with several files - everything I compile just produces a white screen.
VisualBoyAdvance works fine with other files.
I know this is a very short description of the occurring, but maybe someone could help me?
I just installed devkitARM with the buildscript linked at http://www.devkit.tk/.
It seems to work fine, I get no error messages.
I downloaded some sources to try to compile a game.
I ran:
arm-elf-gcc -o test.elf test.c
arm-elf-objcopy -O binary test.elf test.bin
When running test.bin with VisualBoyAdvance I only get a white screen.
I tried this with several files - everything I compile just produces a white screen.
VisualBoyAdvance works fine with other files.
I know this is a very short description of the occurring, but maybe someone could help me?