On Wed, 2 Aug 2006, holger glaess wrote:
i got after an cvs update to current an compiler error
/usr/src/sys/arch/amd64/compile/fw >make depend
mkdir -p /usr/src/sys/arch/amd64/compile/fw/lib/kern
depending the kern library objects
depending the compat library objects
sh /usr/src/sys/arch/amd64/compile/fw/../../../../kern/genassym.sh cc -Werror
-Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized -Wno-format
-Wno-main -Wno-sign-compare -Wstack-larger-than-2047 -mcmodel=kernel
-mno-red-zone -fno-strict-aliasing -mno-sse2 -mno-sse -mno-3dnow -mno-mmx
-msoft-float -fno-builtin-printf -fno-builtin-log -fno-omit-frame-pointer -O2
-pipe -nostdinc -I. -I/usr/src/sys/arch/amd64/compile/fw/../../../../arch
-I/usr/src/sys/arch/amd64/compile/fw/../../../.. -DDDB -DDIAGNOSTIC -DKTRACE
-DACCOUNTING -DKMEMSTATS -DPTRACE -DCRYPTO -DSYSVMSG -DSYSVSEM -DSYSVSHM
-DUVM_SWAP_ENCRYPT -DCOMPAT_35 -DCOMPAT_43 -DLKM -DFFS -DFFS_SOFTUPDATES
-DUFS_DIRHASH -DQUOTA -DEXT2FS -DMFS -DXFS -DTCP_SACK -DTCP_ECN -DTCP_SIGNATURE
-DNFSCLIENT -DNFSSERVER -DCD9660 -DUDF -DMSDOSFS -DFIFO -DPORTAL -DINET -DALTQ
-DINET6 -DIPSEC -DPPP_BSDCOMP -DPPP_DEFLATE -DMROUTING -DBOOT_CONFIG
-DUSER_PCICONF -DAPERTURE -DACPIVERBOSE -DACPI_ENABLE -DPCIVERBOSE -DUSBVERBOSE
!
-DW
SDISPLAY_COMPAT_USL -DWSDISPLAY_COMPAT_RAWKBD -DWSDISPLAY_DEFAULTSCREENS="6"
-DWSDISPLAY_COMPAT_PCVT -D_KERNEL -Damd64 -Dx86_64 -DMAXUSERS=32 <
/usr/src/sys/arch/amd64/compile/fw/../../../../arch/amd64/amd64/genassym.cf > assym.h.tmp &&
mv -f assym.h.tmp assym.h
cc1: error: unrecognized option `-Wstack-larger-than-2047'
*** Error code 1
Stop in /usr/src/sys/arch/amd64/compile/fw (line 581 of Makefile).
any clue for me ?
If you want to run current, than you _must_ know what you're doing, and
the first thing to do is to read the FAQs.
http://www.openbsd.org/faq/current.html#20060727
--
Antoine