I have read the last messages concerning OO kernel modules with great interest.
I tried g++ (using gcc 2.8.1) on a simple example that included my own implementation
of malloc() and free().
INSMOD reported two errors:
    . unresolved symbol abort
    . unresolved symbol _GLOBAL_OFFSET_TABLE_


I'm not sure I know how to deal with abort (call kernel panic?) and the other
missing reference leaves me in the dark.
Any suggestions?



 


Reply via email to