Thanks! It can pass now.
From: Ling, Xiaofeng
Sent: 2005年7月19日 9:10
To: Yu,
Lifeng; xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: RE: [Xen-devel] Failed to
pass make on ia32
I can build on my
machine with 5812.
Try to use hg co -C
From:
xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-devel-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Yu, Lifeng
Sent: 2005年7月19日 08:54
To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Failed to
pass make on ia32
On lateset changeset 5812, We failed to pass make on ia32.
Anyone met with the same problem?
gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing
-iwithprefix include -Wall -Werror -Wno-pointer-arith -pipe
-I/root/work/hg/xen-src/xen/include
-I/root/work/hg/xen-src/xen/include/asm-x86/mach-generic
-I/root/work/hg/xen-src/xen/include/asm-x86/mach-default -O3
-fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c vmx.c -o vmx.o
vmx.c: In function `vmx_vmexit_handler':
vmx.c:1667: error: syntax error before '<<' token
vmx.c:1679: error: syntax error before '==' token
vmx.c:1681:25: invalid suffix "zb2zg" on floating
constant
make[3]: *** [vmx.o] Error 1
make[3]: Leaving directory
`/root/work/hg/xen-src/xen/arch/x86'
make[2]: *** [/root/work/hg/xen-src/xen/xen] Error 2
make[2]: Leaving directory `/root/work/hg/xen-src/xen'
make[1]: *** [xen] Error 2
make[1]: Leaving directory `/root/work/hg/xen-src'
make: *** [world] Error 2
-Lifeng