From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4BF18A00.706@domain.hid> Date: Mon, 17 May 2010 20:25:04 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-help] Error building userspace: "selected processor does not support `rsc r7, r7, #0' List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jeremy Brown Cc: xenomai-help Jeremy Brown wrote: > {standard input}: Assembler messages: > {standard input}:140: Error: selected processor does not support `rsc > r7,r7,#0' > {standard input}:159: Error: selected processor does not support `rsc > r1,r1,#0' > make: *** [libxenomai_la-timeconv.lo] Error 1 Ok. Could you try and compile the following piece of code with your toolchain and show me the disassembly ? long long foo(long long x) { return -x; } -- Gilles.