Subject: Re: cannot compile current kernel on 5k/240
To: None <jfch@jfch.vc.cvut.cz, port-pmax@NetBSD.ORG>
From: Simon Burge <simonb@melb.cpr.itg.telecom.com.au>
List: port-pmax
Date: 03/18/1995 22:05:11
On Mar 18,  9:10am, jfch@jfch.vc.cvut.cz wrote:

> Compiling current kernel for 5k/240 I got:
> 
> cc -c -O -I. -I../../../../arch -I../../../.. -I../../../../sys -DISDEC -DDS5000_240 -DDS5000 -DCOMPAT_ULTRIX -DTCP_COMPAT_42 -DINET -DKERNFS -DLOFS -DNFSSERVER -DNFSCLIENT -DMFS -DQUOTA -DFFS -DFIFO -DNKMEMCLUSTERS=1024 -DKTRACE -DCOMPAT_43 -DDEBUG -DDIAGNOSTIC -DDEVPAGER -DVNODEPAGER -DSWAPPAGER -DKERNEL -Dpmax -D__NetBSD__   ../../../../arch/pmax/pmax/trap.c
> ../../../../arch/pmax/pmax/trap.c: In function `kn03_intr':
> ../../../../arch/pmax/pmax/trap.c:1246: structure has no member named `halt'
> *** Error code 

There were some similar problems to this a week or so ago, where some of
the callv members were missing a leading underscore.  Change to _halt
and everything should be fine.


Simon.

ps: Let me know if your console works on your /240 - I need to go to
multiuser and log in over the network...