From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AszGf-0004B2-4w for qemu-devel@nongnu.org; Tue, 17 Feb 2004 02:03:41 -0500 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AszG8-0003yb-I5 for qemu-devel@nongnu.org; Tue, 17 Feb 2004 02:03:39 -0500 Received: from [130.136.10.114] (helo=pob.cs.unibo.it) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AszG7-0003xX-Tt for qemu-devel@nongnu.org; Tue, 17 Feb 2004 02:03:08 -0500 Date: Tue, 17 Feb 2004 08:03:03 +0100 Message-ID: <20040217070303.GA1265@cs.unibo.it> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline From: renzo@cs.unibo.it (Renzo Davoli) Subject: [Qemu-devel] Latest CVS problem on ppc Reply-To: qemu-devel@nongnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On ppc when I try to compile qemu it breaks with a screenful of errors on linuxboot.S It seems to be an i386 assembly source code, my gcc gets "a bit confused" on it. Maybe a change in the Makefile is needed (to avoid the use of that file when compiling od a different architecture). If I have spare time I'll track better the problem later. ciao renzo