On Tue, 2003-07-01 at 11:50, Jeff Dike wrote:
> jfbauer@... said:
> > So I exported them via EXPORT_SYMBOL() and added those modules to the
> > export-objs targets in their Makefile. However, when I rebuilt
> > everything, booted the system via uml and then tried to insmod my
> > module, I still get unresolved symbol errors.
>
> That looks right. Do those symbols appear in /proc/ksyms? If not, then
> you missed something. I would double-check everything, and make sure that
> everything really was rebuilt.
>
Ah, found it. <linux/module.h> wasn't being included. It would
have been nice if not including that had been a fatal build error.
|