[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Install Xen-unstable in fedora8 Error
On Thu, 2013-01-17 at 05:30 +0000, Bei Guan wrote: > Hi, > > I install Xen-unstable in my fedora8 environment. Fedora 8? Really? Did you mean 18? > I run ./configure first, and then make install-xen. However, I > encounter an error like this. > > [root@localhost xen-unstable.hg]# make install-xen > make -C xen install > make[1]: Entering directory `/root/Xen/xen-unstable.hg/xen' > echo "*** Xen x86/32 target no longer supported!" > *** Xen x86/32 target no longer supported! > make[1]: Leaving directory `/root/Xen/xen-unstable.hg/xen' > > > Does it mean Xen-unstable cannot be compiled in X86 32bit OS? The 32 bit hypervisor is no longer supported/available in xen-unstable. However you should be able to build the 64-bit hypervisor on a 32-bit OS which has a biarch compiler (most do these days, although Fedora 8 is pretty old now). You might need to "make XEN_TARGET_ARCH=x86_64 dist-xen" or something similar. The 32-bit tools are still supported in a 32-bit dom0 and 32-bit guests generally are still supported. Ian. _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |