|
|
|
|
|
|
|
|
|
|
xen-users
Hi
I'm trying to compile a xen0 kernel with a custom configuration.
I have downloaded the "testing" tarball which uses 2.6.16.13. I've
generated a kernel patch with "make mkpatches", applied the patch to a
pristine tree, dropped in my .config, done a make oldconfig and then try
to compile. I'm getting this compilation error, though:
CC arch/i386/kernel/vm86.o
CC arch/i386/kernel/early_printk.o
SYSCALL arch/i386/kernel/vsyscall-syms.o
arch/i386/kernel/vsyscall-sysenter.o: In function `__kernel_vsyscall':
arch/i386/kernel/vsyscall-sysenter.S:(.text+0x0): multiple definition of
`__kernel_vsyscall'
arch/i386/kernel/vsyscall-int80.o:arch/i386/kernel/vsyscall-int80.S:(.text+0x0):
first defined here
/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):
first defined here
arch/i386/kernel/vsyscall-sysenter.o: In function `__kernel_rt_sigreturn':
arch/i386/kernel/vsyscall-sysenter.S:(.text+0x40): multiple definition
of `__kernel_rt_sigreturn'
arch/i386/kernel/vsyscall-int80.o:arch/i386/kernel/vsyscall-int80.S:(.text+0x40):
first defined here
collect2: ld returned 1 exit status
make[1]: *** [arch/i386/kernel/vsyscall-syms.o] Error 1
make: *** [arch/i386/kernel] Error 2
Regards
Mart.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|