|
|
|
|
|
|
|
|
|
|
xen-devel
RE: [Xen-devel] ioemu build failure with GCC > 4.3
Ross Philipson writes ("RE: [Xen-devel] ioemu build failure with GCC > 4.3"):
> Not sure why you get an error. I have gcc 4.3 and I added it in
> ioemu-remote/xen-setup as in:
>
> ./configure --disable-gcc-check --disable-slirp --disable-ncurses blah
> blah
>
> Xen tools built to completion after I added it.
Can you produce a log of your build ? I saw what you see below. It
did exit with status 0 but it appears always to print those error
messages.
This looks like a qemu upstream bug in configure to me.
Ian.
mariner:qemu-iwj.git> ./xen-setup
Install prefix /usr
BIOS directory /usr/share/qemu
binary directory /usr/bin
Manual directory /usr/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path /u/iwj/work/qemu-iwj.git
C compiler gcc
Host C compiler gcc
ARCH_CFLAGS -m32
make make
install install
host CPU i386
host big endian no
target list i386-softmmu x86_64-softmmu arm-softmmu cris-softmmu
m68k-softmmu mips-softmmu mipsel-softmmu mips64-softmmu mips64el-softmmu
ppc-softmmu ppcemb-softmmu ppc64-softmmu sh4-softmmu sh4eb-softmmu
sparc-softmmu i386-linux-user x86_64-linux-user alpha-linux-user arm-linux-user
armeb-linux-user cris-linux-user m68k-linux-user mips-linux-user
mipsel-linux-user ppc-linux-user ppc64-linux-user ppc64abi32-linux-user
sh4-linux-user sh4eb-linux-user sparc-linux-user sparc64-linux-user
sparc32plus-linux-user
gprof enabled no
profiler no
static build no
-Werror enabled no
SDL support yes
SDL static link yes
OpenGL support yes
curses support no
mingw32 support no
Adlib support no
AC97 support no
GUS support no
CoreAudio support no
ALSA support no
EsounD support no
DSound support no
FMOD support no
OSS support yes
VNC TLS support yes
TLS CFLAGS
TLS LIBS -lgnutls
kqemu support yes
brlapi support no
Documentation yes
./configure: line 1244: test: too many arguments
./configure: line 1244: test: too many arguments
emariner:qemu-iwj.git> echo $?
0
mariner:qemu-iwj.git> git-diff | cat
diff --git a/xen-setup b/xen-setup
index 755b9ec..67f038d 100755
--- a/xen-setup
+++ b/xen-setup
@@ -9,7 +9,7 @@ rm -f config-host.mak
if test -f config-host.h; then mv config-host.h config-host.h~; fi
-./configure --disable-curses --disable-slirp "$@" --prefix=/usr
+./configure --disable-curses --disable-slirp --disable-gcc-check "$@"
--prefix=/usr
target=i386-dm
mariner:qemu-iwj.git>
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread>
|
- [Xen-devel] ioemu build failure with GCC > 4.3, He, Qing
- Re: [Xen-devel] ioemu build failure with GCC > 4.3, Keir Fraser
- Re: [Xen-devel] ioemu build failure with GCC > 4.3, Daniel P. Berrange
- Re: [Xen-devel] ioemu build failure with GCC > 4.3, Ian Jackson
- Re: [Xen-devel] ioemu build failure with GCC > 4.3, Ian Jackson
- RE: [Xen-devel] ioemu build failure with GCC > 4.3, Ross Philipson
- RE: [Xen-devel] ioemu build failure with GCC > 4.3, Ian Jackson
- RE: [Xen-devel] ioemu build failure with GCC > 4.3, Ross Philipson
- RE: [Xen-devel] ioemu build failure with GCC > 4.3,
Ian Jackson <=
- Re: [Xen-devel] ioemu build failure with GCC > 4.3, Stefan de Konink
- RE: [Xen-devel] ioemu build failure with GCC > 4.3, Ross Philipson
- Re: [Xen-devel] ioemu build failure with GCC > 4.3, Keir Fraser
- RE: [Xen-devel] ioemu build failure with GCC > 4.3, Ross Philipson
- [PATCH] RE: [Xen-devel] ioemu build failure with GCC > 4.3, Espen Skoglund
- RE: [Xen-devel] ioemu build failure with GCC > 4.3, Espen Skoglund
- Re: [Xen-devel] ioemu build failure with GCC > 4.3, prashanth . mundkur
|
|
|
|
|