From owner-freebsd-questions@FreeBSD.ORG Thu Oct 14 05:29:26 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A30316A4CE for ; Thu, 14 Oct 2004 05:29:26 +0000 (GMT) Received: from web40912.mail.yahoo.com (web40912.mail.yahoo.com [66.218.78.209]) by mx1.FreeBSD.org (Postfix) with SMTP id 5D0A343D48 for ; Thu, 14 Oct 2004 05:29:26 +0000 (GMT) (envelope-from son_jaya@yahoo.com) Message-ID: <20041014052926.39264.qmail@web40912.mail.yahoo.com> Received: from [202.158.77.194] by web40912.mail.yahoo.com via HTTP; Wed, 13 Oct 2004 22:29:26 PDT Date: Wed, 13 Oct 2004 22:29:26 -0700 (PDT) From: sonjaya To: freebsd-quest MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: old way and new way still same error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Oct 2004 05:29:26 -0000 dear all i try make new kernel for my machine freebsd ,i ussualy do that whit this gw-mtc# cd /usr/src/sys/i386/conf/ gw-mtc# /usr/sbin/config BANDOENG3 Kernel build directory is ../compile/BANDOENG3 Don't forget to do a ``make depend'' gw-mtc# cd ../compile/BANDOENG3/ gw-mtc# make depend rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend cc -c -O -pipe -mcpu=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../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 ../../../i386/i386/genassym.c cc1: error: invalid parameter `inline-unit-growth' cc1: error: invalid parameter `large-function-growth' *** Error code 1 Stop in /usr/src/sys/i386/compile/BANDOENG3. *** Error code 1 Stop in /usr/src/sys/i386/compile/BANDOENG3. gw-mtc# i do another way like in freebsd handbook : gw-mtc# rm -rf /usr/obj/* gw-mtc# cd /usr/src/ gw-mtc# make buildkernel KERNCONF=BANDOENG3 cd /usr/src/sys/modules; MAKEOBJDIRPREFIX=/usr/obj/usr/src/sys/BANDOENG3/modules KMODDIR=/boot/kernel DEBUG_FLAGS="-g" MACHINE=i386 KERNBUILDDIR="/usr/obj/usr/src/sys/BANDOENG3" make cleandir +for: not found *** Error code 127 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/BANDOENG3. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. gw-mtc# any body here what should i fix it, i doit cvsup every morning and get problem like this . thc ===== SONJAYA