Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 07 Jan 1998 18:57:01 EST
From:      "M.C Wong" <mcwong@hotmail.com>
To:        questions@freebsd.org
Subject:   2.2.5R: Kernel build error
Message-ID:  <199801070757.XAA11400@f138.hotmail.com>

next in thread | raw e-mail | index | archive | help
Hi,

Under 2.2.5R I am rebuilding a new kernel based on the good old ways
I used to know in 2.1.6* days, I did:

config GENERIC
cd ../../compile/generic
make depend

and I got the following errors:

# make depend
cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit  
-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes  
-Wpointer-arith  -nostdinc -I- -I. -I../.. -I../../../include 
-DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS 
-DINET -DKERNEL -DMAXUSERS=10 -UKERNEL ../../i386/i386/genassym.c
../../i386/i386/genassym.c:40: stdio.h: No such file or directory
In file included from ../../sys/proc.h:48,
                 from ../../i386/i386/genassym.c:43:
../../sys/time.h:118: time.h: No such file or directory
*** Error code 1

Stop.

I am 100% sure that I did have the kernel source loaded and I yes I can 
find /usr/include/stdio.h and /usr/include/sys/time.h

except I don't know the path it is looking for those files during
kernel rebuilding.

ALso check the FAQ on www.freebsd.org and it seems the procedure of
building kernel has not been changed anyway.

Would someone be able to comment on this at all ?

Thanks in advance,

M.C Wong

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801070757.XAA11400>