Re: Using FileI/O functions

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Re: Using FileI/O functions

1,194 Views
ajays
Contributor I
hello,
 
i tried to build a C code containing "fopen" in codewarrior v6.3 IDE. I included stdio.h & stdlib.h. But it is giving "undefined fopen" error. How to solve this?
 
Thanks in advance,
ajays


Message Edited by CrasyCat on 2007-05-29 01:59 PM
Labels (1)
0 Kudos
1 Reply

257 Views
CrasyCat
Specialist III
Hello
 
There is no file system directly available on MCF bare board.
So basically configuring MSL to support File I/O is a fairly intensive task.
 
Please refer to {Install}\Help\PDF\MSL_C_Reference.pdf Chapter "Configuring MSL C", section "Configuring File I/O".
 
CrasyCat
0 Kudos