Carsten Bager schrieb:
> In the cprt0.as file (used when linking with libc in Arm/Linux) line
> 74 says
>
> /* load argv
> mov a3, sp
>
> I think it should be
>
> /* load argv */
> mov a3, sp
>
> Now the "mov a3, sp" instruction is included.
> Maybe this paramet
On 01/08/07, Carsten Bager <[EMAIL PROTECTED]> wrote:
> Is there anyboddy how knows where to find a startup file (cprt0.as) for
> uclibc (Arm on linux).
>
look at crt1.s in this directory:
http://uclibc.org/cgi-bin/viewcvs.cgi/trunk/uClibc/libc/sysdeps/linux/arm/
i have no idea how this ties int