Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2003 15:13:18 -0700 (PDT)
From:      Doug White <dwhite@gumbysoft.com>
To:        "Vladimir B. Grebenschikov" <vova@sw.ru>
Cc:        "current@freebsd.org" <current@freebsd.org>
Subject:   Re: warnings while kernel build
Message-ID:  <20031022151112.M71676@carver.gumbysoft.com>
In-Reply-To: <1066806474.959.18.camel@localhost>
References:  <1066806474.959.18.camel@localhost>

next in thread | previous in thread | raw e-mail | index | archive | help
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@gumbysoft.com          |  www.FreeBSD.org



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031022151112.M71676>