From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GSKSg-00043T-SE for qemu-devel@nongnu.org; Tue, 26 Sep 2006 17:27:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GSKSe-00043H-EB for qemu-devel@nongnu.org; Tue, 26 Sep 2006 17:27:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GSKSe-00043E-9a for qemu-devel@nongnu.org; Tue, 26 Sep 2006 17:27:28 -0400 Received: from [12.7.175.14] (helo=mx2.palmsource.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GSKXM-0002OX-9Y for qemu-devel@nongnu.org; Tue, 26 Sep 2006 17:32:20 -0400 Message-ID: <45199B1D.8040206@palmsource.com> Date: Tue, 26 Sep 2006 14:26:53 -0700 From: "K. Richard Pixley" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] qemu & arm eabi (armel) Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Does anyone have qemu running in user emulation with arm eabi, (armel), traps? I can get qemu-system booting an armel system. And I can get qemu-user running with the codesourcery gcc-3 eabi libc's, (ie, the ones with the codesourcery kernel call "shims"), but I haven't gotten it working yet with eabi kernel calls in user mode. Should this be expected to work in 0.8.2? --rich