From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HZSIg-0000Ra-NG for qemu-devel@nongnu.org; Thu, 05 Apr 2007 09:46:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HZSIe-0000RN-C9 for qemu-devel@nongnu.org; Thu, 05 Apr 2007 09:46:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HZSIe-0000RK-6V for qemu-devel@nongnu.org; Thu, 05 Apr 2007 09:46:52 -0400 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HZSFG-00015d-7V for qemu-devel@nongnu.org; Thu, 05 Apr 2007 09:43:22 -0400 From: Paul Brook Subject: Re: [Qemu-devel] [qemu-system-arm]Help needed Date: Thu, 5 Apr 2007 14:43:12 +0100 References: <4614C81F.5050508@aql.fr> In-Reply-To: <4614C81F.5050508@aql.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200704051443.14116.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 Cc: Maxime Tierrie On Thursday 05 April 2007 10:57, Maxime Tierrie wrote: > Hi, > I would like to build a linux kernel for an arm system and use Qemu for > the simulation. What target exactly can I use ? May I use something > like XXX_defconfig? I will be very interested to know how was built the > arm-test-0.2 available in the Qemu website. The target doesn't really > matter, I'm just interested in the process of building a linux sytem for > arm and emulate it with Qemu. =46rom the README in that tarball: " The kernel config is included in the kernel. It can be extracted from the image with linux/scripts/extract-ikconfig or accessed as /proc/config.gz on a running kenel. " Paul