[Scratchbox-users] arm assembler for scratchbox?

Lauri Leukkunen lle at rahina.org
Sat Jul 14 05:57:59 EEST 2007


On 13/07/07 13:23 +0300, )(@sS wrote:
> i would like to know if there is an assembler for scrachbox, like armasm or
> whatever else..

You seem to have already found the assembler of the toolchain, now all you
need to do is to find some example code, linux kernel definitely has some,
look for .S files under arch/arm. Those should give you an idea what the
assembler expects. Alternatively compile some C code with -S and look at 
the output.

/lauri


More information about the Scratchbox-users mailing list