[cfe-dev] clang/LLVM on a bare metal system
Richard Pennington
rich at pennware.com
Sun Apr 20 14:21:30 PDT 2014
I've been doing a little side project to test the feasibility of using
the musl standard C library (used by my ELLCC embedded compiler project
based on clang/LLVM) on a bare metal system by handling selected Linux
system calls. I've spend a few days prototyping it for the ARM:
http://ellcc.org/blog/?p=2689
After I have it handling interrupts I'll start on pthread_create().
More project info: http://ellcc.org
-Rich
More information about the cfe-dev
mailing list