On Mon, Jun 23, 2008 at 3:26 PM, Thomas <iamkenzo@gmail.com> wrote:
> Hi,
>
> I tried compiling a kernel for my domU. Here are the steps I followed:
>
> 1) I downloaded the kernel source from here:
> http://kernel.org/pub/linux/kernel/v2.6/linux-2.6.25.7.tar.bz2
>
> 2) I copied the config file I had previously for my DomU, and added
> the support for System V IPC.
>
> 3) Then compiled the kernel using the regular method:
> make-kpkg --initrd --append-to-version=.`date +%y%m%d`
> --revision=2.6.25.7 kernel-image
>
> Then I get the following error message:
> ---
> Makefile:514: /src/linux-2.6.25.7/arch/xen/Makefile: No such file or
> directory
> make[1]: *** No rule to make target
> `/src/linux-2.6.25.7/arch/xen/Makefile''. Stop.
> ---
>
>
> What went wrong? Aren''t the new kernels supposed to have xen
support
> by default? What steps did I miss or what should I do to correct the
> compilation?
>
> _______________________________________________
> Xen-users mailing list
> Xen-users@lists.xensource.com
> http://lists.xensource.com/xen-users
Have you tried compiling without make-kpkg?
make oldconfig
make menuconfig
make clean
make bzImage
Chris
_______________________________________________
Xen-users mailing list
Xen-users@lists.xensource.com
http://lists.xensource.com/xen-users