From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/9088 Path: news.gmane.org!not-for-mail From: Richard Pennington Newsgroups: gmane.linux.lib.musl.general Subject: ELLCC has made a boot-able SD card for the Raspberry Pi Date: Sun, 10 Jan 2016 22:43:25 -0600 Message-ID: <569332ED.8070708@pennware.com> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1452487434 6875 80.91.229.3 (11 Jan 2016 04:43:54 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 11 Jan 2016 04:43:54 +0000 (UTC) To: musl@lists.openwall.com Original-X-From: musl-return-9101-gllmg-musl=m.gmane.org@lists.openwall.com Mon Jan 11 05:43:47 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by plane.gmane.org with smtp (Exim 4.69) (envelope-from ) id 1aIUKY-0005iW-Qr for gllmg-musl@m.gmane.org; Mon, 11 Jan 2016 05:43:46 +0100 Original-Received: (qmail 13637 invoked by uid 550); 11 Jan 2016 04:43:43 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 13598 invoked from network); 11 Jan 2016 04:43:39 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 X-RR-Connecting-IP: 107.14.168.142:25 X-Cloudmark-Score: 0 Xref: news.gmane.org gmane.linux.lib.musl.general:9088 Archived-At: 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