Hi Thomas,
--- In gbadev@y..., Thomas Hagen Johansen <thj@h...> wrote:
>
> Download GfxLib from Jeff Frohwein
>
> http://www.devrs.com/gba/files/gfxlib.zip
>
> Remove the reference to subs/defs.s from the gasdepend file.
This is now fixed in the above zip.
> It helped me get to the linking where I am currently stopped
> with the error:
>
> ld: cannot open -lgcc: No such file or directory make: ***
This error message means that the compiler can't locate the
library 'libgcc.a'. This file is included in the 'armgcc.zip'
distribution on http://www.devrs.com/gba/
Jeff