qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Nigel Horne <njh@bandsman.co.uk>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] SVN ppc-softmmu fails to build
Date: Wed, 20 Aug 2008 16:42:47 +0100	[thread overview]
Message-ID: <48AC3B77.2070600@bandsman.co.uk> (raw)

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

                 reply	other threads:[~2008-08-20 15:42 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48AC3B77.2070600@bandsman.co.uk \
    --to=njh@bandsman.co.uk \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).