[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] ppc-softemu build failure
From: |
Tobias McNulty |
Subject: |
[Qemu-devel] ppc-softemu build failure |
Date: |
Sun, 25 Sep 2005 09:18:12 -0500 |
0.7.1 and 0.7.2 fail to build the ppc-softemu target (host=ppc):
gcc -Wall -O2 -g -fno-strict-aliasing -D__powerpc__ -I. -I/root/
qemu-0.7.1/target-ppc -I/root/qemu-0.7.1 -D_GNU_SOURCE -
D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/root/qemu-0.7.1/fpu -I/
root/qemu-0.7.1/slirp -c -o exec.o /root/qemu-0.7.1/exec.c
/root/qemu-0.7.1/exec.c: In function `tlb_set_page':
/root/qemu-0.7.1/exec.c:1711: error: `HF_SOFTMMU_MASK' undeclared
(first use in this function)
/root/qemu-0.7.1/exec.c:1711: error: (Each undeclared identifier is
reported only once
/root/qemu-0.7.1/exec.c:1711: error: for each function it appears in.)
make[1]: *** [exec.o] Error 1
make[1]: Leaving directory `/root/qemu-0.7.1/ppc-softemu'
make: *** [all] Error 1
I see HF_SOFTMMU_MASK in the x86 cpu.h, but not the ppc. I did:
./configure --disable-gfx-check --target-list=ppc-softemu
make
Complete host system information at:
http://hermes.ppckernel.org/phpsysinfo
Toby
--
Tobias McNulty (address@hidden)
http://cs.earlham.edu/~tmcnulty
smime.p7s
Description: S/MIME cryptographic signature
- [Qemu-devel] ppc-softemu build failure,
Tobias McNulty <=