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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to