This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Steps for porting Newlib to a new Target processor without any OS


>> 1. Our processor does'nt yet have an OS, so no system calls 
>> are available.
>
>No probs, just port libgloss.

You don't have to actually port it all.  What I did was just use the
default libgloss, but a few functions of my own (write, malloc_r)
that override what are in the libraries.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]