Thank you for your response and assistance.
I removed the previous directories and files, downloaded the xen-4.0.0
tarball, unpacked it, executed make world.
I then followed your instructions and rolled back to 1016 and executed the
make with the following results:
/downloads/xen-4.0.0/tools/ioemu-dir/hw/pci.h:174:1: warning:
"PCI_STATUS_FAST_BACK" redefined
In file included from
/usr/include/pci/pci.h:13,
from
/downloads/xen-4.0.0/tools/ioemu-dir/hw/pt-msi.h:4,
from
/downloads/xen-4.0.0/tools/ioemu-dir/hw/pt-msi.c:22:
/usr/include/pci/header.h:33:1:
warning: this is the location of the previous definition
CC i386-dm/kqemu.o
CC
i386-dm/i386-dis.o
AR i386-dm/libqemu.a
LINK i386-dm/qemu-dm
vl.o: In function
`drive_get_index':
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:2242: relocation
truncated to fit: GPREL22 against
`.data.rel.ro'
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:2242: relocation
truncated to fit: GPREL22 against `.data.rel.ro'
vl.o: In function
`drive_get_max_bus':
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:2263:
relocation truncated to fit: GPREL22 against `.data.rel.ro'
vl.o: In function
`drive_get_serial':
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:2277:
relocation truncated to fit: GPREL22 against `.data.rel.ro'
vl.o: In function
`drive_get_onerror':
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:2288:
relocation truncated to fit: GPREL22 against `.data.rel.ro'
vl.o: In function
`show_available_alarms':
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:1050:
relocation truncated to fit: GPREL22 against `.rodata.cst8'
vl.o: In function
`drive_init':
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:2574: relocation
truncated to fit: GPREL22 against
`.data.rel.ro'
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:2568: relocation
truncated to fit: GPREL22 against
`.data.rel.ro'
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:2574: relocation
truncated to fit: GPREL22 against
`.data.rel.ro'
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:2596: relocation
truncated to fit: GPREL22 against
`.data.rel.ro'
/downloads/xen-4.0.0/tools/ioemu-dir/vl.c:2596: additional
relocation overflows omitted from the output
/usr/bin/ld: final link failed:
Nonrepresentable section on output
collect2: ld returned 1 exit
status
make[4]: *** [qemu-dm] Error 1
make[4]: Leaving directory
`/downloads/xen-4.0.0/tools/ioemu-qemu-xen/i386-dm'
make[3]: ***
[subdir-i386-dm] Error 2
make[3]: Leaving directory
`/downloads/xen-4.0.0/tools/ioemu-qemu-xen'
make[2]: ***
[subdir-install-ioemu-dir] Error 2
make[2]: Leaving directory
`/downloads/xen-4.0.0/tools'
make[1]: *** [subdirs-install] Error
2
make[1]: Leaving directory `/downloads/xen-4.0.0/tools'
make: ***
[install-tools] Error 2
debian-sys0v:/downloads/xen-4.0.0#
I hope that you will be able to tell me how to proceed.
jimc