Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jun 2003 16:11:03 -0700
From:      Steve Kargl <sgk@troutmask.apl.washington.edu>
To:        Rob B <rbyrnes@ozemail.com.au>
Cc:        current@freebsd.org
Subject:   Re: buildkernel error in 5.1_RELEASE
Message-ID:  <20030613231103.GA36858@troutmask.apl.washington.edu>
In-Reply-To: <5.2.1.1.2.20030611184805.0253b630@127.0.0.1>
References:  <5.2.1.1.2.20030611184805.0253b630@127.0.0.1>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030613231103.GA36858>