Really portable C runtime library

Status
Not open for further replies.

the_penetrator

Full Member level 5
Joined
Jun 22, 2001
Messages
297
Helped
10
Reputation
20
Reaction score
5
Trophy points
1,298
Activity points
2,775
hi guys (and girls)

i am looking for a ***FULLY PORTABLE*** replacement of glibc in my applications. These are run on an embedded RISC processor. I don't want any OS dependencies, my system is standalone, and only consider supporting some software interrupts (overflow, memory access misalignment etc).

Is there any really portable (written ONLY in C) C library?

Also, it is important to have file accesses. I understand that a more lightweight filesystem is needed (for replacements of fopen(), fgetc() and others). E.g. reading/writing raw data should be done via a pointer to data memory section. More thorough formatting should be optional.

I know that newlib is an option but i want to look beyond that.
Any suggestions are welcome.

the_penetrator©
 

You may use your time and keyboard and start writing soume routins for your stand alone project
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…