Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Jan 2003 17:01:43 -0500
From:      Mike Barcroft <mike@FreeBSD.org>
To:        Matthew Jacob <mjacob@feral.com>
Cc:        freebsd-sparc@freebsd.org
Subject:   Re: top of tree broken for sparc64?
Message-ID:  <20030130170143.B68214@espresso.q9media.com>
In-Reply-To: <20030130124259.X1755-100000@wonky.in0.lcl>; from mjacob@feral.com on Thu, Jan 30, 2003 at 12:44:08PM -0800
References:  <20030130124259.X1755-100000@wonky.in0.lcl>

next in thread | previous in thread | raw e-mail | index | archive | help
Matthew Jacob <mjacob@feral.com> writes:
> 
> linking kernel.debug
> init_main.o: In function `proc0_init':
> init_main.o(.text+0x3c0): undefined reference to `kse0_sched'
> init_main.o(.text+0x3c4): undefined reference to `kse0_sched'
> init_main.o(.text+0x3cc): undefined reference to `ksegrp0_sched'
> init_main.o(.text+0x3d0): undefined reference to `ksegrp0_sched'
> init_main.o(.text+0x3d8): undefined reference to `proc0_sched'
> init_main.o(.text+0x3dc): undefined reference to `proc0_sched'
> init_main.o(.text+0x3e4): undefined reference to `thread0_sched'
> init_main.o(.text+0x3e8): undefined reference to `thread0_sched'
[...]

Is this the problem?

20030125:
        The scheduler framework has grown a second scheduler and consequently
        you must specify one and only one scheduler in your kernel config.
        The in 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.

Best regards,
Mike Barcroft

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-sparc" in the body of the message




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