From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FqBOJ-0003y5-LO for qemu-devel@nongnu.org; Tue, 13 Jun 2006 12:05:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FqBOH-0003wa-Bg for qemu-devel@nongnu.org; Tue, 13 Jun 2006 12:05:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FqBOH-0003wS-3c for qemu-devel@nongnu.org; Tue, 13 Jun 2006 12:05:17 -0400 Received: from [193.7.176.20] (helo=bender.bawue.de) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_3DES_EDE_CBC_SHA:24) (Exim 4.52) id 1FqBXF-00029Z-8o for qemu-devel@nongnu.org; Tue, 13 Jun 2006 12:14:33 -0400 Date: Tue, 13 Jun 2006 17:04:35 +0100 Subject: Re: [Qemu-devel] MIPS emulation? Message-ID: <20060613160435.GA8729@networkno.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alessandro Corradi Cc: qemu-devel Alessandro Corradi wrote: [snip] > Hi, > I downloaded mips/linux kernel from git and I configure it for qemu. > But when I make it gets this error: > > > /bin/sh: line 1: mips-linux-gcc: command not found > > What's wrong? You are either compiling natively on a mips system and have CONFIG_CROSS enabled, or you have no cross-compiler, or the cross-compiler has a different name than the default. Thiemo