[LLVMdev] ELLCC now has 64 bit ARM AArch64 Support

Richard Pennington rich at pennware.com
Sun Mar 29 17:55:16 PDT 2015


A new binary release of the ELLCC cross compilation tool chain is available,
ELLCC is a pre-packaged set of tools designed to support cross compilation
for a variety of target processors.

ELLCC includes:
* ecc (a clang/ELLCC based C/C++ compiler)
* binutils
* GDB

The ELLCC run-time libraries are supplied pre-built for all targets and
are all covered with BSD-like licenses:
* libc++        The C++ standard library
* musl          The POSIX compliant C library
* compiler-rt   Low level compiler support
* expat         XML parsing
* libedit       Command history
* ncurses       Terminal handling
* zlib          Compression

ELLCC is entirely self hosting.

 From the ChangeLog:

version 0.1.11:

* Added aarch64 support.
* Update to musl 1.1.7.
* Update to LLVM r232721.

C and C++ cross compilation for Windows systems is supported with the
"-target"  options "i386-w64-mingw32" and "x86_64-w64-mingw32".

Binary tarballs are available from ftp://ellcc.org/pub and
http://ellcc.org/releases

The tool chain can build programs for ARM, Mips, PowerPC, and x86 Linux and
stand-alone targets and x86 Windows systems.

Pre-built binaries are available for ARM, Mips, PowerPC, and x86 Linux
host systems as well as x86 Windows and Mac OS X hosts.

All host systems can build programs for all the supported targets.

Available targets are listed here: http://ellcc.org/blog/?page_id=313

-Rich



More information about the llvm-dev mailing list