From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GLx4o-0008DT-Mz for qemu-devel@nongnu.org; Sat, 09 Sep 2006 03:16:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GLx4m-00088O-A1 for qemu-devel@nongnu.org; Sat, 09 Sep 2006 03:16:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GLx4m-00087j-2H for qemu-devel@nongnu.org; Sat, 09 Sep 2006 03:16:28 -0400 Received: from [64.233.182.190] (helo=nf-out-0910.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GLx5X-0006x8-NL for qemu-devel@nongnu.org; Sat, 09 Sep 2006 03:17:15 -0400 Received: by nf-out-0910.google.com with SMTP id p46so1051053nfa for ; Sat, 09 Sep 2006 00:16:26 -0700 (PDT) Message-ID: <45026A51.2080501@gmail.com> Date: Sat, 09 Sep 2006 09:16:33 +0200 MIME-Version: 1.0 Subject: Re: [Qemu-devel] MIPS little endian user space emulation References: <45019BD1.4000205@gmail.com> <200609100013.42650.hoan@wanadoo.fr> In-Reply-To: <200609100013.42650.hoan@wanadoo.fr> Content-Type: text/plain; charset=UTF-8; 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 wangji wrote: >>Seems to me that it gets a wrong jump address via gp in t9: >> >>0x401fa00c: lw t9,-32600(gp) >>... >>0x401fa01c: jalr t9 ... > yes,I got similar error,but if I "static" compile then everything looks ok ! Thanks for the hint! static works for me as well. So, maybe a toolchain (glibc?) issue? > qemu-0.82 ,crosstool-0.38 from my latest livecdToolkit > http://mirror.opf.slu.cz/scratchbox/iso/ScratchboxMultiCpu-2.3.iso I use qemu-snapshot-2006-09-07_23 and toolchain created with crosstool-0.42 configuration cat mipsel.dat gcc-3.4.1-glibc-2.3.2.dat Regards Dirk Btw: Do you can connect and then step/continue with gdb to qemu-mipsel?