Date: Tue, 22 Nov 2005 14:09:14 +0100 (CET) From: Goran Gajic <ggajic@afrodita.rcub.bg.ac.yu> To: freebsd-stable@www.freebsd.org Subject: PAE-SMP compilation problem Message-ID: <Pine.LNX.4.63.0511221408380.21882@afrodita.rcub.bg.ac.yu>
next in thread | raw e-mail | index | archive | help
Hi, I don't know if this is known, but when I have tried compiling PAE kernel with SMP enabled on 6.0-RELEASE I've got this mistake: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -g -nostdinc -I- -I. -I../../.. -I../../../contrib/dev/acpica -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../contrib/dev/ath -I../../../contrib/dev/ath/freebsd -I../../../contrib/ngatm -I../../../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 ../../../dev/hptmv/entry.c ../../../dev/hptmv/entry.c: In function `fOsBuildSgl': ../../../dev/hptmv/entry.c:2476: warning: cast to pointer from integer of different size ../../../dev/hptmv/entry.c: In function `hpt_io_dmamap_callback': ../../../dev/hptmv/entry.c:2606: warning: cast to pointer from integer of different size ../../../dev/hptmv/entry.c: In function `OsSendCommand': ../../../dev/hptmv/entry.c:2758: warning: cast to pointer from integer of different size *** Error code 1 Stop in /usr/src/sys/i386/compile/PAE-SMP. I have added nodev hptmv in PAE config in /usr/src/sys/i386/conf/PAE together with option SMP (only two changes I have made to PAE config file). Regards, Goran Gajic
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.63.0511221408380.21882>