WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Building Xenserver

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Building Xenserver
From: Ritu kaur <ritu.kaur.us@xxxxxxxxx>
Date: Wed, 10 Feb 2010 10:02:40 -0800
Delivery-date: Mon, 15 Feb 2010 02:39:53 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=fEntZi3GjEB+f1oVAqNkKiuL/zBx8IsmLDqHcdyW2ck=; b=mVLGGlKQzroET6CcwRNQ8V4Y1fUiWEp8xHREDvmoRN2Nq5LUzyNVeDKX5nIEOW8amS 8KEZvS+qmqoXjR7JXqWNKPSbetwK24o+1QE+5yS5AqEOTojF4dJ/5xRo/4EDhaAuncOc 1uQhgXEx98jemda/lg0e/OxFP+L4hlxaTogJg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=qOavw9dAGHA3EKI79Uq6pfp+t5xjxucM7lhVpd1YghUCHc2X4VPtYep7hqy4dw+oLA Uip7QABUeOQADmpCbYKU42KGXdoTJrZb01Das/qQ2OjAgnOI8sBZw4dXGaaFcAmOEmHn mKTxOjr5BAr0FCs6FGFICorjV11+ZtTdFox5s=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
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
*
  • Unable to find the QT installation. Please make sure that
  • the QT development package is correctly installed and
  • either install pkg-config or set the QTDIR environment
  • variable to the correct location.
*
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


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Building Xenserver, Ritu kaur <=