On Mon, 15 Feb 1999 albinom wrote:
>>Hello and thanks for your attention and sorry for my basic question.
>when I trie to load my rtl application module (like frank-module in examples 
>directory) by insmod:
>this is the error
>"unresolved symbol __divdi3"
>Sorry but I don't understand where I  could mistake, and i don't find any papers or 
>texts about it.
>Where can I find a rich documentation about RTLinux kernel modules and relatives 
>programming tecnique?
>Which type of error could I have made?

You need to link (ld -r) your module against libgcc.a to resolve the function.
It's a integer division of the GNU extension long long integer.

Greetings,
Jochen
-----------------------------------------------------------------------
  Jochen K"upper

  Heinrich-Heine-Universit"at D"usseldorf   [EMAIL PROTECTED]
  Institut f"ur Physikalische Chemie I
  Universit"atsstr. 1, Geb 26.43 Raum 02.29    phone ++49-211-8113681
  40225 D"usseldorf                            fax   ++49-211-8115195
  Germany             http://www-public.rz.uni-duesseldorf.de/~jochen
-----------------------------------------------------------------------
--- [rtl] ---
To unsubscribe:
echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR
echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED]
----
For more information on Real-Time Linux see:
http://www.rtlinux.org/~rtlinux/

Reply via email to