This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
RE: Steps for porting Newlib to a new Target processor without any OS
- From: Darin Johnson <chezdj at earthlink dot net>
- To: newlib at sources dot redhat dot com
- Date: Wed, 4 Jan 2006 13:25:17 -0500 (EST)
- Subject: RE: Steps for porting Newlib to a new Target processor without any OS
- Reply-to: Darin Johnson <darin at usa dot net>
>> 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.