Subject: Re: RCONSDEV undefined in kernel build
To: NetBSD Mailing List <port-pmax@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 12/18/1999 15:25:18
Chris Tribo wrote:
> on 12/17/99 1:07 PM, NetBSD Mailing list at netbsd@mrynet.com wrote:
>
> [ RCONSDEV undefined error on kernel compile ]
> >
> > Any direction on resolving this would be appreciated.
> > Attached below is the kernel configuration at issue.
> >
> > Cheers,
> > -skots
>
> My guess, (I have not checked the code closely) is that you are getting
> an undefined reference because you have commented out all of the frame
> buffers in the config file. Therefore root console does not have a device to
> define in its routines. Good luck.
Pretty close! You also need to comment out
pseudo-device rasterconsole 1
as well...
Simon.