From owner-freebsd-questions Fri Feb 20 18:22:12 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id SAA02825 for freebsd-questions-outgoing; Fri, 20 Feb 1998 18:22:12 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id SAA02433 for ; Fri, 20 Feb 1998 18:18:41 -0800 (PST) (envelope-from grog@lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.8.7/8.8.5) with ESMTP id MAA04895; Sat, 21 Feb 1998 12:48:28 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.8.8/8.8.7) id MAA15102; Sat, 21 Feb 1998 12:48:28 +1030 (CST) (envelope-from grog) Message-ID: <19980221124827.06130@freebie.lemis.com> Date: Sat, 21 Feb 1998 12:48:27 +1030 From: Greg Lehey To: "James D. Butt" , freebsd-questions@FreeBSD.ORG Subject: Re: Cyrix Problems?? References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.89i In-Reply-To: ; from James D. Butt on Fri, Feb 20, 1998 at 12:35:32PM -0600 WWW-Home-Page: http://www.lemis.com/~grog Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-41-739-7062 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, 20 February 1998 at 12:35:32 -0600, James D. Butt wrote: > > We have Cyrix 133 that we are unable to recompile the kernel on. We are > running FreeBSD 2.2.5-Release. At first I thought it might be a memmory > problem so I checked that and all the RAM is good.. > > I moved the hard drive to a Intel P75 and it compiled fine. > > Bellow is the last part of the make where it dies.. It looks like it is > finished compiling but I am unsure what it does when it says "loading > kernel"?? > > > cc -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit > -Wnested-externs -Wstrict-proto > types -Wmissing-prototypes -Wpointer-arith -nostdinc -I- -I. -I../.. > -I../../../include - > DAPM_BROKEN_STATCLOCK -DFAILSAFE -DCOMPAT_43 -DMSDOSFS -DNFS -DFFS -DINET > -DKERNEL -c vers. > c > loading kernel > ioconf.o: Undefined symbol `_edintr' referenced from data segment > *** Error code 1 Is this always the same error? That doesn't look like a processor problem to me. Do you have this line or something in your config file? device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr Do you have a file if_ed.o in your kernel compile file? If so, does this command output a list of entries? $ nm if_ed.o If not, try deleting this file and rebuilding the kernel. Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message