buildkernel error in 5.1_RELEASE
Steve Kargl
sgk at troutmask.apl.washington.edu
Fri Jun 13 16:11:05 PDT 2003
On Sat, Jun 14, 2003 at 09:06:16AM +1000, Rob B wrote:
> linking kernel
> init_main.o: In function `proc0_init':
> init_main.o(.text+0x424): undefined reference to `kse0_sched'
> init_main.o(.text+0x430): undefined reference to `ksegrp0_sched'
> init_main.o(.text+0x43c): undefined reference to `proc0_sched'
> init_main.o(.text+0x448): undefined reference to `thread0_sched'
> *** Error code 1
>
Read /usr/src/UPDATING
20030125:
The scheduler framework has grown a second scheduler and consequently
you must specify one and only one scheduler in your kernel config.
The cvs config files have been updated to use the old scheduler
which may be selected via 'options SCHED_4BSD'. If you would like
to try the new, much more experimental, scheduler please try
'options SCHED_ULE' and contribute to the arch@ discussion.
--
Steve
More information about the freebsd-alpha
mailing list