Subject: Re: NetBSD-current bombs on cache.c
To: None <dpoler@usg.ce.mediaone.net>
From: Paul Kranenburg <pk@cs.few.eur.nl>
List: port-sparc
Date: 02/17/1999 12:08:42
> ../../../../arch/sparc/sparc/cache.c
> /var/tmp/cc21157a.s: Assembler messages:
> /var/tmp/cc21157a.s:237: Error: Illegal operands
> *** Error code 1
> 
> I'm on 1.3.3 right now, trying to compile -current. What am I doing wrong?


The previous version of as(1) does not support the `wrasr' (write ancillary
state register) instruction. It is probably best to just comment out
the line with `wsasr(..)' on it to build `-current' kernels for testing
until you can upgrade the toolchain.

-pk