KERNEL

Nick Withers nick at nickwithers.com
Thu May 18 06:20:22 PDT 2006


On Thu, 18 May 2006 14:12:42 +1100
KAV <kvd at maglan.ru> wrote:

> The kernel is not compiled.
> Whether it is possible switch-off somehow the module aic?

(snip)

> cc -O3 -pipe -march=pentium4  -fno-strict-aliasing -Werror
> -D_KERNEL -DKLD_MODULE -nostdinc -I-
> -DHAVE_KERNEL_OPTION_HEADERS
> -include /usr/src/sys/i386/compile/MYKERNEL/opt_global.h -I.
> -I@ -I@/contrib/altq -I@/../include -finline-limit=8000
> -fno-common -g -I/usr/src/sys/i386/compile/MYKERNEL
> -mno-align-long-strings -mpreferred-stack-boundary=2  -mno-mmx
> -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Wall
> -Wredundant-decls -Wnested-externs -Wstrict-prototypes
> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual
> -fformat-extensions -std=c99
> -c /usr/src/sys/modules/aic/../../dev/aic/aic.c /usr/src/sys/modules/aic/../../dev/aic/aic.c:
> In function `aic_reset': ./machine/bus.h:515: warning: inlining
> failed in call to 'bus_space_write_1': --param
> inline-unit-growth limit
> reached /usr/src/sys/modules/aic/../../dev/aic/aic.c:1345:
> warning: called from here

(snip)

Do you have the compilation optimisation level set to 3? Could
you try with it set to 2 or lower?
-- 
Nick Withers
email: nick at nickwithers.com
Web: http://www.nickwithers.com
Mobile: +61 414 397 446


More information about the freebsd-questions mailing list