Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2004 20:25:16 -0400 (EDT)
From:      Robert Watson <rwatson@freebsd.org>
To:        Jon Noack <noackjr@alumni.rice.edu>
Cc:        Jeremy Chadwick <freebsd@jdc.parodius.com>
Subject:   Re: kernel build error
Message-ID:  <Pine.NEB.3.96L.1040804202427.19039A-100000@fledge.watson.org>
In-Reply-To: <41117976.5030908@alumni.rice.edu>

next in thread | previous in thread | raw e-mail | index | archive | help

On Wed, 4 Aug 2004, Jon Noack wrote:

> On 08/04/04 18:07, Jeremy Chadwick wrote:
> > Wasn't there a discussion on -current not too long ago about the use of
> > non-stock CFLAGS in make.conf causing these type-of problems?
> 
> No change with:
> #CPUTYPE= p4
> CFLAGS= -O -pipe# -g
> 
> I'm sure there are issues with non-stock CFLAGS, but this doesn't appear
> to be one of them. 

The problem appears to be that 'mem_range_softc' is defined in
mp_machdep.c, which means you can't build a non-SMP i386 kernel because
the symbol is undefined.  We probably need to move the declaration to
machdep.c or the like.

Robert N M Watson             FreeBSD Core Team, TrustedBSD Projects
robert@fledge.watson.org      Principal Research Scientist, McAfee Research




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1040804202427.19039A-100000>