From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FpnJr-0003Ts-CD for qemu-devel@nongnu.org; Mon, 12 Jun 2006 10:23:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FpnJn-0003Kq-PG for qemu-devel@nongnu.org; Mon, 12 Jun 2006 10:23:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FpnJn-0003Kb-J1 for qemu-devel@nongnu.org; Mon, 12 Jun 2006 10:23:03 -0400 Received: from [66.249.92.174] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FpnSX-0003Xu-9Q for qemu-devel@nongnu.org; Mon, 12 Jun 2006 10:32:05 -0400 Received: by ug-out-1314.google.com with SMTP id j40so2298250ugd for ; Mon, 12 Jun 2006 07:23:02 -0700 (PDT) Message-ID: Date: Mon, 12 Jun 2006 16:23:01 +0200 From: "Alessandro Corradi" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_9948_3161098.1150122181947" Subject: [Qemu-devel] mips target 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 ------=_Part_9948_3161098.1150122181947 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi, I need to start qemu with mips target, and I'm building a linux image for mips. But when I try: qemu-system-mips myimage.img I get this : mips_r4k_init: load BIOS '/usr/local/share/qemu/mips_bios.bin' size 131072 qemu: fatal: Trying to execute code outside RAM or ROM at 0xbfc20000 pc=0xbfc20000 HI=0x00000000 LO=0x00000000 ds 0002 00000000 0 GPR00: r0 00000000 at 00000000 v0 00000000 v1 00000000 GPR04: a0 00000000 a1 00000000 a2 00000000 a3 00000000 GPR08: t0 00000000 t1 00000000 t2 00000000 t3 00000000 GPR12: t4 00000000 t5 00000000 t6 00000000 t7 00000000 GPR16: s0 00000000 s1 00000000 s2 00000000 s3 00000000 GPR20: s4 00000000 s5 00000000 s6 00000000 s7 00000000 GPR24: t8 00000000 t9 00000000 k0 00000000 k1 00000000 GPR28: gp 00000000 sp 00000000 s8 00000000 ra 00000000 CP0 Status 0x10400004 Cause 0x00000000 EPC 0x00000000 Config0 0x80008090 Config1 0x1e190c8a LLAddr 0x00000000 Aborted Is it a bug or a image problem? ------=_Part_9948_3161098.1150122181947 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hi,
I need to start qemu with mips target, and I'm building a linux image for mips. But when I try:
qemu-system-mips myimage.img

I get this :
mips_r4k_init: load BIOS '/usr/local/share/qemu/mips_bios.bin' size 131072
qemu: fatal: Trying to execute code outside RAM or ROM at 0xbfc20000

pc=0xbfc20000 HI=0x00000000 LO=0x00000000 ds 0002 00000000 0
GPR00: r0 00000000 at 00000000 v0 00000000 v1 00000000
GPR04: a0 00000000 a1 00000000 a2 00000000 a3 00000000
GPR08: t0 00000000 t1 00000000 t2 00000000 t3 00000000
GPR12: t4 00000000 t5 00000000 t6 00000000 t7 00000000
GPR16: s0 00000000 s1 00000000 s2 00000000 s3 00000000
GPR20: s4 00000000 s5 00000000 s6 00000000 s7 00000000
GPR24: t8 00000000 t9 00000000 k0 00000000 k1 00000000
GPR28: gp 00000000 sp 00000000 s8 00000000 ra 00000000
CP0 Status  0x10400004 Cause   0x00000000 EPC    0x00000000
    Config0 0x80008090 Config1 0x1e190c8a LLAddr 0x00000000
Aborted

Is it a bug or a image problem?
------=_Part_9948_3161098.1150122181947--