On 09/27/2012 03:32 PM, Gilles Chanteperdrix wrote:
> 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}

You can also try replacing ldm with ldmia, but ldmia is supposed to be
the default for ldm where no suffix is specified, at least it is what
the documentation says.

-- 
                                            Gilles.

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

Reply via email to