As far
as I know you can't do this.
Perhaps you need a module_c.o which contains 'shared' functions
without any external dependencies (which will be loaded first and can be used by
both a & b).
d.
-----Original Message-----
From: kernelnewbies-bounce@nl.linux.org [mailto:kernelnewbies-bounce@nl.linux.org] On Behalf Of l x
Sent: Friday, May 14, 2004 3:45 PM
To: kernelnewbies@nl.linux.org
Subject: SOS - unresolved symbol when loading moduleHi,Suppose I need to load two modules, module_a.o and module_b.o, one by one.module_a.o uses/calls a function defined in module_b.o, andmodule_b.o uses/calls a function defined in module_a.o. How can I load them one by one? It seems loading any one of them will cause "unresolved symbol" error.Thanks,T.
Do you Yahoo!?
SBC Yahoo! - Internet access at a great low price.