Subject: RE: Can't compile kernel as of (Sept. 08, 2002)
To: sucho2 <sucho2@vt.edu>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 09/08/2002 18:27:47
On Sun, 8 Sep 2002, sucho2 wrote:

> tools build using ./build.sh -t seem to finish without error.  But when I try
> to compile the kernel I get the error:
>
> ../../../../arch/i386/conf/majors.i386:6: syntax error
> *** Stop.
>
> This error I get when I do
>
> cd /usr/src/sys/arch/i386/conf
>
> config MYKERNEL
>
> I get same error using GENERIC_LAPTOP so it's not an error in MYKERNEL.

Try using ${TOOLDIR}/bin/nbconfig, rather than config.

> I was able to compile the kernel on Thursday.  So it must be any addition or
> changes made afterwards creating this problem.

Yes, you must rebuild config (and then use the rebuilt one!).

Frederick