From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GLxTS-0007tZ-1m for qemu-devel@nongnu.org; Sat, 09 Sep 2006 03:41:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLxTO-0007pG-Mf for qemu-devel@nongnu.org; Sat, 09 Sep 2006 03:41:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLxTO-0007p2-Gm for qemu-devel@nongnu.org; Sat, 09 Sep 2006 03:41:54 -0400 Received: from [64.233.182.191] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GLxUA-0001Wz-BX for qemu-devel@nongnu.org; Sat, 09 Sep 2006 03:42:42 -0400 Received: by nf-out-0910.google.com with SMTP id p46so1053543nfa for ; Sat, 09 Sep 2006 00:41:53 -0700 (PDT) Message-ID: <45027044.2000701@gmail.com> Date: Sat, 09 Sep 2006 09:41:56 +0200 MIME-Version: 1.0 Subject: Re: [Qemu-devel] MIPS little endian user space emulation References: <45019BD1.4000205@gmail.com> <4501D3A1.4020809@mail.berlios.de> In-Reply-To: <4501D3A1.4020809@mail.berlios.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit From: Dirk Behme 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 Stefan Weil wrote: > Dirk Behme schrieb: > >>Hi, >> >>anybody with success using little endian MIPS user space emulation >>qemu-mipsel? I try to run a simple hello world example using recent >>QEMU snapshot. It crashes with "qemu: unhandled CPU exception 0x1a - >>aborting". For more details see below. Doing the same with ARM >>compiler and qemu-arm does work btw. >> > > My CVS snapshot works: > > $ mipsel-user/qemu-mipsel -L /nfsroot /nfsroot/bin/busybox ls / > bin dev etc lib mnt proc sbin tmp usr Busybox statically or dynamically linked? Which toolchain? Dirk