From owner-freebsd-questions Wed Jul 23 22:41:47 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id WAA10226 for questions-outgoing; Wed, 23 Jul 1997 22:41:47 -0700 (PDT) Received: from keystone.westminster.edu (fullermd@keystone.westminster.edu [204.171.15.203]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA10213 for ; Wed, 23 Jul 1997 22:41:23 -0700 (PDT) Received: from localhost (fullermd@localhost) by keystone.westminster.edu (8.8.5/8.7.3) with SMTP id BAA01355 for ; Thu, 24 Jul 1997 01:41:06 -0400 (EDT) Date: Thu, 24 Jul 1997 01:41:06 -0400 (EDT) From: "Matthew D. Fuller" To: questions@freebsd.org Subject: Kernel build Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 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