[Click] fopen , fread

Michele Mordenti michele.mordenti2 at studio.unibo.it
Tue Apr 19 16:29:58 EDT 2005


Alle 13:53, martedì 19 aprile 2005, wouter.vandorpe at howest.be ha 
scritto:
> Hi,
>
> i'm trying to read a handler value from on element into an onther.
> This i do with (see below).
> But after a successfull installation of the element (make-install) i
> try to start click.
> and the following appears.
>
>
> click:/home/guest/click-1.4.3# click-install
> /home/guest/configQosInteraction
> /usr/local/lib/click.o: unresolved symbol fopen
> /usr/local/lib/click.o: unresolved symbol fclose
> click-install: '/sbin/insmod /usr/local/lib/click.o' failed
> click:/home/guest/click-1.4.3#
>
> How do i compile the use off fopen, fread, etc into click.o?

"fopen" and "fread" are both part of "stdio.h" and you can't use them on 
kernelspace, as you can't use any glibc functions.

Ciao.

-- 
Michele Mordenti
http://xoomer.virgilio.it/michele.mordenti



More information about the click mailing list