Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 08 Mar 2002 03:56:26 -0800
From:      Kent Stewart <kstewart@owt.com>
To:        Ian Barnes <ian@cerebellum.za.net>
Cc:        questions@FreeBSD.ORG
Subject:   Re: Error in Kernel Make
Message-ID:  <3C88A6EA.6080908@owt.com>
References:  <02030815575000.87930@nicki.comrite.co.za>

next in thread | previous in thread | raw e-mail | index | archive | help


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3C88A6EA.6080908>