From owner-freebsd-questions Fri Feb 19 21:18:38 1999 Delivered-To: freebsd-questions@freebsd.org Received: from allegro.lemis.com (allegro.lemis.com [192.109.197.134]) by hub.freebsd.org (Postfix) with ESMTP id 302B81154C for ; Fri, 19 Feb 1999 21:18:33 -0800 (PST) (envelope-from grog@freebie.lemis.com) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by allegro.lemis.com (8.9.1/8.9.0) with ESMTP id PAA00988; Sat, 20 Feb 1999 15:48:26 +1030 (CST) Received: (from grog@localhost) by freebie.lemis.com (8.9.3/8.9.0) id PAA19072; Sat, 20 Feb 1999 15:48:21 +1030 (CST) Message-ID: <19990220154820.M93492@lemis.com> Date: Sat, 20 Feb 1999 15:48:20 +1030 From: Greg Lehey To: willd@telusplanet.net, freebsd-questions@FreeBSD.ORG Subject: Re: Wrong reply address on previous message - Error compiling kernel - ioconf.o : Undefined symbol References: <000101be5c8c$0644c6a0$da4a800a@win98.techzone.cx> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <000101be5c8c$0644c6a0$da4a800a@win98.techzone.cx>; from Will Downs on Fri, Feb 19, 1999 at 09:46:48PM -0700 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 Friday, 19 February 1999 at 21:46:48 -0700, Will Downs wrote: > This is my first time configuring a kernel. I get this error when I'm > running "make" . > Has anybody ran into this error before? > > ________ > loading kernel > ioconf.o: Undefined symbol `_ieintr' referenced from data segment > *** Error code 1 > > Stop. > > Thanks again. > > Here is my kernel configuration file > > options "COMPAT_43" #Compatible with BSD 4.3 [KEEP > THIS!] Don't wrap lines. This will cause config to complain, so I suppose you've changed this since you ran config. > > device ed0 at isa? port 0x320 net irq 10 iomem 0xd8000 vector edintr > device ed0 at isa? port 0x340 net irq 11 iomem 0xd0000 vector ieintr In the original, this line reads: device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector ieintr You must match the device and the interrupt routine. It's not clear why you didn't comment out this line like you did most of the other Ethernet boards. Greg -- When replying to this message, please copy the original recipients. For more information, see http://www.lemis.com/questions.html See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message