From owner-freebsd-current@FreeBSD.ORG Thu Jul 29 15:56:23 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1CDB116A4CE; Thu, 29 Jul 2004 15:56:23 +0000 (GMT) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9D5E743D4C; Thu, 29 Jul 2004 15:56:22 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.12.11/8.12.11/NinthNine) with ESMTP id i6TFu0xC033017; Fri, 30 Jul 2004 00:56:00 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Fri, 30 Jul 2004 00:55:59 +0900 From: Norikatsu Shigemura To: Alex Dupre Message-Id: <20040730005559.2ee8e1a6.nork@FreeBSD.org> In-Reply-To: <4108D553.5040806@FreeBSD.org> References: <4108C153.7080602@FreeBSD.org> <4108D553.5040806@FreeBSD.org> X-Mailer: Sylpheed version 0.9.12-gtk2-20040622 (GTK+ 2.4.4; i386-portbld-freebsd5.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.5.3 (sakura.ninth-nine.com [219.127.74.121]); Fri, 30 Jul 2004 00:56:00 +0900 (JST) cc: kan@FreeBSD.org cc: current@FreeBSD.org Subject: Re: Kernel build error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Jul 2004 15:56:23 -0000 On Thu, 29 Jul 2004 12:45:39 +0200 Alex Dupre wrote: > > cc1: error: invalid parameter `inline-unit-growth' > > cc1: error: invalid parameter `large-function-growth' > > *** Error code 1 > I think gcc 3.4 should be a dependency to build a new kernel, or these > parameters should be omitted from kern.pre.mk if gcc 3.3 is used. Oops, you should make buildworld before make buildkernel. And `make buildworld' will use new toolschains.