WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] xen compile error on changeset 1.1345 (VMX world switch)

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] xen compile error on changeset 1.1345 (VMX world switch)
From: Andrew Theurer <habanero@xxxxxxxxxx>
Date: Wed, 20 Apr 2005 15:54:03 -0500
Delivery-date: Wed, 20 Apr 2005 20:53:56 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.5
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] xen compile error on changeset 1.1345 (VMX world switch), Andrew Theurer <=