ELLCC Multi-Target Cross Compiler Based on Clang and LLVM Compiler Infrastructure

ELLCC is a project aiming at creating a multi-target cross compilation environment for embedded systems. which makes use of Clang and the LLVM compiler infrastructure. QEMU is used for cross-platform testing.

The project goals are to implement the following key features:

  • A functional C/C++ compiler based on Clang (ecc)
  • Multi-target support: ARM, i386, Microblaze, Mips, Nios2, PowerPC, PowerPC64, Sparc and X86_64
  • Multi-OS support: Linux, Standalone, …
  • A complete test environment that allows automatic unit and integration testing of the run-time environment and complete executables.
  • Support of a wide variety of target processors from armv4 to armv7, several mips cores, i386, and more.

The project is still being developed, and ELLCC is in a pre-release state.

ELLCC is composed of the following components:

  • ecc – The ELLCC C/C++ compiler,  a single executable with gcc compatible options.
  • binutils – The GNU binutils package.
  • libecc – The C standard library based on the musl standard C library and the LLVM project’s compiler-rt, using the BSD License.
  • GDB debugger.
  • QEMU emulator – To provide a test execution environment for multiple targets.

That seems like a massive undertaking (Also see target matrix), but let’s try with a simple hello world C program with i386, arm, mips and ppc architectures. I’ll use a build machine running Ubuntu 12.04.

Installing ELLCC

First install some dependencies, and get the code from the svn repository:


There’s a lot of code so it may take a while.

The build will fail is you use dash, so reconfigure your shell to bash


and select “No”

Then build and install ellcc:


Notice you don’t need sudo for make install, because it won’t install ecc in /usr/bin or /usr/local/bin, but just in the build directory in /bin and /lib directories.

Build Hello World for i386, ARM, MIPS and PPC

Now let’s write a highly sophisticated program in a file called hello.c:


Let’s build it for i386 (native build):


for ARM:


Oups, it failed. But let’s try with other targets.

for MIPS:


and for PPC:


Great! So it works for MIPS and PPC. For ARM, I’ve checked with the maintainer (Richard Pennington), and there have been a few build script changes this week-end, which may explain why it fails. The latest SVN version should work. If you try it, you can update Bug 65 whether it works or not.

configure script, make and ellcc

Now let’s try something a bit more complicated, using the usual ./configure, make, make install procedure. Let’s build dropbear for MIPS.

First download and uncompress the source code:


then configure the build to use ecc:


and run make to build dropbear. This good thing is that you’ve got the explicit warning messages from clang, but the bad thing is that the build does not complete:


I’ve tried with ecc native build (32-bit x86), and it works, so it’s possible some header files are missing or incomplete for mips target.

ELLCC is still being developed, and it might not be a good idea to use it on commercial projects at this stage, but it’s a very interesting tool, and I’ll certainly give another try to the release version. More information is available on ELLCC project page, and you could also follow ELLCC blog where Richard provides examples for ellcc (compilation, debugging…).

Share this:

Support CNX Software! Donate via cryptocurrencies, become a Patron on Patreon, or purchase goods on Amazon or Aliexpress

ROCK Pi 4C Plus
Subscribe
Notify of
guest
The comment form collects your name, email and content to allow us keep track of the comments placed on the website. Please read and accept our website Terms and Privacy Policy to post a comment.
0 Comments
Khadas VIM4 SBC