On 09/27/2012 03:23 PM, Forconi wrote:
> The command:
> 
> make ARCH=arm CROSS_COMPILE=arm-unknown-linux-gnu- uImage
> 
> is the command I use to cross compile kernels for my AT91 board, and I have 
> successfully cross-compiled several kernels, so I think AS is the cross-as 
> not the system-as.
> 
> It seems like my cross-as doesn't support that assembler instruction.. 
> (arm-unknown-linux-gnu-as version is: GNU assembler 2.16.1)

I very much doubt an ARM assembler does not support
ldm sp,{r0-r3}

The documentation only has restrictions when compiling thumb, you are
not compiling for thumb?

So, please run make passing V=1 on the command line.

-- 
                                            Gilles.

_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to