Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Well, obviously you still fail to get the basics here.
If you use a library, know the assumptions it makes. For Newlib, you provide a predefined set of functions (not necessarily syscalls!) in a library named "libgloss" and the package itself provides the rest. If you find those assumptions unacceptable, either fix the package or find something else.
The same goes for libgcc and any other lib you want to port.
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]