[llvm-dev] ELLCC has made a boot-able SD card for the Raspberry Pi

Richard Pennington via llvm-dev llvm-dev at lists.llvm.org
Sun Jan 10 20:43:29 PST 2016


The ELLCC LLVMLinux saga is almost complete. Over the Weekend I was able 
to boot an SD card image in the Raspberry Pi. Almost all of the 
executables on the disk, except for the Broadcom proprietary GPU code, 
has been compiled by the clang based ELLCC tool chain. Most of the 
userland is based on code from http://suckless.org and is statically 
linked against the musl standard C library (http://www.musl-libc.org/).

I wrote a post describing the steps I took to build and populate the SD 
card here: http://ellcc.org/blog/?p=26595

-Rich


More information about the llvm-dev mailing list