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 hypercall_page problem

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] x86_64 hypercall_page problem
From: Erling Andersen <Erling.Andersen@xxxxxxxxxxxxxxx>
Date: Fri, 10 Feb 2006 14:29:42 +0100
Delivery-date: Fri, 10 Feb 2006 13:42:04 +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: Debian Thunderbird 1.0.2 (X11/20051002)
When compiling the kernel from http://xenbits.xensource.com/linux-2.6-xen.hg, the following message appears during "make":

  LD      .tmp_vmlinux1
arch/x86_64/kernel/head-xen.o: In function `hypercall_page':arch/x86_64/kernel/head-xen.S:(.text+0xa000): undefined reference to `__adjust_hypercall_page_in_header'

The source code of head-xen.S suggests that this reference is not supposed to exist. Instead, it is seems to be an indication that there is some kind of alignment problem.

How am I supposed to compile the kernel to avoid this problem?

Ubuntu Dapper 6.04, x86_64 xeon, gcc 3.4.6, as 2.16.91

-Erling

_______________________________________________
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 hypercall_page problem, Erling Andersen <=