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-arm

[XenARM] Problem Compiling the Code

To: xen-arm@xxxxxxxxxxxxxxxxxxx
Subject: [XenARM] Problem Compiling the Code
From: Comson <comson@xxxxxxxxx>
Date: Wed, 13 Jan 2010 14:17:50 -0500
Delivery-date: Thu, 14 Jan 2010 07:31:48 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:from:date:message-id :subject:to:content-type; bh=R10s0i73n4VbgUiZ7ffz28SSek4rcAMC15KqEed7tE8=; b=DbwuyyrhGmCKKeBM5eXRoVucb8UT5Yb72FvdTpkLEI2QFs+BPbe78TJ1LodCC0S3YN iwfW9ss/DU8IWRGDQ/rwj68EbjtlsPSQ0FG9qkFV5uGbl0eyCzqdFI5K9kUeDXGGpoAz hHnbC7F62F31/XkrEhWGvssMA8g2OVb3f2GGg=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=ObW1CZDzaX9aL6CnNW/Q9kzaSnqDi/0C9En/kuYqSqd2hPoNPJIXtHdozppiIVR6Ji t9HthEK+Qixl4YBvFtYyzUy5g34azr+fum9/IgXEVDO9Tdr1LKd3+7riTppZ9+LxooCu cV+ULmPOTR5OB+NfzWJ8OCfQmpGq+mO6WgULc=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-arm-request@lists.xensource.com?subject=help>
List-id: Xen ARM development <xen-arm.lists.xensource.com>
List-post: <mailto:xen-arm@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-arm>, <mailto:xen-arm-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-arm>, <mailto:xen-arm-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-arm-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I am following the Secure Xen on ARM User's Guide to compile a Linux kernel. 

The setup is as below:
System: Fedora 12
Xen source code: xen-unstable-081210.tar.bz2
The cross tool chain: arm-linux-3.4.4.tar.bz2
Linux Kernel: linux-2.6.21.1.tar.bz2

Problem:
All the steps were fine till I executed the command ./do_compile.sh to compile kernel image files of Dom0 and Dom1. 
The compile crashed after generating the vmlinux.out0 file. 

This is the output on the screen when it crashed. There was no error message or anything.
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
  KSYM    .tmp_kallsyms1.S
  AS      .tmp_kallsyms1.o
  LD      .tmp_vmlinux2
  KSYM    .tmp_kallsyms2.S
  AS      .tmp_kallsyms2.o
  LD      vmlinux
  SYSMAP  System.map
  SYSMAP  .tmp_System.map
  MODPOST vmlinux
  /opt/nicta/tools/gcc-3.4.4-glibc-2.3.5/arm-linux/bin/arm-linux-strip -s vmlinux -o vmlinux.out0
  mv vmlinux vmlinux0
  Building modules, stage 2.
  MODPOST 2 modules
  CC      crypto/ecb.mod.o
  LD [M]  crypto/ecb.ko
  CC      crypto/pcbc.mod.o
  LD [M]  crypto/pcbc.ko  
  [root@Fedora12 linux-2.6.21.1]# 

Do you know what would cause this to happen? I am really appreciate the help.


Thanks,

Comson


_______________________________________________
Xen-arm mailing list
Xen-arm@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-arm
<Prev in Thread] Current Thread [Next in Thread>
  • [XenARM] Problem Compiling the Code, Comson <=