Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2002 02:02:22 -0400
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        "Calvin Smith" <calvinsnet@attbi.com>, <FreeBSD-questions@FreeBSD.ORG>
Subject:   Re: Problems with "make world"
Message-ID:  <001e01c25bb4$4ae83cd0$1200a8c0@gsicomp.on.ca>
References:  <001b01c25bb0$3ac73260$9701a8c0@home>

next in thread | previous in thread | raw e-mail | index | archive | help


> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?001e01c25bb4$4ae83cd0$1200a8c0>