Date: Tue, 4 Feb 2003 12:44:04 -0500 From: Tom Rhodes <trhodes@FreeBSD.org> To: Sheldon Hern <sheldonh@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/alpha clock.c [...] Message-ID: <20030204124404.5121e4af.trhodes@FreeBSD.org> In-Reply-To: <20030204123511.C9003@locore.ca> References: <200302031753.h13HrF61089592@repoman.freebsd.org> <20030204082101.GA808@starjuice.net> <20030204123511.C9003@locore.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
Apparently, On Tue, Feb 04, 2003 at 10:21:01AM +0200, > Sheldon Hearn said words to the effect of; > > > > > My kernel build now dies at link-time with: > > > > init_main.o: In function `proc0_init': > > /usr/src/sys/kern/init_main.c:319: undefined reference to > > `kse0_sched'[...] > > kern_clock.o: In function `statclock_process': > > /usr/src/sys/kern/kern_clock.c:445: undefined reference to > > `sched_clock'[...] > These errors are probly due to the fact that a scheduler has not been defined in your kernel config file. Read UPDATING entry 20030125. I had this problem for a day myself ;) -- Tom Rhodes To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030204124404.5121e4af.trhodes>