|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Compile pvops kernel xen/stable-2.6.32.x error
> Ah, how unpleasant. Unfortunately the problem isn't really with the
> lines its pointing out, but with something earlier in the source (or
> headers) which is also per-cpu, and gcc has decided there's a section
> conflict between the two. Could you do "make arch/x86/mmu.i" and send
> me the result?
I guess you mean "make arch/x86/xen/mmu.i" instead?
mock-chroot> make arch/x86/mmu.i
make: *** No rule to make target `arch/x86/mmu.i'. Stop.
mock-chroot> make arch/x86/xen/mmu.
mmu.c mmu.h
mock-chroot> make arch/x86/xen/mmu.i
CHK include/linux/version.h
CHK include/linux/utsrelease.h
SYMLINK include/asm -> include/asm-x86
CALL scripts/checksyscalls.sh
CPP arch/x86/xen/mmu.i
mock-chroot>
FYI, I am able to compile if I optimized the kernel configuration such
as CPUSET, Power related such as battery, adaptors, laptop related
etc. all disabled. The problem config is used from RHEL6 x86_64
kernel
(ftp://ftp.redhat.com/pub/redhat/rhel/beta/6Server-beta2/x86_64/os/Packages/kernel-2.6.32-44.2.el6.x86_64.rpm)
as base and just make oldconfig etc. to enable XEN related and there I
got those errors :/
Thanks.
Kindest regards,
Giam Teck Choon
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|