Subject: Re: Problem compiling kernel with gcc-3.2.1
To: =?ISO-8859-1?Q?Francisco_Gayt=E1n?= <fg@hispabsd.org>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: netbsd-help
Date: 03/23/2003 09:47:05
On Sunday, March 23, 2003, at 09:35 AM, Francisco Gayt=E1n wrote:
> cc1: los avisos son tratados como errores
> /usr/src/sys/kern/subr_disk.c: En la funci=F3n `diskerr':
> /usr/src/sys/kern/subr_disk.c:348: aviso: cadena de formato de=20
> longitud cero
> *** Error code 1
Compiling the kernel with GCC 3.x where x < 3 is not supported. All of=20=
the necessary changes to compile the NetBSD kernel have been fed back=20
to FSF GCC, and will be included in 3.3.
If you want to hobble along with 3.2, then you will have to turn off
-Werror.
-- Jason R. Thorpe <thorpej@wasabisystems.com>