Re: The whole bunch of unresolved symbols in 2.3.30pre5

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 3 Dec 1999 16:26:42 +0000 (GMT)


> inetdev_lock

The lock ones I think you can just export oK

> /lib/modules/kernel/2.3.30pre5/fs/ntfs.o: unresolved symbol(s)
> __divdi3
> /lib/modules/kernel/2.3.30pre5/fs/affs.o: unresolved symbol(s)
> __divdi3
> update_vm_cache
> __moddi3

These are 64bit maths operations. For some reason your compiler is making
helper calls to them. They are in the C compiler libraries if you need to
extract them and add/export the symbol

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/