From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 19:21:24 2011 Return-Path: Delivered-To: FreeBSD-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3CD081065670 for ; Thu, 10 Nov 2011 19:21:24 +0000 (UTC) (envelope-from fbsd@brightstar.bomgardner.net) Received: from brightstar.bomgardner.net (brightstar.bomgardner.net [209.240.79.79]) by mx1.freebsd.org (Postfix) with ESMTP id D46D58FC0C for ; Thu, 10 Nov 2011 19:21:23 +0000 (UTC) Received: from brightstar.bomgardner.net (localhost [127.0.0.1]) by brightstar.bomgardner.net (Postfix) with ESMTP id 6A0C32A7 for ; Thu, 10 Nov 2011 13:02:02 -0600 (CST) From: "Gene" To: "Freebsd Questions" Date: Thu, 10 Nov 2011 13:02:02 -0600 Message-Id: <20111110185804.M26514@brightstar.bomgardner.net> X-Mailer: OpenWebMail 2.53 X-OriginatingIP: 192.168.0.2 (fbsd) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Cc: Subject: 7.2 to 8.2 buildkernel fails (Suspect ignorance...) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2011 19:21:24 -0000 Hi All: I attempting to build an 8.2 kernel on a 7.2 machine. I suspect that something need to be ipdated first, but don't no exactly what. It says "inline functions are not supported; using GNU89". I get the following: ============================================================= cc -c -O -pipe -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict- prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual - Wundef -Wno-pointer-sign -fformat-extensions -nostdinc -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 - fstack-protector -Werror /usr/src/sys/netinet/tcp_input.c cc1: warnings being treated as errors /usr/src/sys/netinet/tcp_input.c:385: warning: C99 inline functions are not supported; using GNU89 /usr/src/sys/netinet/tcp_input.c:385: warning: to disable this warning use - fgnu89-inline or the gnu_inline function attribute *** 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. ================================================================= Any Ideas? Thanx, Gene --