Subject: netbsd-1-6 kernel build failure
To: None <netbsd-users@netbsd.org>
From: Bryan Vyhmeister <bsd@hub3.net>
List: netbsd-users
Date: 07/01/2003 12:01:39
I have just cvs'ed to the most current files in the netbsd-1-6 branch. 
I rebuilt my tools and then used those tools to try and build my custom 
kernel. When that failed I tried building GENERIC and the same error 
occurred. Here is the error:


/usr/cross/bin/i386--netbsdelf-gcc  -ffreestanding  -O2 -Werror -Wall 
-Wno-main -Wno-format-zero-length -Wpointer-arith -Wmissing-prototypes 
-Wstrict-prototypes -Wno-uninitialized  -Di386 -I.  -I../../../../arch 
-I../../../.. -nostdinc -DLKM -DMAXUSERS=32 -D_KERNEL -D_KERNEL_OPT   
-c /usr/src/sys/arch/i386/compile/GENERIC/../../../../netinet/igmp.c
*** Error code 1

Stop.
nbmake: stopped in /usr/src/sys/arch/i386/compile/GENERIC


The build environment is a NetBSD/i386 1.6.1 system. Any ideas?

Bryan