Re: 7.3-RELEASE: unable to compile custom kernel

2010-05-13 Thread Jiansong Liu
Try to compile it again without the -j option, will help to figure out where is going wrong exactly. Cheers, Jiansong On Wed, May 12, 2010 at 5:50 PM, Antonio Kless antoniok@gmail.com wrote: Hello. I trying to build custom kernel to enable packet-filter. # uname -a FreeBSD host.net

Re: 7.3-RELEASE: unable to compile custom kernel

2010-05-13 Thread Antonio Kless
# make buildkernel KERNCONF=ALTERKERN ...snip... MAKE=make sh /usr/src/sys/conf/newvers.sh ALTERKERN cc -c -O2 -frename-registers -pipe -fno-strict-aliasing -std=c99 -g -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual

Re: 7.3-RELEASE: unable to compile custom kernel

2010-05-13 Thread Lowell Gilbert
Antonio Kless antoniok@gmail.com writes: if_rum.o(.text+0x3868):/usr/src/sys/dev/usb/if_rum.c:2324: undefined reference to `ieee80211_free_node' At a guess, you've got the rum device without wlan. -- Lowell Gilbert, embedded/networking software engineer, Boston area

Re: 7.3-RELEASE: unable to compile custom kernel

2010-05-13 Thread Antonio Kless
That's right! Thanks a lot, now it builts well. 2010/5/13 Lowell Gilbert freebsd-questions-lo...@be-well.ilk.org Antonio Kless antoniok@gmail.com writes: if_rum.o(.text+0x3868):/usr/src/sys/dev/usb/if_rum.c:2324: undefined reference to `ieee80211_free_node' At a guess, you've got

7.3-RELEASE: unable to compile custom kernel

2010-05-12 Thread Antonio Kless
Hello. I trying to build custom kernel to enable packet-filter. # uname -a FreeBSD host.net 7.3-RELEASE FreeBSD 7.3-RELEASE #0: Sun Mar 21 05:25:24 UTC 2010 r...@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 # export declare -x BLOCKSIZE=K declare -x FTP_PASSIVE_MODE=YES