Hi, I install Xen-unstable in my fedora8 environment. 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? Thank you in advance. -- Best Regards, Gavin _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Hi, I install Xen-unstable in my fedora8 environment. 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? Thank you in advance. -- Best Regards, Gavin _______________________________________________ Xen-users mailing list Xen-users@lists.xen.org http://lists.xen.org/xen-users
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.
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.
>>> On 17.01.13 at 06:30, Bei Guan <gbtju85@gmail.com> wrote: > I install Xen-unstable in my fedora8 environment. 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?You can build it on a 32-bit OS, but you need to cross-compile for a 64-bit target. Also, please don''t cross-post. Jan