From owner-freebsd-questions Fri Sep 13 23: 2:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A91537B400 for ; Fri, 13 Sep 2002 23:02:25 -0700 (PDT) Received: from tomts9-srv.bellnexxia.net (tomts9.bellnexxia.net [209.226.175.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id 71AA043E4A for ; Fri, 13 Sep 2002 23:02:24 -0700 (PDT) (envelope-from matt@gsicomp.on.ca) Received: from xena.gsicomp.on.ca ([65.95.177.86]) by tomts9-srv.bellnexxia.net (InterMail vM.5.01.04.19 201-253-122-122-119-20020516) with ESMTP id <20020914060223.ASP10370.tomts9-srv.bellnexxia.net@xena.gsicomp.on.ca>; Sat, 14 Sep 2002 02:02:23 -0400 Received: from hermes (hermes.gsicomp.on.ca [192.168.0.18]) by xena.gsicomp.on.ca (8.11.3/8.11.3) with SMTP id g8E4mWX94315; Sat, 14 Sep 2002 00:48:32 -0400 (EDT) (envelope-from matt@gsicomp.on.ca) Message-ID: <001e01c25bb4$4ae83cd0$1200a8c0@gsicomp.on.ca> From: "Matthew Emmerton" To: "Calvin Smith" , References: <001b01c25bb0$3ac73260$9701a8c0@home> Subject: Re: Problems with "make world" Date: Sat, 14 Sep 2002 02:02:22 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I am having problems compiling my kernel using the following steps and after > making all of the changes in the kernel > text file: > > cd /usr/src > echo "KERNCONF=CSTSGW" >> /etc/make.conf > make world [ snip ] By doing a 'make world' in /usr/src you're asking to rebuild everything - the kernel AND the base OS. You need to have the full sources installed, and it looks like you don't. > I am able to compile the kernel by doing the following: > /usr/sbin/config -g CSTSGW > cd ../../compile CSTSGW > make depend > make > make install This is the best way to compile kernels if you only have kernel sources installed. -- Matt Emmerton To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message