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

Re: [Xen-users] xen testing

To: "Martin A. Brooks" <martin@xxxxxxxxxxxxxx>
Subject: Re: [Xen-users] xen testing
From: Adam Nielsen <adam.nielsen@xxxxxxxxx>
Date: Tue, 13 Jun 2006 10:11:18 +1000
Cc: xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 12 Jun 2006 17:12:04 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <448A8F1D.6060803@xxxxxxxxxxxxxx>
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>
References: <448A8F1D.6060803@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Martin,

> /usr/bin/ld: Warning: size of symbol `__kernel_vsyscall' changed from
> 3 in arch/i386/kernel/vsyscall-int80.o to 20 in
> arch/i386/kernel/vsyscall-sysenter.o
> arch/i386/kernel/vsyscall-sysenter.o: In function
> `__kernel_sigreturn':
> arch/i386/kernel/vsyscall-sysenter.S:(.text+0x20): multiple
> definition of `__kernel_sigreturn'
> arch/i386/kernel/vsyscall-int80.o:arch/i386/kernel/vsyscall-int80.S:(.text
> +0x20): 

I was getting these errors when I was incorrectly compiling the
kernel.  I can't recall what precisely the problem was, but I think it
was something along the lines of I attempted to compile a 2.6.16.16
kernel, but I did it with the 2.6.16.16 source.

I had to download the 2.6.16 source, apply the Xen patch (I think this
is all done by 'make world'), then apply the 2.6.16 -> 2.6.16.16 patch,
in that order. Also the correct commands to compile the kernel are
listed at the end of the README, the first time you compile it's
probably best to do it that way, and then once that works go in and
fiddle with the kernel configuration.  My problem was I tried to skip a
few steps to save time, but it breaks the kernel compile.

So you'll probably need to start a fresh, and make sure it works with
all the defaults before beginning to fiddle.  Sorry I couldn't be any
more helpful.

Cheers,
Adam.

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

<Prev in Thread] Current Thread [Next in Thread>