On Sat, Jun 17, 2000 at 11:52:57PM +0800, Zaimin Zhong wrote:
> Hi!
>
> Sorry to waste the bandwidth, but I could not link following functions
>
> check_region()
> request_region()
> udelay()
These are exported kernel functions and are linked in dynamically by insmod but
live in kernel space and cannot be statically linked.
(BTW: they cannot be used in RT threads or interrupt handlers).
>
> statically into my RTL module. Which libary must be linked when above
> functions are called.
>
> Thanks very much!
>
> James
>
>
> -- [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/
--
---------------------------------------------------------
Victor Yodaiken
FSMLabs: www.fsmlabs.com www.rtlinux.com
FSMLabs is a servicemark and a service of
VJY Associates L.L.C, New Mexico.
-- [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/