From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HlZyV-0007nc-UJ for qemu-devel@nongnu.org; Tue, 08 May 2007 20:24:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HlZyU-0007nO-Ap for qemu-devel@nongnu.org; Tue, 08 May 2007 20:24:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HlZyU-0007nL-5m for qemu-devel@nongnu.org; Tue, 08 May 2007 20:24:10 -0400 Received: from phoenix.bawue.net ([193.7.176.60] helo=mail.bawue.net) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1HlZrK-0003mG-TB for qemu-devel@nongnu.org; Tue, 08 May 2007 20:16:47 -0400 Date: Wed, 9 May 2007 01:17:37 +0100 Subject: Re: [Qemu-devel] [PATCH] qemu Makefile.target cpu-all.h cpu-exec.c dynge... Message-ID: <20070509001737.GA27336@networkno.de> References: <463F8AAE.3030700@mail.berlios.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <463F8AAE.3030700@mail.berlios.de> From: Thiemo Seufer Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: qemu-devel@nongnu.org Stefan Weil wrote: > Hello Thiemo, > > here is a (partially crude) patch which mixes your code with > my own MIPS host extension and code parts from a MIPS host > made by Johannes E. Schindelin 2 years ago. > > Using this new code I was able to start a Linux kernel > using qemu-system-mipsel running in an emulated MALTA machine. I fails to build for me (on a Broadcom SWARM running Debian unstable): [...] gcc-3.4 -Wall -O2 -g -fno-strict-aliasing -fno-reorder-blocks -fno-gcse -fno-optimize-sibling-calls -fno-crossjumping -fno-align-labels -fno-align-jumps -fno-align-functions -mabi=32 -G0 -fno-PIC -mno-abicalls -fomit-frame-pointer -fno-delayed-branch -Wa,-O0 -I. -I.. -I/srv/ths/qemu/qemu-upstream/target-mips -I/srv/ths/qemu/qemu-upstream -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/srv/ths/qemu/qemu-upstream/fpu -DHAS_AUDIO -I/srv/ths/qemu/qemu-upstream/slirp -c -o op.o /srv/ths/qemu/qemu-upstream/target-mips/op.c ../dyngen -o op.h op.o dyngen: empty code for op_store_T0_gpr_gpr1 make[1]: *** [op.h] Error 1 make[1]: Leaving directory `/srv/ths/qemu/qemu-upstream/mips-softmmu' make: *** [subdir-mips-softmmu] Error 2 Thiemo