On Tue, 27 Jul 1999, Robert Findlay wrote:

> I had a working module which included 2 instances of "memcpy".
> 
> All appeared to work fine.
> 
> I added a new function to my RT module which also called "memcpy".
> Everything compiles fine but when the module is loaded it complains that it
> can't find "memcpy".    It gets weirder ... if I comment out my original

memcpy should be a macro or inline function. I guess your RT module source
file is missing some header file where memcpy is defined. Did you include
<linux/string.h> in all your source files?

--
Tomek

--- [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