Build error



Hi,

For some reason unknown to me, my buildkernel (FreeBSD 6.0, sparc64) seems to fail. Attached is the output. There is no real indication of what is going wrong. The device xl is disabled in my kernel config.

Any ideas?

Thanks!

S


cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I-
-DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/SUN/opt_global.h -I.
-I@ -I@/contrib/altq -I@/../include -finline-limit=15000 -fno-common -g -I/usr/
obj/usr/src/sys/SUN -mcmodel=medlow -msoft-float -ffreestanding -Wall -Wredundan
t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari
th -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/wl
an_xauth/../../net80211/ieee80211_xauth.c
ld -d -warn-common -r -d -o wlan_xauth.kld ieee80211_xauth.o
touch export_syms
awk -f /usr/src/sys/modules/wlan_xauth/../../conf/kmod_syms.awk wlan_xauth.kld
export_syms | xargs -J% objcopy % wlan_xauth.kld
ld -Bshareable -d -warn-common -o wlan_xauth.ko.debug wlan_xauth.kld
objcopy --strip-debug wlan_xauth.ko.debug wlan_xauth.ko
===> xl (all)
cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc -I-
-DHAVE_KERNEL_OPTION_HEADERS -include /usr/obj/usr/src/sys/SUN/opt_global.h -I.
-I@ -I@/contrib/altq -I@/../include -finline-limit=15000 -fno-common -g -I/usr/
obj/usr/src/sys/SUN -mcmodel=medlow -msoft-float -ffreestanding -Wall -Wredundan
t-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-ari
th -Winline -Wcast-qual -fformat-extensions -std=c99 -c /usr/src/sys/modules/xl
/../../pci/if_xl.c
ld -d -warn-common -r -d -o if_xl.kld if_xl.o
touch export_syms
awk -f /usr/src/sys/modules/xl/../../conf/kmod_syms.awk if_xl.kld export_syms |
xargs -J% objcopy % if_xl.kld
ld -Bshareable -d -warn-common -o if_xl.ko.debug if_xl.kld
objcopy --strip-debug if_xl.ko.debug if_xl.ko
1 error
*** Error code 2
1 error
*** Error code 2
1 error
.




Relevant Pages