From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L7TZx-0006UY-Qw for qemu-devel@nongnu.org; Tue, 02 Dec 2008 06:38:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L7TZv-0006UH-Gs for qemu-devel@nongnu.org; Tue, 02 Dec 2008 06:38:08 -0500 Received: from [199.232.76.173] (port=50762 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L7TZv-0006UE-Aw for qemu-devel@nongnu.org; Tue, 02 Dec 2008 06:38:07 -0500 Received: from ug-out-1314.google.com ([66.249.92.175]:64950) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1L7TZu-0003C5-Ts for qemu-devel@nongnu.org; Tue, 02 Dec 2008 06:38:07 -0500 Received: by ug-out-1314.google.com with SMTP id 29so3019876ugc.36 for ; Tue, 02 Dec 2008 03:38:05 -0800 (PST) Message-ID: <761ea48b0812020338u2e578968p39bee8741aa651b4@mail.gmail.com> Date: Tue, 2 Dec 2008 12:38:05 +0100 From: "Laurent Desnogues" Subject: Re: [Qemu-devel] Cannot launch application with qemu-mips In-Reply-To: <5391e10b0812020317l4cafdae8p69bf1c82d89eb808@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <5391e10b0812020212j3e55fbdfk5b34e948e810622b@mail.gmail.com> <761ea48b0812020222q54e19fdlc5fcae9cd8c0fc4f@mail.gmail.com> <5391e10b0812020317l4cafdae8p69bf1c82d89eb808@mail.gmail.com> 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 On Tue, Dec 2, 2008 at 12:17 PM, Himanshu Singh Chauhan wrote: >> you should try with -L ./opt/eldk/mips_4Kc. >> > I tried running with this. But qemu terminates with error: > qemu: uncaught target signal 4 (Illegal Instruction) - exiting Try to select the correct CPU when running qemu. Look at -cpu option (to get a list of supported MIPS CPU, '-cpu ?'). Laurent