From owner-freebsd-questions Tue Jan 2 10:12:24 2001 From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 10:12:22 2001 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from bazooka.unixfreak.org (bazooka.unixfreak.org [63.198.170.138]) by hub.freebsd.org (Postfix) with ESMTP id 9E3F237B400 for ; Tue, 2 Jan 2001 10:12:22 -0800 (PST) Received: by bazooka.unixfreak.org (Postfix, from userid 1000) id 0182F3E0B; Tue, 2 Jan 2001 10:12:21 -0800 (PST) Received: from unixfreak.org (localhost [127.0.0.1]) by bazooka.unixfreak.org (Postfix) with ESMTP id EF18D3C10A; Tue, 2 Jan 2001 10:12:21 -0800 (PST) To: "Jeff Hertig" Cc: freebsd-questions@FreeBSD.org Subject: Re: make buildkernel ERROR In-Reply-To: Message from "Jeff Hertig" of "Tue, 02 Jan 2001 12:27:07 EST." Date: Tue, 02 Jan 2001 10:12:16 -0800 From: Dima Dorfman Message-Id: <20010102181221.0182F3E0B@bazooka.unixfreak.org> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > it Blows up in a big way when it compiles /usr/src/sys/i386/i386/locore.s. You didn't do a `make buildworld`, did you? You need to. If you don't want to, and you're *not* upgrading your system (i.e., you're just compiling a custom kernel for your current version), you can use the old method of compiling kernels. If you are upgrading, you need to do a buildworld anyway, so just do it before trying to build a kernel. Dima Dorfman dima@unixfreak.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message