Hi,  
     This is in continuation with yesterdays question about using
standard  c library header files in rt linux modules. After  checking
from web i came to know that for string functions  we can include
<linux/string.h> if we are building kernel module. 
     The problem is, i have an application  library which , i suppose
was built including the normal <string.h> .Most of the  memcpy and such
other functions are inlined as per the header files..
    so when i use this application library, i am  getting unresolved
symbol errors  upon trying to load.  if i link with the standard library
 "libc" i am getting  some exceptions  while running. Is ther e any work
around for this problem.

Hope  i did not confuse.
regards,
mohan.
_______________________________________________
Rtl mailing list
[EMAIL PROTECTED]
http://www2.fsmlabs.com/mailman/listinfo.cgi/rtl

Reply via email to