Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2003 07:03:47 -0700
From:      Kent Stewart <kstewart@owt.com>
To:        "Sergy V.Greg" <greg.hack@ua.fm>, freebsd-questions@freebsd.org
Subject:   Re: Error in Kernel linking.
Message-ID:  <200308270703.47237.kstewart@owt.com>
In-Reply-To: <4725833453.20030827155424@ua.fm>
References:  <4725833453.20030827155424@ua.fm>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wednesday 27 August 2003 05:54 am, Sergy V.Greg wrote:
> I have some trouble with Kernel linking
>
> I typed the command:
>         make buildkernel KERNCONF=KERNEL1
>
> and got Error:
>            ...
>         linking Kernel
>         if.o: In function 'if_setlladdr':
>         if.o: (.text+0x1b44): undefined reference to "arp_ifinit"
>         *** Error code 1
>            ...
>
> In attached file - my Kernel's config

I would try uncommenting "pseudo-device	ether". The module if_ether 
contains the missing entry point.

Ken t

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html



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