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-users

[Xen-users] Problem to build XenU with 3.0.2

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Problem to build XenU with 3.0.2
From: Rachid Abdoun <rachid.abdoun@xxxxxxxxxx>
Date: Tue, 16 May 2006 11:00:04 +0200
Delivery-date: Tue, 16 May 2006 02:00:49 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi all!

I try to build XenU but I've got errors! I make this

cd /usr/src
wget http://www.cl.cam.ac.uk/Research/SRG/netos/xen/downloads/ xen-3.0.2-src.tgz
tar -xvzf xen-3.0.1-src.tgz
cd xen-3.0.2/
make world # that's ok!
cd linux-2.6.16-xen0
ARCH=i368
export ARCH
make menuconfig

Processor type and features --> Subarchitecture Type --> (X) Xen- compatible
File systems --> [*] Quota support
<M> Old quota format support
<M> Quota format v2 support
Device Drivers ---> Networking device support ---> <M> Dummy net driver support Networking ---> Networking support ---> Networking options ---> [*] Network packet filtering (replaces ipchains) ---> IP: Netfilter Configuration ---> <M> IP tables support (required for filtering/masq/ NAT)
cd ..
make

And then I've got the following error :

make[4]: Entering directory '/usr/src/xen-3.0.2/tools/ioemu/target- i386-dm' make[4]: *** No rule to build the target " translate-copy.o ", nécessaire pour " libqemu.a ". Stop. make[4]: Leaving directoy '/usr/src/xen-3.0.2/tools/ioemu/target-i386- dm'
make[3]: *** [all] Error 1
make[3]: Leaving directory '/usr/src/xen-3.0.2/tools/ioemu'
make[2]: *** [iomuinstall] error 2
make[2]: Leaving directory '/usr/src/xen-3.0.2/tools'
make[1]: *** [install] error 2
make[1] Leaving directory '/usr/src/xen-3.0.2/tools'
make: *** [install-tools] error 2
xxx:/usr/src/xen-3.0.2#

What can I do to fix the problem?

Thank's




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Problem to build XenU with 3.0.2, Rachid Abdoun <=