From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Nux4O-00049U-4G for qemu-devel@nongnu.org; Thu, 25 Mar 2010 20:06:36 -0400 Received: from [140.186.70.92] (port=37566 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Nux4M-00048X-Qs for qemu-devel@nongnu.org; Thu, 25 Mar 2010 20:06:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Nux4L-0004zS-LT for qemu-devel@nongnu.org; Thu, 25 Mar 2010 20:06:34 -0400 Received: from static-71-162-243-5.phlapa.fios.verizon.net ([71.162.243.5]:50672 helo=grelber.thyrsus.com) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Nux4L-0004rL-It for qemu-devel@nongnu.org; Thu, 25 Mar 2010 20:06:33 -0400 Received: from landley.net (localhost [127.0.0.1]) by grelber.thyrsus.com (Postfix) with ESMTP id 5EDA79F0155 for ; Thu, 25 Mar 2010 20:04:10 -0400 (EDT) From: Rob Landley Date: Thu, 25 Mar 2010 19:04:46 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201003251904.47784.rob@landley.net> Subject: [Qemu-devel] How do I build mips64-linux-user? List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org If I do the standard "./configure --disable-werror", it builds qemu-mips and qemu-system-mips64, but no qemu-mips64. If I tell it "./configure --disable- werror --target-list-mips64-linux-user", configure completes but the build breaks because it can't set up the dependencies for that directory. How do I beat a qemu-mips64 out of the qemu source? Apparently, gentoo manages to build one, but I'm not sure how.... Rob -- Latency is more important than throughput. It's that simple. - Linus Torvalds