Module loading problem

Mike McLagan (mmclagan@invlogic.com)
Thu, 25 Apr 1996 13:58:45 -0400 (EDT)


Hi,

Of late, I haven't been able to get my module to load into the kernel.
This has only taken place since 1.3.90 +/- a version or two:

gcc2_compiled. undefined
basename undefined
open_dev undefined
dlci_ioctlp undefined
Failed to load module! The symbols from kernel 1.3.95 don't match 1.3.95

basename, open_dev are declared statics in the drivers/net/dlci.c file,
dlci_ioctlp is defined in net/ipv4/af_inet.c, and shows up in the system
map.

This gcc2_compiled thing I have no idea where it came from.

DUMMY.C also complains about the gcc2_compiled thing.

gcc 2.7.2
libc 5.2.18

Any thoughts? (Am I doing something stupid?)

Mike was here...