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-ia64-devel] [Patch 2/2] minios: fix compilation on ia64

To: xen-ia64-devel <xen-ia64-devel@xxxxxxxxxxxxxxxxxxx>, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-ia64-devel] [Patch 2/2] minios: fix compilation on ia64
From: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>
Date: Mon, 28 Jan 2008 21:08:45 +0900
Delivery-date: Mon, 28 Jan 2008 04:09:33 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-ia64-devel-request@lists.xensource.com?subject=help>
List-id: Discussion of the ia64 port of Xen <xen-ia64-devel.lists.xensource.com>
List-post: <mailto:xen-ia64-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-ia64-devel>, <mailto:xen-ia64-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-ia64-devel-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

fix the following compilation error for minios on ia64.
With these two patches, we cannot boot mini-os on ia64 yet.

make --directory=arch/ia64 || exit 1;
make[1]: Entering directory `/root/mini/xen-unstable.hg.16919/extras/mini-os/
arch/ia64'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/root/mini/xen-unstable.hg.16919/extras/mini-os/arch
/ia64'
ld -r  -warn-common arch/ia64/ia64.o blkfront.o events.o fs-front.o gnttab.o 
hypervisor.o kernel.o mm.o netfront.o sched.o lib/ctype.o lib/math.o lib/printf.
o lib/string.o lib/xmalloc.o xenbus/xenbus.o console/console.o console/
xencons_ring.o -Larch/ia64 -lia64 -o mini-os.o
objcopy -w -G xenos_* -G _start mini-os.o mini-os.o
ld  -warn-common -T arch/ia64/minios-ia64.lds mini-os.o  -o mini-os
mini-os.o: In function `blkfront_aio':
/root/mini/xen-unstable.hg.16919/extras/mini-os/blkfront.c:280: undefined 
reference to `__udivsi3'
make: *** [mini-os] Error 1

Signed-off-by: Akio Takebe <takebe_akio@xxxxxxxxxxxxxx>

Best Regards,

Akio Takebe 

Attachment: fix_minios_ia64_2.patch
Description: Binary data

_______________________________________________
Xen-ia64-devel mailing list
Xen-ia64-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-ia64-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-ia64-devel] [Patch 2/2] minios: fix compilation on ia64, Akio Takebe <=