Date: Thu, 10 Nov 2005 17:24:38 -0800 From: Phillip Hocking <phocking@windwireless.net> To: freebsd-amd64@freebsd.org Subject: ia64 SMP kernel fails to compile Message-ID: <200511101724.38422.phocking@windwireless.net>
next in thread | raw e-mail | index | archive | help
'm getting this compile error when I try to make my first ia64 SMP kernel. My config file is here: http://pastebin.com/424912 The error is here: [root@smp1:/usr/src/sys/ia64/compile/SMP1]#make depend && make && make install rm -f .olddep if [ -f .depend ]; then mv .depend .olddep; fi make _kernel-depend 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../../../contrib/ia64/libuwx/src -D_KERNEL -include opt_global.h -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mconstant-gp -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding ../../../i386/i386/genassym.c cc1: error: invalid option `constant-gp' *** Error code 1 Stop in /usr/src/sys/ia64/compile/SMP1. *** Error code 1 Stop in /usr/src/sys/ia64/compile/SMP1. What is constant-gp and why do I need it? Will it still flip out if I edit that out of the makefile? -- Phillip Hocking Support Engineer Wind Wireless, INC AIM: wwphocking 509-462-4734
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511101724.38422.phocking>