Subject: Re: Kernel compiling problems
To: Gregg C Levine <hansolofalcon@worldnet.att.net>
From: Erich T. Enke <Erich.T.Enke@wheaton.edu>
List: netbsd-help
Date: 07/24/2000 13:55:34
On Mon, 24 Jul 2000, Gregg C Levine wrote:

> I just started using NetBSD. And for a modem who uses the 3 serial port, I
> had to compile a new kernel. Well, this was after following the exact same
> directions, posted on the web site. The file 'NETBSD' was not in the place
> the site said it would be in. I followed all of the instructions, with the
> exception of running a Perl script to make the necessary changes. I am
> running release no 1.4 of NetBSD for I386 family machines.

I assume the following steps have been completed successfully:
config <kernel config file>
cd ../compile/<kernel config file name>
make depend
make

And that your problem is that you're looking for NETBSD and not netbsd
(case sensitive).

Yes? No?  If not, include more detail of what's going wrong.

HTH,
Erich