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

Re: [Xen-users] Compile domU kernel

To: Thomas <iamkenzo@xxxxxxxxx>
Subject: Re: [Xen-users] Compile domU kernel
From: "Christopher Isip" <cmisip@xxxxxxxxx>
Date: Tue, 24 Jun 2008 16:58:02 -0400
Cc: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Tue, 24 Jun 2008 13:59:10 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=gjljQZANDdYjna5pSW/ovUxvyrcV81JzPVKguu4VWy0=; b=TncLQH4Z3KLM4TITLUNVzIp9D6GJ+bCzjPw+H/IP/00PSABkcIyZZjTm8Dapd0g0+v SqzNhpifO2ICiBjZiCMXUTQFZGWF/aTIwrvGlUfhvhHvMzs9CEIJoDNQcoB6LngRkB9Q Zk12Zfs2ouV/ZOeFykt4xYNewUecUVOBltAHo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=G3JORucjbQtFeaOmfu7W74a9v2R63cbGZ95xOAGXRet3zSuuUcjy8TKM/VWllA5zRG +rhyc5FYA3ytldxCVp7kdtN4emd2CI4YF8Z99yBgTd2jcLYV2PJMUcLKHVqybL4xyT3M mjPHzAcK01vrTcbWxsY0SEq5wFBIK7NDzahR0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <55da14450806231226i5ea42226o865a6743d0dd552b@xxxxxxxxxxxxxx>
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>
References: <55da14450806231226i5ea42226o865a6743d0dd552b@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx


On Mon, Jun 23, 2008 at 3:26 PM, Thomas <iamkenzo@xxxxxxxxx> 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@xxxxxxxxxxxxxxxxxxx
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@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>