Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 May 2002 15:15:39 -0400
From:      "Jeff Ito" <jeffi@rcn.com>
To:        <current@freebsd.org>
Subject:   First kernel build with gcc-3.1 failure
Message-ID:  <001e01c1fc44$e6e81670$f200a8c0@glasshouse>

next in thread | raw e-mail | index | archive | help
I had a -current system with the old version of gcc, and build world/kernel
that contained gcc-3.1:

5.0-CURRENT FreeBSD 5.0-CURRENT #0: Mon May  6 19:31:16 EDT 2002

Now for the first time with gcc-3.1 in place I have updated source (as of
just minutes ago 1500EDT 5.15.02) and am trying to build world/kernel again.
and during the kernel process keep running into the following...

cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -W
strict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
  -fformat-extensions -ansi -g -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/
sys/dev -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I
/usr/src/sys/../include  -D_KERNEL -ffreestanding -include
opt_global.h -fno-common   -mpreferred-stack-boundary=2 -ffreestanding -Werr
or  /usr/src/sys/ddb/db_command.c
cc1: warnings being treated as errors
/usr/src/sys/ddb/db_command.c: In function `db_fncall':
/usr/src/sys/ddb/db_command.c:549: warning: unknown conversion type
character `r' in format
/usr/src/sys/ddb/db_command.c:549: warning: too many arguments for format
*** Error code 1

Stop in /usr/local/obj/usr/src/sys/AMNESIAC.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.


in the kernel config I have

options DDB, DDB_UNATTENDED

insight?



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?001e01c1fc44$e6e81670$f200a8c0>