On Tue, 30 Oct 2001, [iso-8859-1] Peter Gr�ssinger wrote: > hello, > > i am running rtlinux 2.3 on a PC104. i was trying to use the > function fopen() within the init_module of my kernel module. when > inserting the module i unfortunately get the error "unresolved symbol > fopen".
A word of advice -- when writing code make sure that functions/calls of interest are in the library if NOT use something else, it is diffcult to write thread safe-library rouines.. you can use system call inteface here open/close/read/write etc.. -ishwar -- [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/
