From owner-freebsd-hackers@FreeBSD.ORG Sat May 14 11:06:05 2005 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4FED416A4CE for ; Sat, 14 May 2005 11:06:05 +0000 (GMT) Received: from smtpauth05.mail.atl.earthlink.net (smtpauth05.mail.atl.earthlink.net [209.86.89.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0187443D64 for ; Sat, 14 May 2005 11:06:05 +0000 (GMT) (envelope-from alvest@earthlink.net) Received: from [24.145.140.167] (helo=discovery.vesthome.oh.us) by smtpauth05.mail.atl.earthlink.net with asmtp (Exim 4.34) id 1DWuT6-0007i6-Cg for freebsd-hackers@freebsd.org; Sat, 14 May 2005 07:06:04 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=test1; d=earthlink.net; h=Date:From:To:Subject:Message-Id:In-Reply-To:References:X-Mailer:Mime-Version:Content-Type:Content-Transfer-Encoding; b=eTjkTyXHBuqtfdPpjFrQB2DEgRQF52B0AKu0RR5btos6q4aEA9npVA3Tl6+xmIZJ; Date: Sat, 14 May 2005 07:06:03 -0400 From: Albert Vest To: freebsd-hackers@freebsd.org Message-Id: <20050514070603.4387ac00.alvest@earthlink.net> In-Reply-To: <41AC8B1E.1000302@kprasad.org> References: <200411292254.32943.doconnor@gsoft.com.au> <200411301456.19900.doconnor@gsoft.com.au> <20041129.222825.16682069.imp@bsdimp.com> <200411301621.31973.doconnor@gsoft.com.au> <41AC8B1E.1000302@kprasad.org> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-portbld-freebsd5.3) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-ELNK-Trace: a37e7a5645c8e49994f5150ab1c16ac06b48d29827cfba20f3cea9c2564eef930446825db46069c8350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 24.145.140.167 Subject: Re: need help in rebuilding to Freebsd 5.3 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 14 May 2005 11:06:05 -0000 On Tue, 30 Nov 2004 20:30:46 +0530 "Kamal R. Prasad" wrote: > > Hello, > > I am not aware whether this is the right mailing list -so pl. advise > where to send in my request if it isn't. I am running Freebsd 5.2.1 > > I have sources from CD on my /usr/src -and want to upgrade to Stable 5.3. > ... > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. > -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica > -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter > -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath > -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm > -D_KERNEL -include opt_global.h -finline-limit=8000 --param > inline-unit-growth=100 --param large-function-growth=1000 > -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding > /usr/src/sys/i386/i386/genassym.c > cc1: error: invalid parameter `inline-unit-growth' > cc1: error: invalid parameter `large-function-growth' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/GENERIC. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > ------------------------------------- > Appreciate any help on this. > > thanks > -kamal GCC isn't recognizing those growth parameters. I've rebuilt 5.3-stable a few times, using those parameters, no problems, but I installed from the 5.3 CD. What version of GCC are you running? System default on 5.3 is 3.4.2 (20040728) -- Albert Vest, al vest at earth link dot net