Hi,

> Using the latest plex86 from CVS (let's give that version a name: Kevins 
> Testamonary eg), I get the following unresolved symbols:
[snip]
> I use kernel 2.4.9-13 from Red Hat 7.2.

Red Hat kernels tend to have module symbol versioning switched on,
to make the module fit the kernel, you'll have to compile it also
with symbol versioning support.  Unfortunately, as I recall, the
current CVS source doesn't really do that.

Try adding something like

#ifdef CONFIG_MODVERSIONS
  #define MODVERSIONS
  #include <linux/modversions.h>
#endif

in plex86/kernel/host-linux.c after #include <linux/config.h> but
before #include <linux/module.h>.

Bye,
Ulrich

-- 
  Dr. Ulrich Weigand
  [EMAIL PROTECTED]

Reply via email to