Xen安装问题

使用VPSee方法安装Xen http://www.google.com.hk/url?sa=t&rct=j&q=Xen+Vpsee+centos&source=web&cd=1&ved=0CGAQFjAA&url=http%3A%2F%2Fwww.vpsee.com%2F2010%2F04%2Finstall-xen-on-centos-from-source%2F&ei=chC5T9TIIoWSiQebuYyPCQ&usg=AFQjCNHZ9eQa1phb3oD0BjtTyUh6O3yx1g

我的环境:CentOS 6.2 

在编译内核的时候出现错误:

drivers/xen/core/evtchn.c: In function ‘xen_init_IRQ’:drivers/xen/core/evtchn.c:1797: error: size of array ‘type name’ is negative


查找相应文件:

Line 1797 BUILD_BUG_ON(NR_PIRQS > PAGE_SIZE * 8)


我直接把这一行注释掉。


你可能感兴趣的:(Xen安装问题)