From owner-freebsd-questions Fri Mar 8 3:56:56 2002 Delivered-To: freebsd-questions@freebsd.org Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by hub.freebsd.org (Postfix) with ESMTP id 3841F37B402 for ; Fri, 8 Mar 2002 03:56:52 -0800 (PST) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id DAA16303; Fri, 8 Mar 2002 03:56:27 -0800 Message-ID: <3C88A6EA.6080908@owt.com> Date: Fri, 08 Mar 2002 03:56:26 -0800 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011128 Netscape6/6.2.1 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Ian Barnes Cc: questions@FreeBSD.ORG Subject: Re: Error in Kernel Make References: <02030815575000.87930@nicki.comrite.co.za> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ian Barnes wrote: > Hi, > > I get this error when trying to do a make to rebuild to kernel. I am > currently upgrading from 4.3 to 4.5 .... this is the error > > if_ed.o: In function 'ed_tick': > if_ed.o(.text+0x26d9): undefined reference to 'mii_tick' > if_ed.o: In function 'ed_init': > if_ed.o(.text+0x2aca): undefined reference to 'mii-mediachg' > if_ed.o: In function 'ed_ifmedia_upd': > if_ed.o(.text+0x4d8d): undefined reference to 'mii-mediachg' > if_ed.o: In function 'ed_ifmedia_stats': > if_ed.o(.text+0x4dc2): undefined reference to 'mii-pdlstat' > ***Error code 1 > > > Has anyone got any ideas on how to fix this ... This is what typically happens when you use config setup from an old version on a new system. There have been a number of NICs that now require the miibus device and when you have the new devices commented out, you get messages like this. Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message