Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 May 2002 17:53:50 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Thierry Herbelot <thierry@herbelot.com>
Cc:        "current@FreeBSD.ORG" <current@FreeBSD.ORG>
Subject:   Re: compilation failure (in the kernel SCSI code)
Message-ID:  <20020513175142.C12713-100000@gamplex.bde.org>
In-Reply-To: <3CDED2ED.E9300AEE@herbelot.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 12 May 2002, Thierry Herbelot wrote:

> the import of GCC3.1 seems to reveal old bugs :
> (while cross-compiling a new kernel atfer cross-compiling a new -Current
> world under a fresh -Stable)
> (the %b flag is not recognized in the printf()s of scsi_low.c)

This is just because gcc-3's format recognizer doesn't recognize %b or any
of the other nonstandard kernel printf formats yet.  Kernels must be
compiled with warnings ignored or printf format checking turned off
until this is fixed.

Bruce


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?20020513175142.C12713-100000>