Jan Van Belle wrote:
> Hello all,
>
> I'd like to start with Gameboy development (GBA)
>with GCC. I looked around a little on the net and I am
>a bit confused: one binary distro uses the crtls, the
>other one doesn't.
>
>Can someone tell me where I can get a decent linker
>script/libraries ? I've compiled GCC-3.4.3 and
>binutils-2.15.94.0.2 and newlib-1.13.0 for the arm-elf
>target (following the crossgcc script).
>
>How do I convert my compiled *.elf into a *.gba ??
>
>
>
Use devkitARM found at
http://sourceforge.net/projects/devkitpro
the buildscripts are available there should you wish/need to compile
from source.
There are some basic examples in CVS with makefiles that should get you
started :)
Dave