qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Problem compiling under mingw32


From: Natalia Portillo
Subject: [Qemu-devel] Problem compiling under mingw32
Date: Sat, 3 Jul 2004 20:10:17 +0100

When I try to compile the lastest CVS QEMU from mingw32
qemu-system-ppc-softmmu shows an error (attached below), and the
qemu-system-i386-softmmu only shows standard output (help and monitor) when
running under MSYS, under the win32 command line it shows nothing.

Any idea?

$ make
for d in i386-softmmu ppc-softmmu; do \
make -C $d all || exit 1 ; \
        done
make[1]: Entering directory `/home/Claunia/qemu/i386-softmmu'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/Claunia/qemu/i386-softmmu'
make[1]: Entering directory `/home/Claunia/qemu/ppc-softmmu'
gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I.
-I/home/Claunia/qemu/target-ppc -I/home/Claunia/qemu -D_GNU_SOURCE -c -o
vl.o /home/Claunia/qemu/vl.c
In file included from c:/ARCHIV~1/MingW/include/windef.h:246,
                 from c:/ARCHIV~1/MingW/include/windows.h:48,
                 from C:/Archivos de
programa/MinGW/MSYS/home/Claunia/qemu/vl.c:60:
c:/ARCHIV~1/MingW/include/winnt.h:97: parse error before numeric constant
C:/Archivos de programa/MinGW/MSYS/home/Claunia/qemu/vl.c:1205: warning:
`term_exit' defined but not used
make[1]: *** [vl.o] Error 1
make[1]: Leaving directory `/home/Claunia/qemu/ppc-softmmu'
make: *** [all] Error 1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]