qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] compiling qemu-0.7.2 on Solaris express (gcc-3.4.4)
@ 2005-09-05 13:21 Ben Taylor
  2005-09-05 15:55 ` Martin Bochnig
  0 siblings, 1 reply; 3+ messages in thread
From: Ben Taylor @ 2005-09-05 13:21 UTC (permalink / raw)
  To: qemu-devel

Testing the new qemu-0.7.2 on Solaris Express (11) using
gcc-3.4.4.  I'm getting a couple of weird errors
I can't seem to get my hands around.

in qemu-0.7.2/hw/apic.c

gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/export/src/qemu-05-18-05/test/qemu-0.7.2/target-i386 -I/export/src/qemu-05-18-05/test/qemu-0.7.2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/export/src/qemu-05-18-05/test/qemu-0.7.2/fpu -I/export/src/qemu-05-18-05/test/qemu-0.7.2/slirp -c -o apic.o /export/src/qemu-05-18-05/test/qemu-0.7.2/hw/apic.c
Assembler: apic.c
        "/var/tmp//ccO3Ifuk.s", line 165 : Illegal mnemonic
        "/var/tmp//ccO3Ifuk.s", line 165 : Syntax error
gmake: *** [apic.o] Error 1


in i386-softmmu/op.h, I see:

gcc -Wall -O2 -g -fno-strict-aliasing -fomit-frame-pointer -I. -I/export/src/qemu-05-18-05/test/qemu-0.7.2/target-i386 -I/export/src/qemu-05-18-05/test/qemu-0.7.2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -I/export/src/qemu-05-18-05/test/qemu-0.7.2/fpu -I/export/src/qemu-05-18-05/test/qemu-0.7.2/slirp -c -o translate-op.o /export/src/qemu-05-18-05/test/qemu-0.7.2/translate-op.c
In file included from /export/src/qemu-05-18-05/test/qemu-0.7.2/translate-op.c:36:
./op.h: In function `dyngen_code':
./op.h:1427: error: `par' undeclared (first use in this function)
./op.h:1427: error: (Each undeclared identifier is reported only once
./op.h:1427: error: for each function it appears in.)
./op.h:2247: error: `gen' undeclared (first use in this function)
gmake: *** [translate-op.o] Error 1

Ideas?  

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2005-09-05 16:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-05 13:21 [Qemu-devel] compiling qemu-0.7.2 on Solaris express (gcc-3.4.4) Ben Taylor
2005-09-05 15:55 ` Martin Bochnig
2005-09-05 16:09   ` Martin Bochnig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).