From owner-freebsd-current@FreeBSD.ORG Sat Nov 5 17:25:23 2005 Return-Path: X-Original-To: current@freebsd.org 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 14BC316A41F for ; Sat, 5 Nov 2005 17:25:23 +0000 (GMT) (envelope-from vladimir@math.uic.edu) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA43843D45 for ; Sat, 5 Nov 2005 17:25:22 +0000 (GMT) (envelope-from vladimir@math.uic.edu) Received: from cat.math.uic.edu (c-24-12-126-199.hsd1.il.comcast.net[24.12.126.199]) by comcast.net (sccrmhc12) with SMTP id <2005110517195901200mltc8e>; Sat, 5 Nov 2005 17:20:19 +0000 Received: (qmail 63906 invoked by uid 31415); 5 Nov 2005 17:19:43 -0000 Date: Sat, 5 Nov 2005 11:19:43 -0600 From: Vladimir Egorin To: Mike Jakubik Message-ID: <20051105171943.GA63885@math.uic.edu> References: <436C44F4.5000601@rogers.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <436C44F4.5000601@rogers.com> User-Agent: Mutt/1.5.11 Cc: current@freebsd.org Subject: Re: make kernel failiure (/usr/src/sys/i386/i386/trap.c) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 05 Nov 2005 17:25:23 -0000 On Sat, Nov 05, 2005 at 12:36:52AM -0500, Mike Jakubik wrote: > cc -c -O2 -pipe -fno-strict-aliasing -march=athlon -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/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS > -include opt_global.h -fno-common -finline-limit=8000 --param > inline-unit-growth=100 --param large-function-growth=1000 > -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx > -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror > /usr/src/sys/i386/i386/sys_machdep.c > cc -c -O2 -pipe -fno-strict-aliasing -march=athlon -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/altq -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS > -include opt_global.h -fno-common -finline-limit=8000 --param > inline-unit-growth=100 --param large-function-growth=1000 > -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx > -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Werror > /usr/src/sys/i386/i386/trap.c > /usr/src/sys/i386/i386/trap.c: In function `trap': > /usr/src/sys/i386/i386/trap.c:191: warning: implicit declaration of > function `ipi_nmi_handler' > /usr/src/sys/i386/i386/trap.c:191: warning: nested extern declaration of > `ipi_nmi_handler' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/DP. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > root@fbsd.local:/usr/src# Do you have all the stuff from DEFAULTS kernel config file included? -- Vladimir