Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2005 15:44:09 +1300
From:      sashan <sashan@endace.com>
To:        freebsd-drivers@freebsd.org
Subject:   undefined symbols (how to export symobls)
Message-ID:  <43A76FF9.5020402@endace.com>

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

I'm trying get kernel module B to find a function/symbol S defined in 
kernel module A. Currently whenever B trys to use S it fails with

link_elf: symbol <S> undefined

I've tried adding EXPORT_SYMS = S to the Makefile.

A is loaded.

I'm using 5.4-RELEASE.

Thanks for the help.



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