Hello!

Has anyone built Xenserver? I am building Xenserver using linux-2.6.18-128.1.6.el5.xs5.5.0.496.1012 and I am compiling in DDK.

First, I tried "make xconfig" and I get following errors...
make xconfig
CHECK qt
*
*
make[1]: *** No rule to make target `scripts/kconfig/.tmp_qtcheck', needed by `scripts/kconfig/qconf.o'. Stop.
make: *** xconfig Error 2


Later, I tried "make oldconfig" followed by "make", build logs shows vmlinuz built

...
SYSMAP System.map
  SYSMAP .tmp_System.map
  OBJCOPY arch/i386/boot/vmlinux-stripped
  GZIP    arch/i386/boot/vmlinuz
Kernel: arch/i386/boot/vmlinuz is ready  (#3)
...

however, I do not see vmlinuz under arch/i386/boot...

# pwd
/root/xenserver/linux-2.6.18-128.1.6.el5.xs5.5.0.496.1012/arch/i386/boot
# ls
Makefile    compressed  install.sh      setup.S  video.S
bootsect.S  edd.S       mtools.conf.in  tools
#

Build continues after the above message with

 Building modules, stage 2.
  MODPOST
WARNING: vmlinux - Section mismatch: reference to .init.text: from .text between 'rest_init' (at offset 0xc010215b) and 'try_name'
WARNING: vmlinux - Section mismatch: reference to .init.text:__alloc_bootmem from .text between 'cpu_init' (at offset 0xc010f3c8) and 'c_start'
...

and stops at

  LD [M]  net/xfrm/xfrm_user.ko
  CC      security/root_plug.mod.o
  LD [M]  security/root_plug.ko
  CC      security/seclvl.mod.o
  LD [M]  security/seclvl.ko

Any inputs will be very much appreciated.

Thanks