From owner-freebsd-questions Sun Feb 7 12:35:17 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id MAA10465 for freebsd-questions-outgoing; Sun, 7 Feb 1999 12:35:17 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from smtp03.wxs.nl (smtp03.wxs.nl [195.121.6.37]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id MAA10460 for ; Sun, 7 Feb 1999 12:35:15 -0800 (PST) (envelope-from asmodai@wxs.nl) Received: from daemon.ninth-circle.org ([195.121.57.66]) by smtp03.wxs.nl (Netscape Messaging Server 3.61) with ESMTP id AAA51DB; Sun, 7 Feb 1999 21:35:13 +0100 Message-ID: X-Mailer: XFMail 1.3 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <001801be52b8$a8c07d80$02c16420@fosspa-remote> Date: Sun, 07 Feb 1999 21:44:18 +0100 (CET) Organization: Ninth Circle Enterprises From: Jeroen Ruigrok/Asmodai To: Paul Foss Subject: RE: Error Code 1 - must first build the kernel Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On 07-Feb-99 Paul Foss wrote: > Okay I'm stumped on building the kernel... > I've done the "make" and it finished apparently with no error messages.. > Now whein I do "make install" it says Error Code 1 - must first build the > kernel before trying to install. OK, to be sure =) cd /usr/src/sys/i386/conf cp -p GENERIC KERNELNAME vi KERNELNAME [ building of custom kernel ] config KERNELNAME cd ../../compile/KERNELNAME make clean [ note, is very handy to do ] make depend make make install To speed up the processes of make append a -j# switch where # is a number ranging from 1 to 256 or more depending on hardware, I use -j16 mostly. Left out any steps? --- Jeroen Ruigrok van der Werven join #FreeBSD on Undernet asmodai(at)wxs.nl Time is merely a residue of Reality... Network/Security Specialist *BSD: Powered by Knowledge & Know-how To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message