you are missing kern_thread.c

On Fri, 28 Jun 2002, David O'Brien wrote:

> Not buildable on sparc64:
> 
> linking kernel.debug
> procfs_ctl.o: In function `procfs_control':
> procfs_ctl.o(.text+0x56c): undefined reference to `thread_unsuspend'
> init_main.o: In function `proc0_init':
> init_main.o(.text+0x3a8): undefined reference to `threadinit'
> kern_condvar.o: In function `cv_check_upcall':
> kern_condvar.o(.text+0xb8): undefined reference to `thread_schedule_upcall'
> kern_condvar.o: In function `cv_wait_sig':
> kern_condvar.o(.text+0x56c): undefined reference to `thread_suspend_check'
> kern_condvar.o: In function `cv_timedwait_sig':
> kern_condvar.o(.text+0xd18): undefined reference to `thread_suspend_check'
> kern_exec.o: In function `execve':
> kern_exec.o(.text+0x80): undefined reference to `thread_single'
> kern_exit.o: In function `exit1':
> kern_exit.o(.text+0xc4): undefined reference to `thread_suspend_check'
> kern_exit.o(.text+0xd8): undefined reference to `thread_single'
> kern_exit.o(.text+0x110): undefined reference to `thread_single_end'
> kern_exit.o(.text+0xb38): undefined reference to `thread_exit'
> kern_exit.o: In function `wait1':
> kern_exit.o(.text+0x1044): undefined reference to `thread_free'
> kern_exit.o(.text+0x1068): undefined reference to `thread_reap'
> kern_fork.o: In function `fork1':
> kern_fork.o(.text+0x410): undefined reference to `thread_single'
> kern_fork.o(.text+0x520): undefined reference to `thread_single_end'
> kern_fork.o(.text+0x5f4): undefined reference to `thread_single_end'
> kern_fork.o(.text+0xa70): undefined reference to `thread_alloc'
> kern_proc.o: In function `proc_linkup':
> kern_proc.o(.text+0x464): undefined reference to `thread_link'
> kern_proc.o: In function `kse_yield':
> kern_proc.o(.text+0x4c0): undefined reference to `thread_exit'
> kern_proc.o: In function `kse_new':
> kern_proc.o(.text+0x5f0): undefined reference to `thread_schedule_upcall'
> kern_sig.o: In function `psignal':
> kern_sig.o(.text+0x2500): undefined reference to `thread_unsuspend'
> kern_sig.o(.text+0x276c): undefined reference to `thread_unsuspend'
> kern_synch.o: In function `msleep':
> kern_synch.o(.text+0x6c8): undefined reference to `thread_schedule_upcall'
> kern_synch.o(.text+0xa28): undefined reference to `thread_suspend_check'
> kern_synch.o: In function `setrunnable':
> kern_synch.o(.text+0x1698): undefined reference to `thread_unsuspend'
> subr_trap.o: In function `userret':
> subr_trap.o(.text+0x200): undefined reference to `thread_suspend_check'
> subr_trap.o(.text+0x240): undefined reference to `thread_userret'
> trap.o: In function `trap':
> trap.o(.text+0x32c): undefined reference to `thread_exit'
> *** Error code 1
> 
> Stop in /files/src/sys/sparc64/compile/GENERIC.
> 


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to