search for: dtextaddr

Displaying 3 results from an estimated 3 matches for "dtextaddr".

2005 Oct 12
1
compile error
...signedness acpi_gen.c:56: warning: incompatible implicit declaration of built-in function â exitâ ./acpigen acpi.bin make[4]: Leaving directory `/setup/xen/xen-unstable/tools/firmware/acpi'' make[4]: Entering directory `/setup/xen/xen-unstable/tools/firmware/vmxassist'' gcc -DDEBUG -DTEXTADDR=0x000D0000 -I. -I../../../tools/libxc -Wall -fno-builtin -O2 -msoft-float -m32 -march=i686 -D__ASSEMBLY__ -DDEBUG -DTEXTADDR=0x000D0000 - c head.S gcc -DDEBUG -DTEXTADDR=0x000D0000 -I. -I../../../tools/libxc -Wall -fno-builtin -O2 -msoft-float -m32 -march=i686 -o gen gen.c /usr/lib64/gcc/x86_64-sus...
2005 Oct 12
1
compile error
...signedness acpi_gen.c:56: warning: incompatible implicit declaration of built-in function â exitâ ./acpigen acpi.bin make[4]: Leaving directory `/setup/xen/xen-unstable/tools/firmware/acpi'' make[4]: Entering directory `/setup/xen/xen-unstable/tools/firmware/vmxassist'' gcc -DDEBUG -DTEXTADDR=0x000D0000 -I. -I../../../tools/libxc -Wall -fno-builtin -O2 -msoft-float -m32 -march=i686 -D__ASSEMBLY__ -DDEBUG -DTEXTADDR=0x000D0000 - c head.S gcc -DDEBUG -DTEXTADDR=0x000D0000 -I. -I../../../tools/libxc -Wall -fno-builtin -O2 -msoft-float -m32 -march=i686 -o gen gen.c /usr/lib64/gcc/x86_64-sus...
2006 Aug 07
1
3.0.2 hvmloader
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.tm...