Subject: kernel compile failure
To: None <port-i386@netbsd.org>
From: Christian Groessler <cpg@aladdin.de>
List: current-users
Date: 04/05/1999 04:35:38
Hi,

trying to compile a kernel with sources supped on 4-04-99, I get the
following:

-----------
bash-2.02# make
cc  -O2 -Werror -Wall -Wmissing-prototypes -Wstrict-prototypes
-Wpointer-arith -I. -I../../../../arch -I../../../.. -nostdinc -DLKM
-DDIAGNOSTIC -DGERMAN_KBD -DMAXUSERS=32 -D_KERNEL -Di386  -c
../../../../kern/vfs_getcwd.c
cc1: warnings being treated as errors
../../../../kern/vfs_getcwd.c: In function `getcwd_common':
../../../../kern/vfs_getcwd.c:319: warning: `bp' might be used
uninitialized in this function
*** Error code 1

Stop.
bash-2.02#
-----------

port: i386

regards,
chris