fopen is a normal Linux user-space function which AFAIK is
not available to any kernel-space task under any
conditions.  As I understand, you'll have to create a
user-task to open the file and use it to send the data down
to the kernel either via ioctl() or via an rtlinux FIFO.

    Norm

----- Original Message -----
From: Peter Gr�ssinger <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, October 30, 2001 5:24 AM
Subject: [rtl] unresolved symbols


> 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".
>
> would sombody know how to  upgrade the c lib in order so
be able to load
> my module ?
>
> thank you very much in advance !
>
>
> kindest regards,
> peter
>
> _____________________________________________________
>
> Peter Groessinger
> Software Development
> TTTech Computertechnik AG
> Schoenbrunner Strasse 7, A-1040 Vienna, Austria
> http://www.tttech.com
>
> Phone: +43(1)585 34 34-42, Fax: +43(1)585 34 34-90
> mailto: [EMAIL PROTECTED]
> _____________________________________________________
>
>
> -- [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/
>
>

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

Reply via email to