|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Stable dom0 kernel > 2.6.20 ?
For example, here's what I did:
I downloaded this Xen 2.6.22 kernel from http://hg.et.redhat.com/kernel-dev/linux-2.6.22-xen-unstable mercurial repo.
I did make menuconfig, included XEN patches and got a lot of such "warning"s when I saved my config: ... /boot/config-2.6.18.8-xen:2895:warning: symbol value 'm' invalid for RTC_INTF_DEV /boot/config-2.6.18.8-xen:2985:warning: trying to assign nonexistent symbol ZISOFS_FS
/boot/config-2.6.18.8-xen:3024:warning: trying to assign nonexistent symbol JFFS_FS /boot/config-2.6.18.8-xen:3025:warning: trying to assign nonexistent symbol JFFS_FS_VERBOSE /boot/config-2.6.18.8-xen:3026:warning: trying to assign nonexistent symbol JFFS_PROC_FS
/boot/config-2.6.18.8-xen:3091:warning: trying to assign nonexistent symbol RXRPC /boot/config-2.6.18.8-xen:3182:warning: trying to assign nonexistent symbol DEBUG_RWSEMS /boot/config-2.6.18.8-xen:3194:warning: trying to assign nonexistent symbol UNWIND_INFO
/boot/config-2.6.18.8-xen:3216:warning: trying to assign nonexistent symbol SECURITY_SECLVL /boot/config-2.6.18.8-xen:3278:warning: trying to assign nonexistent symbol XEN_NETDEV_ACCEL_SFC_FRONTEND /boot/config-2.6.18.8-xen:3279:warning: trying to assign nonexistent symbol XEN_GRANT_DEV
# # configuration written to .config #
*** End of Linux kernel configuration. *** Execute 'make' to build the kernel or try 'make help'.
then as suggested I ran:
make
and got the following error right in the first seconds: ... LD arch/i386/kernel/cpu/mtrr/built-in.o CC arch/i386/kernel/cpu/perfctr-watchdog.o LD arch/i386/kernel/cpu/built-in.o CC arch/i386/kernel/msr.o
CC arch/i386/kernel/microcode.o CC arch/i386/kernel/smp.o CC arch/i386/kernel/tsc_sync.o CC arch/i386/kernel/smpcommon.o CC arch/i386/kernel/mpparse.o CC arch/i386/kernel/apic.o
CC arch/i386/kernel/nmi.o CC arch/i386/kernel/io_apic.o CC arch/i386/kernel/machine_kexec.o arch/i386/kernel/machine_kexec.c:36:1: error: unterminated #else make[1]: *** [arch/i386/kernel/machine_kexec.o] Error 1
make: *** [arch/i386/kernel] Error 2
so does anybody understand what is the problem?
Thanks,
Emre
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|