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] Undefined reference to `xen_pcpu_index'

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Undefined reference to `xen_pcpu_index'
From: Akshay Sheth <aks.sheth88@xxxxxxxxx>
Date: Sat, 23 Apr 2011 10:57:01 -0400
Delivery-date: Sat, 23 Apr 2011 07:59:52 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=bZxoEup7fIHyoDRE883HhexJILIH4rQAKEOtrcD8rY4=; b=NAjVf1pjKAzYx4bnsT44TN+tVpR9ARjBlNscatwk6AtpJ4XAb/X2LgntFTZRsntbBz dlAGns8mDj656SnM1huD0XFDcxAeopQwSyiRG0DmQ8Qec1t3Ql4h8k4g9gW2fcktiAM5 8oPWZ772B1SX6znmn1dNtECf6XZfvI0aczkoA=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=Tlsa/W5bDafR10P/QbK8233sZ2fvczgAVzbNVh9iWPCWdAN1be8XLnGezfmtc3VaDa dKUqqFLNHAMiV1Dno2Dn7ztVkQ8qWNTsPNCIJffMNoq2tDhyDsyYEEq++EUuh3IwlMhL Hld7nA38W79DUaRWtfdh4RunBtNYI5XtpAm64=
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I'm trying to compile the xen 2.6.32.x pv_ops kernel on ubuntu 10.10 with i3 core system (DELL). While compiling the kernel,I get the following error:

drivers/built-in.o: In function `xen_acpi_processor_get_info':
/usr/local/src/linux-2.6-xen/drivers/acpi/processor_xen.c:204: undefined reference to `xen_pcpu_index'
make: *** [.tmp_vmlinux1] Error 1

Could some one please help me out with this? I have been stuck on this problem for a long time now

Thanks
Akshay
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Undefined reference to `xen_pcpu_index', Akshay Sheth <=