Nico Prenzel
2007-Nov-27 12:44 UTC
[Xen-devel] build error with current (changeset 16475) xen-unstable tree
I do recieve this error when building xen-unstable tree. gcc -O2 -fomit-frame-pointer -m32 -march=i686 -DNDEBUG -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value -Wdeclaration-after-statement -DVMXASSIST -nostdinc -fno-builtin -fno-common -iwithprefix include -Werror -Wno-pointer-arith -pipe -I/home/xen-unstable.hg/xen/include -I/home/xen-unstable.hg/xen/include/asm-x86/mach-generic -I/home/xen-unstable.hg/xen/include/asm-x86/mach-default -msoft-float -fno-stack-protector -DCONFIG_X86_PAE=1 -g -D__XEN__ -c x86_emulate.c -o x86_emulate.o cc1: warnings being treated as errors x86_emulate.c: In function âx86_emulateâ: x86_emulate.c:2709: warning: âea.bytesâ is used uninitialized in this function make[5]: *** [x86_emulate.o] Fehler 1 make[5]: Leaving directory `/home/xen-unstable.hg/xen/arch/x86'' make[4]: *** [/home/xen-unstable.hg/xen/arch/x86/built_in.o] Fehler 2 make[4]: Leaving directory `/home/xen-unstable.hg/xen/arch/x86'' make[3]: *** [/home/xen-unstable.hg/xen/xen] Fehler 2 make[3]: Leaving directory `/home/xen-unstable.hg/xen'' make[2]: *** [install] Fehler 2 make[2]: Leaving directory `/home/xen-unstable.hg/xen'' make[1]: *** [install-xen] Fehler 2 make[1]: Leaving directory `/home/xen-unstable.hg'' make: *** [world] Fehler 2 Greetings. NicoP. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Keir Fraser
2007-Nov-27 12:51 UTC
Re: [Xen-devel] build error with current (changeset 16475) xen-unstable tree
It¹s now fixed. -- Keir On 27/11/07 12:44, "Nico Prenzel" <nico.prenzel@pn-systeme.de> wrote:> I do recieve this error when building xen-unstable tree. > > > > gcc -O2 -fomit-frame-pointer -m32 -march=i686 -DNDEBUG -fno-strict-aliasing > -std=gnu99 -Wall -Wstrict-prototypes -Wno-unused-value > -Wdeclaration-after-statement -DVMXASSIST -nostdinc -fno-builtin -fno-common > -iwithprefix include -Werror -Wno-pointer-arith -pipe > -I/home/xen-unstable.hg/xen/include > -I/home/xen-unstable.hg/xen/include/asm-x86/mach-generic > -I/home/xen-unstable.hg/xen/include/asm-x86/mach-default -msoft-float > -fno-stack-protector -DCONFIG_X86_PAE=1 -g -D__XEN__ -c x86_emulate.c -o > x86_emulate.o > cc1: warnings being treated as errors > x86_emulate.c: In function âx86_emulateâ: > x86_emulate.c:2709: warning: âea.bytesâ is used uninitialized in this function > make[5]: *** [x86_emulate.o] Fehler 1 > make[5]: Leaving directory `/home/xen-unstable.hg/xen/arch/x86'' > make[4]: *** [/home/xen-unstable.hg/xen/arch/x86/built_in.o] Fehler 2 > make[4]: Leaving directory `/home/xen-unstable.hg/xen/arch/x86'' > make[3]: *** [/home/xen-unstable.hg/xen/xen] Fehler 2 > make[3]: Leaving directory `/home/xen-unstable.hg/xen'' > make[2]: *** [install] Fehler 2 > make[2]: Leaving directory `/home/xen-unstable.hg/xen'' > make[1]: *** [install-xen] Fehler 2 > make[1]: Leaving directory `/home/xen-unstable.hg'' > make: *** [world] Fehler 2 > > > > Greetings. > > > > NicoP. > > > _______________________________________________ > Xen-devel mailing list > Xen-devel@lists.xensource.com > http://lists.xensource.com/xen-devel_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Apparently Analagous Threads
- [PATCH] x86-64: emulation support for cmpxchg16b
- [PATCH] x86: AVX instruction emulation fixes
- [PATCH]Fix the bug of guest os installation failure and win2k boot failure
- x86_emulate(): forgot to generate_exception_if() for 0xff?
- [PATCH] x86: fix emulation of indirect far calls and jumps