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

[Xen-users] Re: 3.0.2 hvmloader

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Re: 3.0.2 hvmloader
From: Dmitry Melekhov <dm@xxxxxxxxxx>
Date: Tue, 08 Aug 2006 11:54:40 +0500
Delivery-date: Tue, 08 Aug 2006 02:01:14 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <44D70DF7.408@xxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <44D70DF7.408@xxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.5 (X11/20060728)
Dmitry Melekhov пишет:
Hello!

I want to run windows in xen.
My linux distrution in ubuntu 6.06 amd 64.

I downloaded and installed xen 3.0.2 from binaries.

I found that hvmloader is not included in binary distribution :-(
So I try to compile it from sources.
I get following error:

cpp -P -DDEBUG -DTEXTADDR=0x000D0000 vmxassist.ld > vmxassist.tmp
ld -o vmxassist -m elf_i386 -nostdlib --fatal-warnings -N -T vmxassist.tmp head.o trap.o vm86.o setup.o util.o
nm -n vmxassist > vmxassist.sym
objcopy -p -O binary -R .note -R .comment -R .bss -S --gap-fill=0 vmxassist vmxassist.tmp
dd if=vmxassist.tmp of=vmxassist.bin ibs=512 conv=sync
37+1 records in
38+0 records out
make[1]: *** [vmxassist.bin] Segmentation fault
make[1]: *** Удаляется файл `vmxassist.bin'
make[1]: Leaving directory `/var/local/files/xen-3.0.2-2/tools/firmware/vmxassist'
make: *** [all] Ошибка 2

This is bug in ubuntu's dd.
I replaced it with dd from suse and all is OK now.
Sorry for noise.


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

<Prev in Thread] Current Thread [Next in Thread>