From: Roman Z. <zi...@fh...> - 2000-07-19 08:09:31
|
Hi, > I have tried to get 2.4.0-test3 running, but several modules (slip, ppp, ...) > get an unresolved symbol error, namely "irq_stat". irq_stat is exported in arch/ppc/kernel/ppc_ksyms.c, so it should be visible... > This is strange, because > this symbol is listed in the System.map (what do the letters there mean, > anyway?). System.map is a list of all Symbols, but that isn't used by the modutils, check /proc/ksyms instead. > All this was fine in 2.4.0-test2. I'll update soon to 2.4.0-test4, so you can try that and I'll try the modules in the evening at home. bye, Roman |