Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 1997 01:41:06 -0400 (EDT)
From:      "Matthew D. Fuller" <fullermd@keystone.westminster.edu>
To:        questions@freebsd.org
Subject:   Kernel build
Message-ID:  <Pine.BSI.3.95.970724013829.1352A-100000@keystone.westminster.edu>

next in thread | raw e-mail | index | archive | help
I'm trying to build a kernel which will, among other things, let me use my
full 24 megs of RAM.  edited the config file, make depend came out fine.
Make chokes rather hard.
I get several thousand (yes, thousand) errors, or rather warning,
interspersed throughout the output lines, about warning: comparison of
signed and unsigned value.  Can this be normal?
Finally, it coughs this up:
cc -c -O -W -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit
-nostdinc -I. -I../.. -I../../sys -I../../../include -DI586_CPU -DATAPI
-DSYSVMSG -DSYSVSEM -DSYSVSHM -DVISUAL_USERCONFIG -DUSERCONFIG -DUCONSOLE
-DBOUNCE_BUFFERS -DSCSI_DELAY=15 -DCOMPAT_43 -DPROCFS -DNFS -DFFS -DINET
-DMAXMEM=24576 -DKERNEL -Di386 -DLOAD_ADDRESS=0xF0100000 -DMAXUSERS=20
param.c
param.c:82: `TIMEZONE' undeclared here (not in a function)
param.c:82: initializer element for `tz.tz_minuteswest' is not constant
param.c:82: `DST' undeclared here (not in a function)
param.c:82: initializer element for `tz.tz_dsttime' is not constant
*** Error code 1

Stop.


Now, this had BETTER not be normal, or how does one build a kernel?
Any help would be greatly appreciated.

Thanks!

:-}  Matt Fuller




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.95.970724013829.1352A-100000>