Hi, > > I have the following error for three days. > > Quick fixes are appreciated. > > > > ===> xl (all) > > cc -O2 -fno-strict-aliasing -pipe -Werror -D_KERNEL -DKLD_MODULE -nostdinc > > -I- -include /usr/obj/usr/src/sys/TYD3/opt_global.h -I. -I_at_ > > -I_at_/contrib/altq -I_at_/../include -finline-limit=8000 -fno-common > > -I/usr/obj/usr/src/sys/TYD3 -mno-align-long-strings > > -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 > > -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs > > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -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 if_xl.kld > > objcopy --strip-debug if_xl.ko > > 1 error > > *** Error code 2 > > 1 error > > *** Error code 2 > > 1 error > > Looks like you are building with "-jN" where N>=2, can you lose that switch so > that we can see the real error at the end of the output? I think this has already been answered yesterday. http://docs.freebsd.org/cgi/getmsg.cgi?fetch=322121+0+current/freebsd-current Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot org >Received on Wed Jul 20 2005 - 08:07:27 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:38:39 UTC