From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HeG2o-0001CS-33 for qemu-devel@nongnu.org; Wed, 18 Apr 2007 15:42:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HeG2m-0001CC-N5 for qemu-devel@nongnu.org; Wed, 18 Apr 2007 15:42:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HeG2m-0001C2-FX for qemu-devel@nongnu.org; Wed, 18 Apr 2007 15:42:20 -0400 Received: from nz-out-0506.google.com ([64.233.162.235]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HeFxq-0007wM-0r for qemu-devel@nongnu.org; Wed, 18 Apr 2007 15:37:18 -0400 Received: by nz-out-0506.google.com with SMTP id i11so547573nzi for ; Wed, 18 Apr 2007 12:37:13 -0700 (PDT) Message-ID: Date: Wed, 18 Apr 2007 21:37:12 +0200 From: "andrzej zaborowski" Sender: balrogg@gmail.com Subject: Re: [Qemu-devel] question in running linux in qemu-system-arm In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <462367C8.7070307@gmail.com> Reply-To: balrogg@gmail.com, 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 16/04/07, tang peilei wrote: > thank you for your help. > > is this config you build your kernel and run in qemu ? > and can you debug yur kernel image in qemu ? i tried the gdb debug ,but it > failed. > > "This GDB was configured as "--host=i686-pc-linux-gnu > --target=arm-elf"..."/root/source/test/zImage": not in executable format: "zImage" is never in ELF format. "vmlinux" is the ELF file with the debug information. Andrzej