[8344] in linux-scsi channel archive
Re: udivdi3 and umoddi3
daemon@ATHENA.MIT.EDU (Eric Youngdale)
Thu Mar 9 23:29:07 2000
Date: Thu, 9 Mar 2000 23:27:27 -0500 (EST)
From: Eric Youngdale <eric@andante.org>
To: Stanley Wu <wudragon2@yahoo.com>
Cc: linux-scsi@vger.rutgers.edu
In-Reply-To: <20000309232222.22823.qmail@web3503.mail.yahoo.com>
Message-ID: <Pine.LNX.4.10.10003092325450.1836-100000@gwyn.tux.org>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
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 majordomo@vger.rutgers.edu