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 _______________________________________________ Scratchbox-users mailing list Scratchbox-users@lists.scratchbox.org http://lists.scratchbox.org/cgi-bin/mailman/listinfo/scratchbox-users