From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <5064555B.1020306@xenomai.org> Date: Thu, 27 Sep 2012 15:32:11 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <1999962074.3983480.1348752195552.JavaMail.root@zmail.sgconsulting.it> In-Reply-To: <1999962074.3983480.1348752195552.JavaMail.root@zmail.sgconsulting.it> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Xenomai 2.6.1 - Linux 2.6.38.8 on AT91SAM9260 - Kernel compilation fails List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Forconi Cc: xenomai@xenomai.org 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.