Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2008 00:32:38 +0200
From:      =?UTF-8?Q?Nikola_Kne=C5=BEevi=C4=87?= <laladelausanne@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   error: symbol ether_poll_register undefined
Message-ID:  <1A441B64-8485-4BCC-BCD7-79A30F06283D@gmail.com>

next in thread | raw e-mail | index | archive | help
Hi guys,

I'm trying to port Click modular router to FreeBSD 7.0. Along the way,  
I changed it quite a bit, but I managed to get it to compile. Well,  
when I try to load it (via sudo make load), this is what I get:

link_elf_obj: symbol ether_poll_register undefined
kldload: /usr/home/knl/work/mx-dfly/core/module/mxcore.ko: Unsupported  
file type

What am I missing? I assume that ether_poll_register should be in the  
kernel.

objdump -x -d mxcore.ko gives me a bunch of '*UND*', like _vn_lock,  
but they exist in the kernel.

Cheers,
Nikola



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1A441B64-8485-4BCC-BCD7-79A30F06283D>