Akio Takebe
2008-Jan-28 12:08 UTC
[Xen-ia64-devel] [Patch 2/2] minios: fix compilation on ia64
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@jp.fujitsu.com> Best Regards, Akio Takebe _______________________________________________ Xen-ia64-devel mailing list Xen-ia64-devel@lists.xensource.com http://lists.xensource.com/xen-ia64-devel