Date: Thu, 18 May 2006 23:20:09 +1000 From: Nick Withers <nick@nickwithers.com> To: KAV <kvd@maglan.ru> Cc: freebsd-questions@freebsd.org Subject: Re: KERNEL Message-ID: <20060518232009.9049809f.nick@nickwithers.com> In-Reply-To: <446BE62A.2000408@maglan.ru> References: <446BE62A.2000408@maglan.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 18 May 2006 14:12:42 +1100 KAV <kvd@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@nickwithers.com Web: http://www.nickwithers.com Mobile: +61 414 397 446
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060518232009.9049809f.nick>
