On Thu, 9 Mar 2000, Stanley Wu wrote:

> Hello,
> I'm trying to load a scsi driver module via the isnmod
> command and I'm getting:
> 
> unresolved symbol __udivdi3
> unresolved symbol __umoddi3

        These are compiler generated functions that are used to evaluate
certain types of expressions.  In particular, division and the modulo
operatiors in this instance.  For user space applications the functions
are defined in a standard library that ships with the compiler.   I am not
sure what to suggest for kernel modules, however.

-Eric



-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to