Andrew Theurer
2005-Apr-20 20:54 UTC
[Xen-devel] xen compile error on changeset 1.1345 (VMX world switch)
I think I picked this up just now (ia32): gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Wall -Werror -Wno-format -pipe -I/usr/src/xen/xeno-unstable.bk-20050420/xen/include -Wno-pointer-arith -Wredundant-decls -O3 -fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c vmx_intercept.c -o vmx_intercept.o vmx.c: In function `vmx_copy'': vmx.c:399: error: invalid operands to binary >> gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix include -Wall -Werror -Wno-format -pipe -I/usr/src/xen/xeno-unstable.bk-20050420/xen/include -Wno-pointer-arith -Wredundant-decls -O3 -fomit-frame-pointer -msoft-float -m32 -march=i686 -DNDEBUG -c vmx_io.c -o vmx_io.o make[2]: *** [vmx.o] Error 1 make[2]: *** Waiting for unfinished jobs.... make[2]: Leaving directory `/usr/src/xen/xeno-unstable.bk-20050420/xen/arch/x86'' make[1]: *** [/usr/src/xen/xeno-unstable.bk-20050420/xen/xen] Error 2 make[1]: Leaving directory `/usr/src/xen/xeno-unstable.bk-20050420/xen'' make: *** [xen] Error 2 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Pratt
2005-Apr-20 21:23 UTC
RE: [Xen-devel] xen compile error on changeset 1.1345 (VMX world switch)
> Subject: [Xen-devel] xen compile error on changeset 1.1345 > (VMX world switch)Should be fixed. Thanks, Ian> I think I picked this up just now (ia32): > > gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing > -iwithprefix include -Wall -Werror -Wno-format -pipe > -I/usr/src/xen/xeno-unstable.bk-20050420/xen/include > -Wno-pointer-arith -Wredundant-decls -O3 -fomit-frame-pointer > -msoft-float -m32 > -march=i686 -DNDEBUG -c vmx_intercept.c -o vmx_intercept.o > vmx.c: In function `vmx_copy'': > vmx.c:399: error: invalid operands to binary >> gcc -nostdinc > -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix > include -Wall -Werror -Wno-format -pipe > -I/usr/src/xen/xeno-unstable.bk-20050420/xen/include > -Wno-pointer-arith -Wredundant-decls -O3 -fomit-frame-pointer > -msoft-float -m32 > -march=i686 -DNDEBUG -c vmx_io.c -o vmx_io.o > make[2]: *** [vmx.o] Error 1 > make[2]: *** Waiting for unfinished jobs.... > make[2]: Leaving directory > `/usr/src/xen/xeno-unstable.bk-20050420/xen/arch/x86'' > make[1]: *** [/usr/src/xen/xeno-unstable.bk-20050420/xen/xen] Error 2 > make[1]: Leaving directory > `/usr/src/xen/xeno-unstable.bk-20050420/xen'' > make: *** [xen] Error 2 > > > _______________________________________________ > 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
Andrew Theurer
2005-Apr-20 21:54 UTC
Re: [Xen-devel] xen compile error on changeset 1.1345 (VMX world switch)
Thank you, compiles just fine now. -Andrew On Wednesday 20 April 2005 16:23, Ian Pratt wrote:> > Subject: [Xen-devel] xen compile error on changeset 1.1345 > > (VMX world switch) > > Should be fixed. > Thanks, > Ian > > > I think I picked this up just now (ia32): > > > > gcc -nostdinc -fno-builtin -fno-common -fno-strict-aliasing > > -iwithprefix include -Wall -Werror -Wno-format -pipe > > -I/usr/src/xen/xeno-unstable.bk-20050420/xen/include > > -Wno-pointer-arith -Wredundant-decls -O3 -fomit-frame-pointer > > -msoft-float -m32 > > -march=i686 -DNDEBUG -c vmx_intercept.c -o vmx_intercept.o > > vmx.c: In function `vmx_copy'': > > vmx.c:399: error: invalid operands to binary >> gcc -nostdinc > > -fno-builtin -fno-common -fno-strict-aliasing -iwithprefix > > include -Wall -Werror -Wno-format -pipe > > -I/usr/src/xen/xeno-unstable.bk-20050420/xen/include > > -Wno-pointer-arith -Wredundant-decls -O3 -fomit-frame-pointer > > -msoft-float -m32 > > -march=i686 -DNDEBUG -c vmx_io.c -o vmx_io.o > > make[2]: *** [vmx.o] Error 1 > > make[2]: *** Waiting for unfinished jobs.... > > make[2]: Leaving directory > > `/usr/src/xen/xeno-unstable.bk-20050420/xen/arch/x86'' > > make[1]: *** [/usr/src/xen/xeno-unstable.bk-20050420/xen/xen] Error > > 2 make[1]: Leaving directory > > `/usr/src/xen/xeno-unstable.bk-20050420/xen'' > > make: *** [xen] Error 2 > > > > > > _______________________________________________ > > 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_______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel