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-devel] compilation problem

To: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx, xen-bugs@xxxxxxxxxxxxxxxxxxx, xen-tools@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] compilation problem
From: Onkar Mahajan <kern.devel@xxxxxxxxx>
Date: Mon, 31 May 2010 20:24:21 +0530
Cc:
Delivery-date: Mon, 31 May 2010 07:55:34 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=zkKDM3JUm2D5xI9mEAsbEwbANp/veCSzgxrh8x5z1VI=; b=lGM8Tiw4SNU13a1g24iCJ06tkddCvS+Jw/89RXIRZjjLzuWdNo4GQJxsiTPMVUuW6r N8CohNEgnOjbfHWIlILABIIDW5CGdpXHGUE3sg6np+MFEl52Espka/00GFqwi1mGff68 6ZOZ9eiCFrYZkWJfNf3rVPhtBxz8PvP8guaf8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=AllHOmvAqDUgZL1xc/tj5HRDITayz2A19mAMB/Os+9SfN13f6r11T/p5lP1oxQoXZH C4Mze0bVochvB9D+dhwuyeWAl4+W6dQ2tEc7pXMMod5vCZYne9dvFAO9xjMWIAMxIM7O BiXVYuYgYXYCBWSqMfGSy/Mks4+O/Beg3Fszs=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi All,

i am facing problem with 

make install

in that :

  INSTALL //lib/firmware/atmsar11.fw
install: cannot stat `firmware/atmsar11.fw': No such file or directory
make[6]: *** [//lib/firmware/atmsar11.fw] Error 1
make[5]: *** [_modinst_post] Error 2
make[4]: *** [sub-make] Error 2
make[3]: *** [all] Error 2
make[3]: Leaving directory `/home/onkar/xen/xen-4.0.0/build-linux-2.6-pvops_x86_32'

make[2]: *** [build] Error 2
make[2]: Leaving directory `/home/onkar/xen/xen-4.0.0'
make[1]: *** [linux-2.6-pvops-install] Error 2
make[1]: Leaving directory `/home/onkar/xen/xen-4.0.0'
make: *** [install-kernels] Error 1
[root@localhost xen-4.0.0]# cd /lib/modules/
[root@localhost modules]# ls
2.6.31.13  2.6.31.5-127.fc12.i686.PAE  2.6.34
[root@localhost modules]# cd 2.6.31.13
[root@localhost 2.6.31.13]# ls
build  kernel  modules.order  source


because of that , no modules are getting loaded when the pvops kernel is booted.

config file is attached.

log file says :

Jun  1 07:37:16 localhost modprobe: FATAL: Could not load /lib/modules/2.6.31.13/modules.dep: No such file or directory


thanks,
onkar


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] compilation problem, Onkar Mahajan <=