Subject: Strange error compileing 1.5 kernel
To: None <port-amiga@netbsd.org>
From: Rob Healey <rhealey@norstar.com>
List: port-amiga
Date: 02/09/2001 16:25:15
Hi,
I'm trying to compile a 1.5 kernel but I get the following error
while building the kernel:
cc -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-uninitialized -Wno-main -O2 -m68020 -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DDRACO -DM68030 -DM68020 -DFPU_EMULATE -DLKM -DDIAGNOSTIC -DSERIBUF_SIZE="0x1000" -DSEROBUF_SIZE="0x20" -DMAXUSERS=16 -D_KERNEL -Damiga -DFPCOPROC -c ../../../../netinet/ip_gre.c
cc1: warnings being treated as errors
../../../../netinet/ip_gre.c: In function `gre_input2':
../../../../netinet/ip_gre.c:194: warning: implicit declaration of function `setsoftnet'
*** Error code 1
Has anyone else seen this error while trying to build? I've re-supp'd
the sources, re-installed headers, etc. but I still get the error.
-Rob