Hi, I downloaded the newest Xen tree, and could not compile due to the following errors related to IOMMU (my architecture is x86-32). Inspection of \tools\iommu\i386-dm shows no Makefile there. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ make ioemu make[1]: Entering directory `/root/XEN/xen-unstable.hg/tools'' [ -f ioemu/config-host.h ] || \ (cd ioemu && sh configure --prefix=/usr) make -C ioemu make[2]: Entering directory `/root/XEN/xen-unstable.hg/tools/ioemu'' for d in i386-dm; do \ make -C $d all || exit 1 ; \ done make: *** i386-dm: No such file or directory. Stop. make: Entering an unknown directorymake: Leaving an unknown directorymake[2]: *** [all] Error 1 make[2]: Leaving directory `/root/XEN/xen-unstable.hg/tools/ioemu'' make[1]: *** [ioemu] Error 2 make[1]: Leaving directory `/root/XEN/xen-unstable.hg/tools'' make: *** [all] Error 2 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ The same message posted on the xen-users without response. Please help Thanks Harry. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 25 Jul 2006, at 00:08, Harry Lee wrote:> Hi, > > I downloaded the newest Xen tree, and could not compile due to the > following errors related to IOMMU (my architecture is x86-32). > Inspection of \tools\iommu\i386-dm shows no Makefile there.Changeset 10719 fixes some build problems. You should retry with that. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel