Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 2004 22:08:27 -0400 (EDT)
From:      Robert Watson <rwatson@freebsd.org>
To:        "George D. Gal" <ggal@vsecurity.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: kernel compile flags?
Message-ID:  <Pine.NEB.3.96L.1040804220710.19039F-100000@fledge.watson.org>
In-Reply-To: <20040804215007.K6244@zeroday.vsecurity.com>

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

On Wed, 4 Aug 2004, George D. Gal wrote:

> It seems that the kernel build requires 2 new compile flags. Is there
> any issues if these flags are simply commented out. 
> 
> cc1: error: invalid parameter `inline-unit-growth'
> cc1: error: invalid parameter `large-function-growth'

This is a less user friendly form of the error "You are compiling with gcc
3.3.x, and need to compile with gcc 3.4.x".  I.e., buildworld before
buildkernel and it should fix the problem.  The arguments between compiler
versions aren't 100% compatible.

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.1040804220710.19039F-100000>