Date: Mon, 5 Feb 2001 14:30:31 -0500 From: Patrick Foley <pfoley@earthlink.net> To: freebsd-stable@FreeBSD.ORG Subject: Re: buildkernel errors Message-ID: <20010205143031.A1273@qwerty.home.lan> In-Reply-To: <008501c08f95$33bd0aa0$1200a8c0@gsicomp.on.ca>; from matt@gsicomp.on.ca on Mon, Feb 05, 2001 at 12:00:51PM -0500 References: <20010205083525.EA8013E09@bazooka.unixfreak.org> <01020516431701.10140@hellraiser.cannoncreek.com> <008501c08f95$33bd0aa0$1200a8c0@gsicomp.on.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 05, 2001 at 12:00:51PM -0500, Matthew Emmerton wrote: > Not only must you do a buildworld before doing a buildkernel, but you must > do an installworld as well. This is most likely causing your problem, as > you're using an older set of build tools (gcc, etc) than what buildkernel is > expecting. No no no. The whole point of the 'buildkernel' target is that it uses the tools built in /usr/obj (by 'make buildworld') rather than the tools found in your regular path. Follow /usr/src/UPDATING to the letter. Pat To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010205143031.A1273>