Date: Thu, 9 Jul 1998 10:11:18 -0700 From: "Paul H." <paulh@testlabs.com> To: "Brett Taylor" <brett@peloton.physics.montana.edu> Cc: <questions@FreeBSD.ORG> Subject: Re: Kernel failed Message-ID: <003401bdab5c$972d20e0$f3ab2ccf@paul>
next in thread | raw e-mail | index | archive | help
I'm using FreeBSD 2.2.5 and when I try to rebuild it fails I can create the build environment with config (/usr/sbin/config (kernel name) That seems to go alright, it removes the old directory and gives the new build directory. Next I build the Kernel # cd ../../compile/ (kernel name) and then # make. It runs for about ten minutes and then it gets an error #1 the following is the last several lines before the error. (just as a note I commented out all the references to scsi devices, since I don't have scsi, and all the netcards except the one I'm using vx0 (3com 3c590.) Here is the last few lines before the error code 1. loading kernel if_vx.o: Undefined symbol '_ether_output' referenced from text segment. if_vx.o: Undefined symbol '_ether_ifattach' referenced from text segment. if_vx.o: Undefined symbol '_ether_input' referenced from text segment. if_vx.o: Undefined symbol '_ether_ioctl' referenced from text segment. if_vx.o: Undefined symbol '_ether_addmulti' referenced from text segment. if_vx.o: Undefined symbol '_ether_delmulti' referenced from text segment. if_ether.o: Undefined symbol '_etherbroadcastaddr' referenced from text segment. if_ether.o: Undefined symbol '_etherbroadcastaddr' referenced from text segment. if_ether.o: Undefined symbol '_etherbroadcastaddr' referenced from text segment. if_ether.o: Undefined symbol '_etherbroadcastaddr' referenced from text segment. if_ether.o: Undefined symbol '_etherbroadcastaddr' referenced from text segment. if_ether.o: Undefined symbol '_etherbroadcastaddr' referenced from text segment. if_ether.o: Undefined symbol '_etherbroadcastaddr' referenced from text segment. ***Error code 1 Stop That's where I'm at right now. Again any help would be much appreciated. Thanks Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003401bdab5c$972d20e0$f3ab2ccf>