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

[Xen-users] Compile domU kernel

To: "xen-users@xxxxxxxxxxxxxxxxxxx" <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Compile domU kernel
From: Thomas <iamkenzo@xxxxxxxxx>
Date: Mon, 23 Jun 2008 21:26:01 +0200
Delivery-date: Mon, 23 Jun 2008 12:26:32 -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:mime-version:content-type:content-transfer-encoding :content-disposition; bh=7VxHrKq1ttBOTDURffrFWWow+uYX/LgsTY38j1TIqhI=; b=iuYjzEOO08NiG8hCmShOLsMGGdjWUNcAKZgwFMF7HDNwp6hBXFBcYIRdE3anVpaDc/ De8g6jKpvlA/NCh6MtFe49RPvNA83xHh/xl2TXlA4Na6Y3Q2MvPhizmczbYFWcShtPX2 VdshrSDqxPqGT9AfnPIe25YnWjrzSVNM3V89A=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=GNdiNa6+xBa5g/q31GNbSfQvMQhAfNrQKhQ2yObpxgcH2WENM8fTh7tUCd+VqesUC0 Li/xZhlX2g+6X+JRwNf9T6pNAp5UcSE6PzQsavFau+6qN82JrYAmw1urcSRBMG0PmIfp 7XGBO/SwYE6/D+5U3DbE8GMqilIBgMKmJIxa4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
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

<Prev in Thread] Current Thread [Next in Thread>