Hi !

> /usr/local/src/ggi/degas/kgicon/kgi# insmod kgicon.o
> kgicon.o: unresolved symbol outsb

This looks like inlines are not expanded.

Did you remove the -O2 from the Makefiles ?

Make sure the KGI stuff gets compiled with at least -O2 to make sure inlines 
are expanded, or pass the appropriate compiler option that explicitly
enables inlines.

>   None of the unresolved symbols above appear in /System.map or /proc/ksyms.

Maybe they are all inlined.

>   "nm `find /lib/modules/2.2.12 -name \*.o` | grep outb" produces nothing, 
>   only "nm kgicon.o | grep outb" produces output (         U outb).

Sure. Looks like compiler options. Hope that's it.

CU, ANdy

-- 
Andreas Beck              |  Email :  <[EMAIL PROTECTED]>

Reply via email to