From owner-freebsd-questions Thu Jul 9 11:09:27 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA23774 for freebsd-questions-outgoing; Thu, 9 Jul 1998 11:09:27 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from horton.iaces.com (horton.iaces.com [204.147.87.98]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA23760 for ; Thu, 9 Jul 1998 11:09:24 -0700 (PDT) (envelope-from proot@horton.iaces.com) Received: (from proot@localhost) by horton.iaces.com (8.8.8/8.8.7) id NAA07617; Thu, 9 Jul 1998 13:08:10 -0500 (CDT) From: "Paul T. Root" Message-Id: <199807091808.NAA07617@horton.iaces.com> Subject: Re: Kernel failed In-Reply-To: <003401bdab5c$972d20e0$f3ab2ccf@paul> from "Paul H." at "Jul 9, 98 10:11:18 am" To: paulh@testlabs.com (Paul H.) Date: Thu, 9 Jul 1998 13:08:10 -0500 (CDT) Cc: brett@peloton.physics.montana.edu, questions@FreeBSD.ORG X-Organization: USWEST !nterprise Networking - ACES X-Phone: (612) 664-3385 X-Fax: (612) 664-4779 X-Page: (800) SKY-PAGE PIN: 537-7270 X-Address: 600 Stinson Blvd, Fl 1S X-Address: Minneapolis, MN 55413 X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In a previous message, Paul H. said: > 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 Just a stab in the dark. Do you have pseudo-device ether in the config? -- "In the eyes of cats, all things belong to cats." --Old English proverb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message