Alex Ho wrote:
just delete xen/common/slab.c
.a
I am getting a bunch of linker errors with the latest bkbits version:
ld -m elf_i386 -T x86_32/xen.lds -N \
boot/x86_32.o
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/drivers/char/driver.o
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/drivers/acpi/driver.o
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/drivers/pci/driver.o
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86/arch.o -o
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/xen-syms
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x15a2):
In function `alloc_dom_mem':
: undefined reference to `hypercall_create_continuation'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x17db):
In function `free_dom_mem':
: undefined reference to `hypercall_create_continuation'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x18f4):
In function `do_createdomain':
: undefined reference to `arch_do_createdomain'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x1a2e):
In function `domain_destruct':
: undefined reference to `free_perdomain_pt'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x1b9c):
In function `do_boot_vcpu':
: undefined reference to `arch_final_setup_guestos'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x1c15):
In function `do_boot_vcpu':
: undefined reference to `arch_free_exec_domain_struct'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x1d73):
In function `domain_kill':
: undefined reference to `domain_relinquish_memory'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x1e79):
In function `domain_shutdown':
: undefined reference to `machine_halt'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x1ed4):
In function `domain_shutdown':
: undefined reference to `machine_restart'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x1f3a):
In function `alloc_new_dom_mem':
: undefined reference to `domain_relinquish_memory'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x1fc5):
In function `final_setup_guestos':
: undefined reference to `arch_final_setup_guestos'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x3b79):
In function `do_task_queues':
: undefined reference to `dump_pageframe_info'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x3fd2):
In function `halt_machine':
: undefined reference to `machine_restart'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x4930):
In function `do_multicall':
: undefined reference to `hypercall_create_continuation'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x7770):
In function `alloc_exec_domain_struct':
: undefined reference to `arch_alloc_exec_domain_struct'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x7838):
In function `alloc_exec_domain_struct':
: undefined reference to `arch_free_exec_domain_struct'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x79e0):
In function `__enter_scheduler':
: undefined reference to `switch_to'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x7bb4):
In function `free_domain_struct':
: undefined reference to `arch_free_exec_domain_struct'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x7bec):
In function `alloc_domain_struct':
: undefined reference to `arch_alloc_domain_struct'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x7c29):
In function `alloc_domain_struct':
: undefined reference to `arch_free_domain_struct'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/common/common.o(.text+0x7bc7):
In function `free_domain_struct':
: undefined reference to `arch_free_domain_struct'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/drivers/char/driver.o(.text+0x100a):
In function `panic':
: undefined reference to `machine_restart'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86/arch.o(.text+0x761):
In function `arch_do_dom0_op':
: undefined reference to `do_iopl'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86/arch.o(.text+0x5958):
In function `do_mmu_update':
: undefined reference to `hypercall_create_continuation'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86/arch.o(.text+0xe60b):
In function `do_set_trap_table':
: undefined reference to `hypercall_create_continuation'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86/arch.o(.text+0x10341):
In function `vmx_do_page_fault':
: undefined reference to `handle_mmio'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86/arch.o(.text+0x11d02):
In function `vmx_do_launch':
: undefined reference to `arch_vmx_do_resume'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86/arch.o(.text+0x13166):
In function `construct_dom0':
: undefined reference to `new_thread'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86/arch.o(.text.init+0x64e5):
In function `__start_xen':
: undefined reference to `startup_cpu_idle_loop'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86/arch.o(.text.init+0x6967):
In function `start_of_day':
: undefined reference to `arch_do_createdomain'
/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86/arch.o(.text.init+0x71a3):
In function `start_secondary':
: undefined reference to `startup_cpu_idle_loop'
make[1]: *** [/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/xen-syms] Error 1
make[1]: Leaving directory
`/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/arch/x86'
make: *** [/mnt/hda3/home/jacobg/xeno-unstable.bk/xen/xen] Error 2
/Jacob
-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|