Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Mar 1999 14:14:49 +0100 (CET)
From:      Konrad Heuer <kheuer@gwdu60.gwdg.de>
To:        Kenshiro <arif@Vayu.mof.go.th>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Help me.
Message-ID:  <Pine.BSF.4.05.9903041412190.6298-100000@gwdu60.gwdg.de>
In-Reply-To: <4.1.19990304165454.009193c0@203.154.76.8>

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

On Thu, 4 Mar 1999, Kenshiro wrote:

> =09I have a problem when I tried to rebuild kernel. I passed the step to
> compile my kernel config file, but when I used the "make" command, it
> wanted to include these files.
> =09opt_cpu.h,
> =09opt_ddb.h and
> =09opt_userconfig.h
> =09Then I find them from BSD cdrom but I found no one. What should I do?

Did you do a `make depend' before ypu tried `make'? Seems that this files
are build by `make depend'. Remember, the steps to build a new kernel are:

edit config file
config config_file_name
make depend
make
make install
reboot

Regards

//
// Konrad Heuer                                  ____            ___  _____=
__=20
// Gesellschaft f=FCr wissenschaftliche           / __/______ ___ / _ )/ __=
/ _ \
//    Datenverarbeitung mbH G=D6ttingen          / _// __/ -_) -_) _  |\ \/=
 // /
// Am Fa=DFberg, D-37077 G=D6ttingen              /_/ /_/  \__/\__/____/___=
/____/=20
// Deutschland (Germany)                      ----- The Power to Serve ----=
-
//                                                http://www.freebsd.org
// kheuer@gwdu60.gwdg.de
//



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?Pine.BSF.4.05.9903041412190.6298-100000>