Recently in ubuntu Category
解决办法是先编译好iasl,copy到$PATH中。
wget http://acpica.org/download/acpica-unix-20110922.tar.gz
tar zxvf acpica-unix-20110922.tar.gz
cd acpica-unix-20110922/compiler
make
cp iasl /usr/bin
接下来可以顺利的编译通过xen了。
wget http://bits.xensource.com/oss-xen/release/4.1.2/xen-4.1.2.tar.gz
$ tar zxvf xen-4.1.2.tar.gz
$ cd xen-4.1.2/
make dist-xen dist-tools dist-stubdom
make install-xen
make install-tools PYTHON_PREFIX_ARG="--install-layout=deb"
make install-stubdom
wget http://acpica.org/download/acpica-unix-20110922.tar.gz
tar zxvf acpica-unix-20110922.tar.gz
cd acpica-unix-20110922/compiler
make
cp iasl /usr/bin
接下来可以顺利的编译通过xen了。
wget http://bits.xensource.com/oss-xen/release/4.1.2/xen-4.1.2.tar.gz
$ tar zxvf xen-4.1.2.tar.gz
$ cd xen-4.1.2/
make dist-xen dist-tools dist-stubdom
make install-xen
make install-tools PYTHON_PREFIX_ARG="--install-layout=deb"
make install-stubdom




