[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] qemu Makefile.target cpu-all.h cpu-exec.c dynge
From: |
Thiemo Seufer |
Subject: |
Re: [Qemu-devel] [PATCH] qemu Makefile.target cpu-all.h cpu-exec.c dynge... |
Date: |
Wed, 9 May 2007 01:17:37 +0100 |
User-agent: |
Mutt/1.5.13 (2006-08-11) |
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