From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bzhdz-0002Jx-Gj for qemu-devel@nongnu.org; Tue, 24 Aug 2004 16:11:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bzhdx-0002JY-OV for qemu-devel@nongnu.org; Tue, 24 Aug 2004 16:11:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bzhdx-0002JV-Ly for qemu-devel@nongnu.org; Tue, 24 Aug 2004 16:11:45 -0400 Received: from [62.241.160.193] (helo=pengo.systems.pipex.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BzhZN-00024p-8F for qemu-devel@nongnu.org; Tue, 24 Aug 2004 16:07:01 -0400 From: Paul Brook Subject: Re: [Qemu-devel] chroot to ARM Gentoo install. Date: Tue, 24 Aug 2004 21:06:57 +0100 References: <200408241238.32517.james@alentdesignsolutions.com> In-Reply-To: <200408241238.32517.james@alentdesignsolutions.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408242106.57803.paul@codesourcery.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, james@alentdesignsolutions.com On Tuesday 24 August 2004 20:38, James Pellow wrote: > Hi All, > > Thanks for a truely awesome tool! I have some custom ARM hardware that I > have ported the linux kernel to, and for fun I want to install Gentoo on > it. Since gentoo requires a fair piece of compiling (gasp...) and since my > board only runs at 74MHz, I thought I would try chroot'ing into ARM gentoo > using qemu on my Athlon system. (Yes, I have tried distcc... Its still > slow.) I have been able to set up binfmt_misc and a statically compiled > qemu-arm to chroot into an arm busybox install (uClibc), but for some > reason I get the following error when I try to chroot into a gentoo root > (full glibc): You might see if the this patch helps: http://lists.gnu.org/archive/html/qemu-devel/2004-08/msg00015.html You don't mention what sort of ARM chip you are using. qemu only supports armv4. It does not currently implement the armv4t or armv5 instruction sets. I have patches implementing armv5te, but they still need testing. Paul