Index: [thread] [date] [subject] [author]
  From: becka@rz.uni-duesseldorf.de
  To  : ggi-develop@eskimo.com
  Date: Wed, 10 Nov 1999 16:53:26 +0100 (MET)

Re: kgicon.o: unresolved symbol outb (and some others)

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 :  <Andreas.Beck@ggi-project.org>


Index: [thread] [date] [subject] [author]