Subject: Re: kernel build fail
To: Anders Andersson <anders@sanyusan.se>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 01/18/2000 23:12:24
Anders Andersson wrote:

> I have current sources as of today (with sup) and trying to build a new
> kernel on a -CURRENT box as of Jan 5th.
> 
> It stops:
> 
> cc  -O2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes
> -Wpointer-arith -Wno-main -G 0  -mno-abicalls -mno-half-pic -I.
> -I../../../../arch -I../../../.. -nostdinc -I../../../../../gnu/sys
> -DMIPS1 -DLKM -DNKMEMCLUSTERS=1024 -DHZ=256 -DMAXUSERS=64 -D_KERNEL
> -Dpmax  -c ../../../../arch/pmax/tc/scc.c
> cc1: warnings being treated as errors
> ../../../../arch/pmax/tc/scc.c:455: warning: `scc_kbd_init' defined but
> not used
> ./../../../arch/pmax/tc/scc.c:485: warning: `scc_mouse_init' defined
> but not used

Ahh, you're building a kernel that doesn't have any graphics cards
configured?  I'll fix this now.

Ta,
Simon.