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-users] Why " When I want to build a 64 bit xen, but I got a 32 bit

To: Xen Mailing List <xen-users@xxxxxxxxxxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Why " When I want to build a 64 bit xen, but I got a 32 bit one"
From: lei yang <yanglei.fage@xxxxxxxxx>
Date: Tue, 18 May 2010 16:26:06 +0800
Cc:
Delivery-date: Tue, 01 Jun 2010 09:00:37 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=l2/6QY9IAUcbhzPS6H2y7eZdi1H+6HcTymEYldJu47w=; b=bV6JoqwsFPQhEFdTK2jsreTHJD40CTu757jpuXmrQEeqsybJ1Kal5DzT27TWoCrncE cNfuoKqbjiwMxyYoC9BhJ6K9f5Rm0TaPPqHrNmBqGEUxiMhuncIcNHnOfsgNlfnKXqhD B4/nFftiHPdDU1B1DYYoDKwrWOTBsBvKSAawo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=QeTULkjRdBTFZBxfVE/qIRqenQVTmKadlFFp9q9cf+nD6NjJj/gkX3hahhPIYzIiy4 jn0gsBZvpsTDasLvwy72JpBECcEfZcYpwK7c/fXZOl7f3rQhTgSTKbSQPVl7tKJ9LQu8 /heY6PDdY5BNJBjehm18WjauTDXo5c3T3CshQ=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx

Hi experts,

I want to cross the xen-4.0.0 to 64 bit, and build with

make  CROSS_COMPILE=/home/bin/i586-linux-gnu-x86_64-glibc_std-    XEN_TARGET_ARCH=x86_64   xen

Then I got xen image:
but when I run " file xen"

$ file xen-syms
xen-syms: ELF 64-bit LSB executable, AMD x86-64, version 1 (SYSV), statically linked, not stripped

$ file xen
xen: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), statically linked, stripped

It's a 32 bit one,

From the log I see "./boot/mkelf32 /buildarea1/lyang0/xen/xen-4.0.0/xen/xen-syms /buildarea1/lyang0/xen/xen-4.0.0/xen/xen 0x100000 "
why it change to 32 bit?

and I use this image to boot, it casue the board reboot, and no log output.( I use gpxe boot)
if I build a 32 bit xen (using XEN_TARGET_ARCH=x86_32), it boot well

Any help would be appreciated

Thanks
Lei



--
"We learn from failure, not from success!"

Attachment: xen_build.log
Description: Binary data

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Why " When I want to build a 64 bit xen, but I got a 32 bit one", lei yang <=