From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NuxDf-0007kg-5L for qemu-devel@nongnu.org; Thu, 25 Mar 2010 20:16:11 -0400 Received: from [140.186.70.92] (port=47178 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NuxDb-0007k1-Qw for qemu-devel@nongnu.org; Thu, 25 Mar 2010 20:16:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NuxDa-00063P-J6 for qemu-devel@nongnu.org; Thu, 25 Mar 2010 20:16:07 -0400 Received: from mx20.gnu.org ([199.232.41.8]:53580) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NuxDa-00063L-Fn for qemu-devel@nongnu.org; Thu, 25 Mar 2010 20:16:06 -0400 Received: from mail.codesourcery.com ([38.113.113.100]) by mx20.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1NuxDZ-0003YS-J3 for qemu-devel@nongnu.org; Thu, 25 Mar 2010 20:16:05 -0400 Date: Thu, 25 Mar 2010 17:16:04 -0700 From: Nathan Froyd Subject: Re: [Qemu-devel] How do I build mips64-linux-user? Message-ID: <20100326001603.GA16726@codesourcery.com> References: <201003251904.47784.rob@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201003251904.47784.rob@landley.net> List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Rob Landley Cc: qemu-devel@nongnu.org On Thu, Mar 25, 2010 at 07:04:46PM -0500, Rob Landley wrote: > 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.... qemu-mips64 isn't supported because N32 and N64 system call support hasn't been written. You might look at gentoo's source packages to how they make it build. If they've written the syscalls support, perhaps you could encourage them to submit it upstream. -Nathan