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] x86-64 dom0 kernel with smp fails to compile

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] x86-64 dom0 kernel with smp fails to compile
From: Florian Gödden <florian.goedden@xxxxxx>
Date: Wed, 06 Jul 2005 09:30:20 +0200
Delivery-date: Wed, 06 Jul 2005 07:32:49 +0000
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/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
User-agent: Mozilla Thunderbird 0.5 (Windows/20040207)
Hello,

I try to compile a x86-64 xen dom0 kernel with smp support on a Debian amd64 system. But it fails with the following error:

 LD      init/built-in.o
 LD      .tmp_vmlinux1
ld: BFD 2.15 assertion fail ../../bfd/linker.c:619
arch/xen/x86_64/kernel/head64.o(.init.text+0x127): In function `x86_64_start_kernel':
: undefined reference to `cpu_online_map'
init/built-in.o(.text+0x71): In function `init':
: undefined reference to `smp_prepare_cpus'
init/built-in.o(.text+0x86): In function `init':
: undefined reference to `cpu_callout_map'
                           .
. . a lot more undefined references
                           .
. net/built-in.o(.text+0x18730): In function `rt_cpu_seq_start':
: undefined reference to `cpu_callout_map'
net/built-in.o(.text+0x18753): In function `rt_cpu_seq_next':
: undefined reference to `cpu_callout_map'
net/built-in.o(.text+0x49a82): In function `fold_field':
: undefined reference to `cpu_callout_map'
net/built-in.o(.text+0x4a449): more undefined references to `cpu_callout_map' follow
make: *** [.tmp_vmlinux1] Error 1

I use the xen-unstable tree. Without smp support in the kernel there are no problems. Any suggestions?

Florian




_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] x86-64 dom0 kernel with smp fails to compile, Florian Gödden <=