From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KB64X-0001us-Dj for qemu-devel@nongnu.org; Tue, 24 Jun 2008 06:48:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KB64W-0001tS-Mi for qemu-devel@nongnu.org; Tue, 24 Jun 2008 06:48:24 -0400 Received: from [199.232.76.173] (port=50695 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KB64W-0001t5-Bv for qemu-devel@nongnu.org; Tue, 24 Jun 2008 06:48:24 -0400 Received: from yx-out-1718.google.com ([74.125.44.154]:33719) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KB64U-0005kC-TD for qemu-devel@nongnu.org; Tue, 24 Jun 2008 06:48:23 -0400 Received: by yx-out-1718.google.com with SMTP id 3so453147yxi.82 for ; Tue, 24 Jun 2008 03:48:21 -0700 (PDT) Message-ID: <7f7951300806240348t774c4655t630fe3e6e8d004f0@mail.gmail.com> Date: Tue, 24 Jun 2008 16:18:20 +0530 From: "Salil Bijur" Subject: Re: [Qemu-devel] Linux kernel image for Emulator - Regd. In-Reply-To: <4860BF1F.3050603@amd.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4860BF1F.3050603@amd.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 On Tue, Jun 24, 2008 at 3:02 PM, Sudheer Papothi wrote: > Hi > > I am newbie to l inux porting. I was trying to port linux on a new ARM > platform. > > Before doing that I would like to debug the same using ARM emulator. > > So, I tried the arm-linux image (cpu type: arm1136) that I built, on qemu. > But i am getting the following error. > Which ARM machine has the kernel been built with? Use the -m option to specify the machine such as integrator or versatile. The kernel should be for that specific machine. Salil