PAE doesn't compile on 6[.1] because of bce

Scott Long scottl at samsco.org
Tue May 2 14:45:03 UTC 2006


Ion-Mihai Tetcu wrote:
> [re@ CC'ed as they are probably interested in this for 6.1 release ]
> 
> Hi,
> 
> 
> With today sources and KERNCONF=PAE on 6-STABLE :
> 
> cc -c -O2 -pipe -fno-strict-aliasing  -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -g -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -I/usr/src/sys/dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror  /usr/src/sys/dev/bce/if_bce.c
> /usr/src/sys/dev/bce/if_bce.c: In function `bce_attach':
> /usr/src/sys/dev/bce/if_bce.c:542: warning: large integer implicitly truncated to unsigned type
> /usr/src/sys/dev/bce/if_bce.c:544: warning: large integer implicitly truncated to unsigned type
> /usr/src/sys/dev/bce/if_bce.c: In function `bce_stats_update':
> /usr/src/sys/dev/bce/if_bce.c:5311: warning: left shift count >= width of type
> /usr/src/sys/dev/bce/if_bce.c:5313: warning: left shift count >= width of type
> /usr/src/sys/dev/bce/if_bce.c:5315: warning: left shift count >= width of type
> /usr/src/sys/dev/bce/if_bce.c:5317: warning: left shift count >= width of type
> *** Error code 1
> 
> Stop in /usr/obj/usr/src/sys/PAE.
> 
> Same for 6.1 according to simon@
> 
> 
> If I can be of any help please let me know,
> 

This will be fixed, thanks for reminding me.

Scott



More information about the freebsd-stable mailing list