All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] SVN ppc-softmmu fails to build
@ 2008-08-20 15:42 Nigel Horne
  0 siblings, 0 replies; only message in thread
From: Nigel Horne @ 2008-08-20 15:42 UTC (permalink / raw)
  To: qemu-devel

gcc-3.4 -I. -I.. -I/home/njh/src/qemu/trunk/target-ppc 
-I/home/njh/src/qemu/trunk -MMD -MT translate.o -MP -DNEED_CPU_H 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-I/home/njh/src/qemu/trunk/tcg -I/home/njh/src/qemu/trunk/tcg/x86_64 
-I/home/njh/src/qemu/trunk/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE 
-I/home/njh/src/qemu/trunk/slirp -O2 -W -Wformat=2 -Wswitch -Wshadow 
-Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer 
-ffast-math -msse2 -msse -mmmx -mfpmath=sse -D_FORTIFY_SOURCE=2 
-Wpointer-arith -Wstrict-prototypes -Wextra -Wbad-function-cast 
-Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels 
-Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wall -O2 
-fno-strict-aliasing  -m64 -c -o translate.o 
/home/njh/src/qemu/trunk/target-ppc/translate.c
gcc-3.4 -I. -I.. -I/home/njh/src/qemu/trunk/target-ppc 
-I/home/njh/src/qemu/trunk -MMD -MT tcg/tcg.o -MP -DNEED_CPU_H 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-I/home/njh/src/qemu/trunk/tcg -I/home/njh/src/qemu/trunk/tcg/x86_64 
-I/home/njh/src/qemu/trunk/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE 
-I/home/njh/src/qemu/trunk/slirp -O2 -W -Wformat=2 -Wswitch -Wshadow 
-Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer 
-ffast-math -msse2 -msse -mmmx -mfpmath=sse -D_FORTIFY_SOURCE=2 
-Wpointer-arith -Wstrict-prototypes -Wextra -Wbad-function-cast 
-Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels 
-Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wall -O2 
-fno-strict-aliasing  -m64 -c -o tcg/tcg.o 
/home/njh/src/qemu/trunk/tcg/tcg.c
gcc-3.4 -I. -I.. -I/home/njh/src/qemu/trunk/target-ppc 
-I/home/njh/src/qemu/trunk -MMD -MT tcg/tcg-runtime.o -MP -DNEED_CPU_H 
-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE 
-I/home/njh/src/qemu/trunk/tcg -I/home/njh/src/qemu/trunk/tcg/x86_64 
-I/home/njh/src/qemu/trunk/fpu -DHAS_AUDIO -DHAS_AUDIO_CHOICE 
-I/home/njh/src/qemu/trunk/slirp -O2 -W -Wformat=2 -Wswitch -Wshadow 
-Wwrite-strings -Wuninitialized -Wall -pipe -fomit-frame-pointer 
-ffast-math -msse2 -msse -mmmx -mfpmath=sse -D_FORTIFY_SOURCE=2 
-Wpointer-arith -Wstrict-prototypes -Wextra -Wbad-function-cast 
-Wcast-align -Wcast-qual -Wdisabled-optimization -Wendif-labels 
-Wfloat-equal -Wformat-nonliteral -Winline -Wmissing-declarations 
-Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wundef -Wall -O2 
-fno-strict-aliasing  -m64 -c -o tcg/tcg-runtime.o 
/home/njh/src/qemu/trunk/tcg/tcg-runtime.c
In file included from /home/njh/src/qemu/trunk/fpu/softfloat.h:440,
                 from /home/njh/src/qemu/trunk/target-ppc/cpu.h:77,
                 from /home/njh/src/qemu/trunk/target-ppc/translate.c:26:
/home/njh/src/qemu/trunk/fpu/softfloat-native.h: In function `float32_eq':
/home/njh/src/qemu/trunk/fpu/softfloat-native.h:196: warning: comparing 
floating point with == or != is unsafe
/home/njh/src/qemu/trunk/fpu/softfloat-native.h: In function `float64_eq':
/home/njh/src/qemu/trunk/fpu/softfloat-native.h:286: warning: comparing 
floating point with == or != is unsafe
/home/njh/src/qemu/trunk/fpu/softfloat-native.h: In function `floatx80_eq':
/home/njh/src/qemu/trunk/fpu/softfloat-native.h:373: warning: comparing 
floating point with == or != is unsafe
In file included from /home/njh/src/qemu/trunk/target-ppc/cpu.h:839,
                 from /home/njh/src/qemu/trunk/target-ppc/translate.c:26:
../cpu-all.h: In function `cpu_physical_memory_write':
../cpu-all.h:927: warning: cast discards qualifiers from pointer target type
In file included from /home/njh/src/qemu/trunk/tcg/tcg.h:50,
                 from /home/njh/src/qemu/trunk/tcg/tcg-runtime.c:32:
/home/njh/src/qemu/trunk/tcg/tcg-opc.h:154:5: warning: 
"TARGET_LONG_BITS" is not defined
In file included from /home/njh/src/qemu/trunk/tcg/tcg-op.h:28,
                 from /home/njh/src/qemu/trunk/target-ppc/translate.c:29:
./gen-op.h: At top level:
./gen-op.h:1: error: syntax error before "case"
./gen-op.h:3: error: syntax error before '(' token

-Nigel

-- 
Nigel Horne. Adjudicator, Arranger, Band Trainer, Conductor, Composer, Tutor.
NJH Music, Barnsley, UK.  ICQ#20252325
njh@bandsman.co.uk http://www.bandsman.co.uk

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-08-20 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-20 15:42 [Qemu-devel] SVN ppc-softmmu fails to build Nigel Horne

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.