gbadev.org forum archive

This is a read-only mirror of the content originally found on forum.gbadev.org (now offline), salvaged from Wayback machine copies. A new forum can be found here.

ASM > Compiling Goomba using the ARM tools

#62663 - halcyonandoff - Sun Dec 04, 2005 3:43 am

I'm trying to compile Goomba using the latest ARM tools. I've run into a few problems, so I'm hoping to get some feedback.

Since I only have .apj files, I have no idea what flags to use with the compiler/assembler/linker, so I've just been using trial and error. Does anyone have a linux Makefile that can be used to build it?

With my curent attempt, I get an error when assembling mappers.s:

"mappers.s", line 32: Error: A1173E: ADR/L cannot be used on external symbols

The external symbols are part of memory.s. Is there some way I can resolve this using assembler flags/options?