naums / PiOS

Simple prototype operating system for the Raspberry Pi
GNU General Public License v3.0
7 stars 2 forks source link

Remove newlib entirely #4

Open naums opened 7 years ago

naums commented 7 years ago

Newlib was nice, but creates more problems, than it solves (e.g. printf regularly crashes my code). Could investigate, but it's easier to just throw it our and write my own C-library when I need it.