Hi,
I'm going to use a Hilscher Profibus card driver under RT-Linux, I wrote
a little test
program perfectly working on user space, but now I need to recompile it
in order to have a module and load it into the RT kernel.
The problem is that at the end of the compilation, I've not an
executable but an object to be loaded into the kernel space (with insmod
command)
This module have not inside the resolved symbols for the DevOpenDriver,
DevExitBoard, ecc... functions.
If I link my object to the cifAPI.o object, I can have the previous
symbols resolved but a I have new symbols unresolved: memset, fprintf,
ecc ... used by cifAPI.o
What can I do now ?
What objects I need to link to my one in order to have all symbols
solved ?
Thanks, Thomas.
-- [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/