#28490 - jza - Mon Nov 01, 2004 10:54 am
I am trying to set up devkitARM in Linux but all sources that I compile just give a blank screen.
The devkitARM is installed under /usr/local and I have /usr/local/devkitARM_r8/bin in my $PATH. I compile with:
I grabbed some ASM examples from here and it seems that the binaries I get from the compiler are slightly smaller than the precompiled ones. And whether I run the rom in an emulator or a GBA, it just does nothing. Something missing here?
The devkitARM is installed under /usr/local and I have /usr/local/devkitARM_r8/bin in my $PATH. I compile with:
Code: |
arm-elf-gcc -mthumb-interwork -specs=gba.specs -c test.s arm-elf-objcopy -O binary test.o test.gba |
I grabbed some ASM examples from here and it seems that the binaries I get from the compiler are slightly smaller than the precompiled ones. And whether I run the rom in an emulator or a GBA, it just does nothing. Something missing here?