I downloaded source tarball of xen to compile I got a directory named linux-2.6.18-xen-3.4.2 in /usr/src since I untarred it there but in the README there only method to compile a kernel has been given there is no information about Xen or installing Xen from sourced I did a make menuconfig and then upon doing make world I got the error make: *** No rule to make target `world''. Stop. Why does this error comes what can cause this error,what should I look in for. -- http://www.abhitech.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Thu, Nov 26, 2009 at 9:36 PM, Tapas Mishra <tapas@abhitech.com> wrote:> I downloaded source tarball of xen to compile I got a directory named > linux-2.6.18-xen-3.4.2 in /usr/src since I untarred it there but in > the README there only method to compile a kernel has been given there > is no information about Xen or installing Xen from sourced I did a > make menuconfig and then upon doing make world I got the error > > make: *** No rule to make target `world''. Stop.That would be the xenified linux kernel, not xen. To compile the kernel you do what you usually do when compiling kernel. i.e. something like make menuconfig, make, make modules_install, make install. The source for xen hypervisor is a different download on the same page (http://www.xen.org/products/xen_source.html), look for "Xen 3.4.2 (hypervisor and tools) official source distribution" -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Ohh Ok thank you I got your point. On Fri, Nov 27, 2009 at 4:25 PM, Fajar A. Nugraha <fajar@fajar.net> wrote:> On Thu, Nov 26, 2009 at 9:36 PM, Tapas Mishra <tapas@abhitech.com> wrote: >> I downloaded source tarball of xen to compile I got a directory named >> linux-2.6.18-xen-3.4.2 in /usr/src since I untarred it there but in >> the README there only method to compile a kernel has been given there >> is no information about Xen or installing Xen from sourced I did a >> make menuconfig and then upon doing make world I got the error >> >> make: *** No rule to make target `world''. Stop. > > That would be the xenified linux kernel, not xen. To compile the > kernel you do what you usually do when compiling kernel. i.e. > something like make menuconfig, make, make modules_install, make > install. > > The source for xen hypervisor is a different download on the same page > (http://www.xen.org/products/xen_source.html), look for "Xen 3.4.2 > (hypervisor and tools) official source distribution" > > -- > Fajar >-- http://www.abhitech.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
I did a google to find out xenified kernels http://www.google.co.in/search?q=xenified+kernel+config+Dom0&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a but then there were other results like kernels 2.6.30 etc which were Xenified as far as I know there is 2.6.18 kernel which is officially supported so what are those such as http://bderzhavets.wordpress.com/2009/07/07/building-xenified-2-6-30-1-kernel-via-xen-patches-2-6-30-2-tar-bz2/ On Fri, Nov 27, 2009 at 4:40 AM, Tapas Mishra <tapas@abhitech.com> wrote:> Ohh Ok thank you I got your point. > > On Fri, Nov 27, 2009 at 4:25 PM, Fajar A. Nugraha <fajar@fajar.net> wrote: >> On Thu, Nov 26, 2009 at 9:36 PM, Tapas Mishra <tapas@abhitech.com> wrote: >>> I downloaded source tarball of xen to compile I got a directory named >>> linux-2.6.18-xen-3.4.2 in /usr/src since I untarred it there but in >>> the README there only method to compile a kernel has been given there >>> is no information about Xen or installing Xen from sourced I did a >>> make menuconfig and then upon doing make world I got the error >>> >>> make: *** No rule to make target `world''. Stop. >> >> That would be the xenified linux kernel, not xen. To compile the >> kernel you do what you usually do when compiling kernel. i.e. >> something like make menuconfig, make, make modules_install, make >> install. >> >> The source for xen hypervisor is a different download on the same page >> (http://www.xen.org/products/xen_source.html), look for "Xen 3.4.2 >> (hypervisor and tools) official source distribution" >> >> -- >> Fajar >> > > > > -- > > http://www.abhitech.com >-- http://www.abhitech.com _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
On Fri, Nov 27, 2009 at 8:09 PM, Tapas Mishra <tapas@abhitech.com> wrote:> I did a google to find out xenified kernels > http://www.google.co.in/search?q=xenified+kernel+config+Dom0&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a > > but then there were other results like kernels 2.6.30 etc > which were Xenified as far as I know there is 2.6.18 kernel which is > officially supportedHave you read http://wiki.xensource.com/xenwiki/XenDom0Kernels/?> so what are those such as > http://bderzhavets.wordpress.com/2009/07/07/building-xenified-2-6-30-1-kernel-via-xen-patches-2-6-30-2-tar-bz2/Novell/OpenSUSE "Xenified" Xen kernel patches. -- Fajar _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users