On Friday 14 May 2004 16:45, l x wrote: > Hi, > > 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, and > module_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. If they are so interdependent, perhaps they should be combined into one module. -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/