From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19NX80-0001WG-T2 for qemu-devel@nongnu.org; Wed, 04 Jun 2003 08:12:28 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19NX7z-0001Vc-IP for qemu-devel@nongnu.org; Wed, 04 Jun 2003 08:12:28 -0400 Received: from mx02.uni-tuebingen.de ([134.2.3.12]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19NX7e-0001Gs-Qw for qemu-devel@nongnu.org; Wed, 04 Jun 2003 08:12:06 -0400 Received: from juist (semeai.Informatik.Uni-Tuebingen.De [134.2.15.66]) by mx02.uni-tuebingen.de (8.12.3/8.12.3) with ESMTP id h54CC3RK025893 for ; Wed, 4 Jun 2003 14:12:04 +0200 Received: from falk by juist with local (Exim 3.36 #1 (Debian)) id 19NX7a-0000OU-00 for ; Wed, 04 Jun 2003 14:12:02 +0200 Subject: Re: [Qemu-devel] qemu dyngen.c exec-i386.c exec-i386.h exec.h op... References: From: Falk Hueffner Date: 04 Jun 2003 14:12:02 +0200 In-Reply-To: Message-ID: <87adcym48d.fsf@student.uni-tuebingen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Reply-To: qemu-devel@nongnu.org List-Id: List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , To: qemu-devel@nongnu.org Jerker Nyberg writes: > I tried to compile qemu on Alpha but cannot get it to work. I use > gcc-2.96-112.7.1 (?) on a Red Hat Linux 7.1 distribution with > kernel-2.4.3. > > I removed the "CFLAGS += -msmall-data -msmall-text" to get the > compilation going, but got stuck later again at "./dyngen -o > op-i386.h op-i386.o" with "dyngen: ret expected at the end of > op_raise_interrupt". Hmm, very weird. Must be a quirk of your compiler, maybe it doesn't understand -fno-reorder-blocks -fno-optimize-sibling-calls properly. 2.96 is pretty ancient and not even an official gcc release, so I am not sure anybody is interested in making qemu work with it. I'd advise to upgrade to 3.3. Also, kernel 2.4.3 doesn not support getting the fault address in a signal handler (unless Red Hat patched that in). I don't know how essential that is for qemu, though. Finally, qemu does currently not work on Alpha anyway, and only worked for very simple programs previously, maybe Fabrice will have a look at it, I don't have time currently, unfortunately. -- Falk