warnings while kernel build

Doug White dwhite at gumbysoft.com
Wed Oct 22 15:13:21 PDT 2003


On Wed, 22 Oct 2003, Vladimir B. Grebenschikov wrote:

>
> While build kernel on RELENG_4 machine I have following warnings (they
> prevent success build unless -Werror disabled)

Is there some reason you're trying to compile RELENG_4 with gcc 3.3, which
won't work?

> /ext/current/src# make -j8 buildkernel
> ...
> /ext/current/src/sys/kern/kern_descrip.c:1914: warning: inlining failed
> in call to `_fgetvp'

> makeoptions	CONF_CFLAGS="-O3 -mcpu=pentiumpro"

This is an unsupported option.  Do not compile the kernel with any
optimization beyond -O.  This might be the other reason why you are
getting these inlining warnings.

gcc -v?

-- 
Doug White                    |  FreeBSD: The Power to Serve
dwhite at gumbysoft.com          |  www.FreeBSD.org


More information about the freebsd-current mailing list