Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Sep 2002 10:49:49 +0800
From:      "David Xu" <davidxu@freebsd.org>
To:        <freebsd-current@freebsd.org>
Subject:   can not compile kernel
Message-ID:  <00b401c25f87$38e460f0$ef01a8c0@davidwnt>
References:  <20020918200221.I266-100000@femme.sapphite.org>

next in thread | previous in thread | raw e-mail | index | archive | help
I have just updated kernel  from freefall and compiling failed:

c -c -O -pipe -mcpu=3Dpentiumpro -Wall -Wredundant-decls =
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes =
-Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -g =
-nostdinc -I-  -I. -I../../.. -I../../../dev =
-I../../../contrib/dev/acpica -I../../../contrib/ipfilter -D_KERNEL =
-include opt_global.h -fno-common  -mpreferred-stack-boundary=3D2 =
-ffreestanding -Werror  ../../../kern/uipc_mbuf.c
cc1: warnings being treated as errors
../../../kern/uipc_mbuf.c: In function `m_length':
../../../kern/uipc_mbuf.c:727: warning: `m' might be used uninitialized =
in this function
*** Error code 1

# gcc -v
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.2.1 [FreeBSD] 20020916 (prerelease)

--
David Xu



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?00b401c25f87$38e460f0$ef01a8c0>