Subject: Re: Kernel Compile
To: None <port-sparc@netbsd.org>
From: der Mouse <mouse@Rodents.Montreal.QC.CA>
List: port-sparc
Date: 03/07/2000 15:43:11
> While I'm on the subject, I've been having a problem getting a
> current kernel to compile on [] NetBSD-1.4.1.

> ../../../../lib/libkern/libkern.h:162: warning: conflicting types for built-in function `memcmp'
> ../../../../lib/libkern/libkern.h:163: warning: conflicting types for built-in function `memcpy'
> ../../../../lib/libkern/libkern.h:165: warning: conflicting types for built-in function `memset'

> Anyone seen this before?

Yes.  Edit the Makefile to remove -Werror, and ignore those warnings.

Once you upgrade your compiler and include files to correspond to the
same source tree as the kernel source in question the warnings will
disappear.

					der Mouse

			       mouse@rodents.montreal.qc.ca
		     7D C8 61 52 5D E7 2D 39  4E F1 31 3E E8 B3 27 4B