Re: why can't I use fopen
ouuhk_at_jysoqx.com.ou
Date: 07/06/03
- Next message: Kasper Dupont: "Re: why can't I use fopen"
- Previous message: John Palmisano: "2.5.74 and rivafb did not compile for me"
- In reply to: Jonathan Lin: "Re: why can't I use fopen"
- Next in thread: Lew Pitcher: "Re: why can't I use fopen"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 06 Jul 2003 07:10:55 GMT
|So, I replaced fopen()/fclose()/fscanf() with open()/close()/read().
|But when I did "make bzImage", it still complained
|
|undefined reference to open
|undefined reference to close
|undefined reference to read
|
|Don't know why.
Those are not available either.
|There are some configuration files (e.g. /etc/sysctl.conf) that the
|kernel must read. I am wondering how the kernel reads those files.
It doesn't. The sysctl program reads it.
- Next message: Kasper Dupont: "Re: why can't I use fopen"
- Previous message: John Palmisano: "2.5.74 and rivafb did not compile for me"
- In reply to: Jonathan Lin: "Re: why can't I use fopen"
- Next in thread: Lew Pitcher: "Re: why can't I use fopen"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|