Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Oct 2001 10:43:03 -0400
From:      "Jim Flowers" <jflowers@ezo.net>
To:        <freebsd-questions@FreeBSD.ORG>
Subject:   kernel with option ETHER_* won't compile
Message-ID:  <002301c1532c$33371980$9ed396ce@ezo.net>

index | next in thread | raw e-mail

[-- Attachment #1 --]
I'm trying to compile a kernel with the ef psuedo driver on a fbsd 4.4-RELEASE system to provide different Ethernet framing.  when I include the pseudo-device ef and options ETHER_II (for example) lines, the linking process fails with the following error message:

if_ef.o: In function `ef_unload':
if_ef.o(.text+0x85c): undefined reference to `ef_inputp'
if_ef.o(.text+0x866): undefined reference to `ef_outputp'

Can anyone give me a clue as to what I need to do?  Is this capability no longer available?  These references seem to be missing at least as far back as 4.1.

Thanks,

Jim Flowers <jflowers@ezo.net> 

[-- Attachment #2 --]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 5.50.4616.200" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>I'm trying to compile a kernel with the ef psuedo 
driver on a fbsd 4.4-RELEASE system to provide different Ethernet framing.&nbsp; 
when I include the pseudo-device ef and options ETHER_II (for example) lines, 
the linking process&nbsp;fails&nbsp;with the following error 
message:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>if_ef.o: In function 
`ef_unload':<BR>if_ef.o(.text+0x85c): undefined reference to 
`ef_inputp'<BR>if_ef.o(.text+0x866): undefined reference to 
`ef_outputp'</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Can anyone give me a clue as to what I need to 
do?&nbsp; Is this capability no longer available?&nbsp; These references seem to 
be missing at least as far back as 4.1.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Jim Flowers 
&lt;jflowers@ezo.net&gt;</FONT>&nbsp;</DIV></BODY></HTML>
help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?002301c1532c$33371980$9ed396ce>