I have tried to link libgcc to my real time module but I get this error message
during the process.

gcc: -llibgcc: linker input file unused since linking not done

This makes sense because the module is only an object file.

I am guessing that it would have to be linked to libgcc at the time
the module is inserted into the kernel.

I am also starting to wonder if this is one of those Linux user space
capabilities that can not be used in the kernel.

Can anyone help?

Thanks,
Rich

> ----------
> From:         David Olofson[SMTP:[EMAIL PROTECTED]]
> Sent:         Wednesday, May 26, 1999 4:33 AM
> To:   [EMAIL PROTECTED]
> Subject:      Re: [rtl] variable types
> Importance:   Low
> 
> 
> "Basham, Richard R" wrote:
> (...)
> > unresolved symbol __divdi3
> (...)
> 
> You have to link to libgcc. That's where
> __divdi3 and other standard funcs are found.
> 
> 
> Regards,
> 
> //David
> 
> --- [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/
> 
--- [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