| Hi all,   I install Xen on a fresh Ubuntu 9.04 from source. During the code runing it shows usually "Warning: not literal format or no paramaters". By "make" linux kernel after 1 hours code running it ends with: (The installation steps is shown below)   --------------------------------------------------------------------------- WARNING: modpost: Found 1 section mismatch(es).To see full details build your kernel with:
 'make CONFIG_DEBUG_SECTION_MISMATCH=y'
 GEN     .version
 CHK     include/linux/compile.h
 UPD     include/linux/compile.h
 CC      init/version.o
 LD      init/built-in.o
 LD      .tmp_vmlinux1
 arch/x86/kernel/built-in.o: In function `timer_interrupt':
 /usr/src/buildir/linux-2.6.29.4/arch/x86/kernel/time_32-xen.c:465: undefined reference to `__udivdi3'
 make: *** [.tmp_vmlinux1] Error 1]
 **********************************************************
 Have tried this workaround:-
 
 http://mulps.wordpress.com/2009/05/29/compiling-xen-kernel-2-6-29-2/
 ************************************************************
 
 
 ---------------------------------------------------------   Installation steps:   ----------------------   I also thank Boris for helping me so far. If anyone knows. Or If you have a good xenified kernel for Ubuntu 9.04. Please help me |