Date: Wed, 11 Feb 2004 03:19:29 -0800 From: Kris Kennaway <kris@obsecurity.org> To: molj <molj@siol.net> Cc: freebsd-questions@freebsd.org Subject: Re: KERNEL PROB Message-ID: <20040211111929.GA60057@xor.obsecurity.org> In-Reply-To: <200402111203.39207.molj@siol.net> References: <200402111203.39207.molj@siol.net>
next in thread | previous in thread | raw e-mail | index | archive | help
--oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 11, 2004 at 12:03:39PM +0100, molj wrote: > t-extensions -std=3Dc99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys= /dev=20 > -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -D_KERN= EL=20 > -include opt_global.h -fno-common -mno-align-long-strings=20 > -mpreferred-stack-boundary=3D2 -ffreestanding -Werror =20 > /usr/src/sys/i386/isa/npx.c > cc1: warnings being treated as errors > /usr/src/sys/i386/isa/npx.c:1075: warning: `npx_driver' defined but not u= sed > /usr/src/sys/i386/isa/npx.c:1081: warning: `npx_devclass' defined but not= used > *** Error code 1 >=20 > Stop in /usr/obj/usr/src/sys/MEGATRON. > *** Error code 1 You truncated the output, but this still shows enough to tell that you have added nonstandard compiler flags to the build. Specifically, you told gcc to treat warnings as errors (-Werror), and then, unsurprisingly, the build stopped when it encountered a warning. Kris --oyUTqETQ0mS9luUI Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAKg/BWry0BWjoQKURAkLEAJ9wbu1eGo3/ArET6XrUdJjP66DPLQCgpzKd mVB3+S5q/zkuMkGQtDhZfDQ= =nF+D -----END PGP SIGNATURE----- --oyUTqETQ0mS9luUI--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040211111929.GA60057>