All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jacob Gorm Hansen <jacobg@diku.dk>
To: Alex Ho <alex.ho@cl.cam.ac.uk>
Cc: Jared Rhine <jared@wordzoo.com>, xen-devel@lists.sourceforge.net
Subject: Re: [Xen-changelog] 1. Deleted slab.c, added xmalloc.c. Do not rename header or remove
Date: Fri, 04 Feb 2005 16:45:03 -0800	[thread overview]
Message-ID: <4204170F.9060303@diku.dk> (raw)
In-Reply-To: <20050204235555.54876706.alex.ho@cl.cam.ac.uk>

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

  reply	other threads:[~2005-02-05  0:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <E1CxCTk-00083v-Ve@moria.surriel.com>
2005-02-04 23:44 ` [Xen-changelog] 1. Deleted slab.c, added xmalloc.c. Do not rename header or remove Jared Rhine
2005-02-04 23:55   ` Alex Ho
2005-02-05  0:45     ` Jacob Gorm Hansen [this message]
2005-02-05  2:18       ` Jacob Gorm Hansen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4204170F.9060303@diku.dk \
    --to=jacobg@diku.dk \
    --cc=alex.ho@cl.cam.ac.uk \
    --cc=jared@wordzoo.com \
    --cc=xen-devel@lists.sourceforge.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.