Hacker News new | ask | show | jobs
by tzmlab 515 days ago
Is it possible to replace LibC? We'd like to test this on bare-metal target using newlib-nano.
1 comments

Yes you can replace LibC. Just use "cp1 c" command to output C codes and then use appropriate command line arguments to gcc or clang to use newlib-nano. I cannot give direct instructions for you to use newlib-nano because I'm not yet familiar with that library.