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_pcpu_index error when compiling dom0 kernel

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] xen_pcpu_index error when compiling dom0 kernel
From: Zhi Liu <bradevuu@xxxxxxxxx>
Date: Mon, 4 Jul 2011 11:54:24 -0400
Delivery-date: Mon, 04 Jul 2011 08:55:49 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=CsoyxfZclDuDJyjkY66lYrFHzxGaDZbHVZY27GsQaxo=; b=o2kSJdMbow8/Po2QkKeVW7BgU2XPeRETErpzEMKa6197C47XYM+SHQj0L4lkRCz2i0 51oVNzuugNnInnKJA6asIllNxlqJpcuyll5vztl3AeQ61pPWtrq2qxcLkIaHqzre82jf Y67/6n1ptcXD00RVmPd9ag6Rp3IQNhfUWX8mw=
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 all,

I follow instructions to compile dom0 kernel(2.6.32): make ARCH=x86_64 menuconfig.    Everything goes fine until an error occurs at the end of compiling process:

Kernel: arch/x86/boot/bzImage is ready  (#3)
  Building modules, stage 2.
  MODPOST 1477 modules
ERROR: "xen_pcpu_index" [drivers/acpi/processor.ko] undefined!
WARNING: modpost: Found 1 section mismatch(es).
To see full details build your kernel with:
'make CONFIG_DEBUG_SECTION_MISMATCH=y'
make[1]: *** [__modpost] Error 1
make: *** [modules] Error 2


I searched archives there is one thread,  but no one answered...  My machine is Ubuntu8 32-bit(2.6.24-19), i5 processor, xen-3.4.2. I got stuck for several days:(    I really appreciate your help!


Best,
Liu, Zhi
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] xen_pcpu_index error when compiling dom0 kernel, Zhi Liu <=