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] xen 3.4. 0 vmlinux error while compiling on redhat 5.3

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xen 3.4. 0 vmlinux error while compiling on redhat 5.3
From: Pankaj Gautam <pg8873@xxxxxxxxx>
Date: Wed, 27 May 2009 22:02:17 -0700 (PDT)
Delivery-date: Thu, 28 May 2009 06:26:28 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1243486937; bh=jlYAgaBQqaG6eWLqyLYH10P3Kwk+H252VUGxLIUaKns=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=JVLm8hUCdpKw/eSG+ao8oCdublXxQ+51VDm90n+nSrK5dLIJIG1aaTzWQmIwHVGW3fFlNLcdbyVJ5EMJdwbAgPuAyWnJpeplMjMKzNfr9HgP9PHsgj4HorMTPvv+D7J+iyiXn46mZ0wwIeYYvpQNwXI6PxrmAD8lvDNOokwhzc4=
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=T5dJWda2cKRg4tKb3tK1g2RevoBPz8m5QLYcqrTwTDceBtWnnHZeTE6xjkRpX4Qjs8NHrwLxKIw+vzHwMWBQrO624NUANkNJyp4yqLaR8GRYz2tX8WRn+GqeJsHdHdpW2uw/d4gomI5/YoAUq8ZYfyoklCRp7kDSLAD5Hvhlhbo=;
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
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/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Reply-to: pankaj@xxxxxxxxxxxxxxxx
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
can anyone give me clue here.
I've tried all kinds of make
make all
make install
make world
with same results..

error with vmlinuz target:

make[3]: Entering directory `/opt/xen/xen-3.4.0/build-linux-2.6.18-xen_x86_32'
make -C /opt/xen/xen-3.4.0/linux-2.6.18 O=/opt/xen/xen-3.4.0/build-linux-2.6.18-xen_x86_32 modules
  Using /opt/xen/xen-3.4.0/linux-2.6.18 as source for kernel
  GEN     /opt/xen/xen-3.4.0/build-linux-2.6.18-xen_x86_32/Makefile
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  Building modules, stage 2.
  MODPOST
make[3]: Leaving directory `/opt/xen/xen-3.4.0/build-linux-2.6.18-xen_x86_32'
select-linux-arch: i386
make[3]: Entering directory `/opt/xen/xen-3.4.0/build-linux-2.6.18-xen_x86_32'
make -C /opt/xen/xen-3.4.0/linux-2.6.18 O=/opt/xen/xen-3.4.0/build-linux-2.6.18-xen_x86_32 modules_install
if [ -r System.map -a -x /sbin/depmod ]; then /sbin/depmod -ae -F System.map -b / -r 2.6.18-xen; fi
make[3]: Leaving directory `/opt/xen/xen-3.4.0/build-linux-2.6.18-xen_x86_32'
make -C build-linux-2.6.18-xen_x86_32 ARCH=$(sh buildconfigs/select-linux-arch linux-2.6.18) INSTALL_PATH=/ vmlinuz
select-linux-arch: i386
make[3]: Entering directory `/opt/xen/xen-3.4.0/build-linux-2.6.18-xen_x86_32'
make -C /opt/xen/xen-3.4.0/linux-2.6.18 O=/opt/xen/xen-3.4.0/build-linux-2.6.18-xen_x86_32 vmlinuz
make[5]: *** No rule to make target `vmlinuz'.  Stop.
make[4]: *** [vmlinuz] Error 2
make[3]: *** [vmlinuz] Error 2
make[3]: Leaving directory `/opt/xen/xen-3.4.0/build-linux-2.6.18-xen_x86_32'
make[2]: *** [build] Error 2
make[2]: Leaving directory `/opt/xen/xen-3.4.0'
make[1]: *** [linux-2.6-xen-intree-install] Error 2
make[1]: Leaving directory `/opt/xen/xen-3.4.0'
make: *** [install-kernels] Error 1
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xen 3.4. 0 vmlinux error while compiling on redhat 5.3, Pankaj Gautam <=