Subject: Re: Kernel Compile
To: Sean Murphy <sean@cbrmain.cbr.nrc.ca>
From: Reinoud Zandijk <zandijk@cs.utwente.nl>
List: port-sparc
Date: 03/07/2000 21:48:37
Hi Sean,
On Tue, 7 Mar 2000, Sean Murphy wrote:
> 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?
I've compiled my kernelesterday from -current, but all went ok... Ik think
you need to do a :
cd /usr/src/sys
make includes
and then try to recompile it al over again from scratch
Good luck,
Reinoud