Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Nov 2005 11:19:43 -0600
From:      Vladimir Egorin <vladimir@math.uic.edu>
To:        Mike Jakubik <mikej@rogers.com>
Cc:        current@freebsd.org
Subject:   Re: make kernel failiure (/usr/src/sys/i386/i386/trap.c)
Message-ID:  <20051105171943.GA63885@math.uic.edu>
In-Reply-To: <436C44F4.5000601@rogers.com>
References:  <436C44F4.5000601@rogers.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051105171943.GA63885>