From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1L64no-0007KO-5H for qemu-devel@nongnu.org; Fri, 28 Nov 2008 09:58:40 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1L64nl-0007IJ-6O for qemu-devel@nongnu.org; Fri, 28 Nov 2008 09:58:38 -0500 Received: from [199.232.76.173] (port=55505 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1L64ni-0007I0-T9 for qemu-devel@nongnu.org; Fri, 28 Nov 2008 09:58:34 -0500 Received: from main.gmane.org ([80.91.229.2]:58279 helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1L64ni-0000pa-ET for qemu-devel@nongnu.org; Fri, 28 Nov 2008 09:58:34 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1L64nd-0003Kz-Na for qemu-devel@nongnu.org; Fri, 28 Nov 2008 14:58:29 +0000 Received: from 141.76.6.229 ([141.76.6.229]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Nov 2008 14:58:29 +0000 Received: from usenet by 141.76.6.229 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 28 Nov 2008 14:58:29 +0000 From: Steffen Liebergeld Date: Fri, 28 Nov 2008 14:58:22 +0000 (UTC) Message-ID: References: <200811281327.29725.paul@codesourcery.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: news Subject: [Qemu-devel] Re: Cross compiling qemu for ARM 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 Hi Paul, Paul Brook schrieb: > On Friday 28 November 2008, Steffen Liebergeld wrote: >> Hi, >> >> I'm trying to get Qemu 0.9.1 cross compiled for the ARM platform. > > Don't bother. Use SVN. Okay. I did this, and actually got a binary this time;-) But in the file tcg/arm/tcg-target.c, function tcg_out_goto (line 677), a block of code commented out, and replaced by an tcg_abort(). Why has this been done? If I replace the about with the outcommented code, qemu segfaults. So I guess qemu support for target arm is currently broken? Who is currently working on this? Steffen