Subject: Kernel Compile
To: None <port-sparc@netbsd.org>
From: Sean Murphy <sean@cbrmain.cbr.nrc.ca>
List: port-sparc
Date: 03/07/2000 15:03:56
While I'm on the subject, I've been having a problem getting a current
kernel to compile on my SPARCstation 4 (64M RAM, 1G HD) running
NetBSD-1.4.1. The output from the make is:
<SNIP>
In file included from ../../../../sys/systm.h:310,
from param.c:48:
../../../../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'
*** Error code 1
Anyone seen this before? I've cut a bunch of extraenous junk out of the
config file, and this is the error I get every time.. Any hints?
--Sean