On 2009-02-27, Steve DeLaney <[email protected]> wrote: > > > > Hi all, I'm new to mspgcc so bear with me if these topics are > repetitive, but > > The stdio.h seems incomplete - FILE and fopen(), fclose(), etc. > appear to be missing.
You're using an MSP430 that has a filesystem on it? > This is raising havoc with a port I'm working on which is > "ANSI" C. I'm puzzled how a C99 compiler and libc can have a > subset of stdio Read up on the sections of the standards about "free-standing" C implementations. I don't think stdio.h is required at all for a free-standing implementation. > any ideas on the best way to resolve it? Write your own filesystem and FILE I/O libraries I guess. [WTH was all that quoted stuff for?]
