[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-users] Re: Troubles Compiling the XEN 3.2 Release
# hg clone –r RELEASE-3.2.0 http://xenbits.xensource.com/xen-3.2-testing.hg # hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg # cd xen-3.2-testing.hg # make –j8 dist NOTES: 1. This will build the ‘-xen’ module-based kernel suitable for use in dom0 or domU. If you want a stripped down domU kernel you can ‘make linux-2.6-xenU-build’. If you want a dom0 kernel with a reasonable set of drivers built into it (not as modules) then you can ‘make linux-2.6-xen0-build’. 2. Everything ends up in the dist/ subdirectory of the repository. If you want to install stuff to usual system locations (/boot, /usr/bin, etc) then you can ‘make install’. 3. If you get mercurial errors, e.g., when executing hg commands, your version of mercurial is probably too old. Upgrade it. 4. If you get a warning about having a bad version of awk, and needing gawk or similar, then you need to install the gawk package for your distro. If this replaces the default awk then you are good to go. If you have to invoke gawk as ‘gawk’ then you need to edit linux-2.6.18-xen.hg/Makefile to specify AWK=gawk, or possibly ‘make AWK=gawk –j8 dist’ will work just as well (untested though). -- Keir On 23/1/08 14:30, "Maik Brauer" <maik.brauer@xxxxxxxxxxxxxxx> wrote: Hi Keir, _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |