Subject: Re: RCONSDEV undefined in kernel build
To: None <port-pmax@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-pmax
Date: 12/20/1999 18:17:31
NetBSD/pmax developers reconize the issue, and are trying to seek the
sane solution.

Tohru Nishimura  

> cc -O2 -Wall -Werror -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-main -G 0 -mno-abicalls -mno-half-pic -I. -I../../../../arch -I../../../.. -n ostdinc -I../../../../../gnu/sys -DMIPS1 -DMIPS3 -DLKM -DNKMEMCLUSTERS=1024 -DHZ=256 -DMAXUSERS=64 -D_KERNEL -Dpmax -c ../../../../arch/pmax/dev/rcons.c
> ../../../../arch/pmax/dev/rcons.c: In function `rcons_indev':
> ../../../../arch/pmax/dev/rcons.c: `RCONSDEV' undeclared (first use in this function)
> ../../../../arch/pmax/dev/rcons.c: (Each undeclared identifier is reported only once
> ../../../../arch/pmax/dev/rcons.c: for each function it appears in.)
> *** Error code 1
>
> Stop.
>
> The last attempt was with the supplied GENERIC kernel without modifications.
>
> It is clear that the kernel code organisation is at issue here, rather than
> the configuration files I had modified.

--