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 Could you help me? _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
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] Ошибка 2This 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@lists.xensource.com http://lists.xensource.com/xen-users