[LLVMdev] Can libc++ build for arm cross compiler?
Richard Pennington
rich at pennware.com
Tue Sep 30 02:22:11 PDT 2014
On 09/30/2014 02:37 AM, gamma_chen wrote:
> The following web say the libc++abi is ready on arm.
> http://libcxxabi.llvm.org/spec.html
>
> I try to build libc++ and libc++abi for host x86_64(linux) and target
> arm(linux) but fail.
> I have read the web http://llvm.org/docs/HowToCrossCompileLLVM.html
>
> Does anyone know whether it's available for my need? If you know how
> to build, what is the build options you use?
>
I use libc++ and libc++abi (as well as compiler-rt) for the ELLCC cross
compilation tool chain project (http://ellcc.org). I use makefiles to
build the libc++ stuff, which are pretty dependent on being used in an
ELLCC environment. You can get pre built binaries from
ftp://ellcc.org/pub. The tarballs contain pre built libraries for ARM
(as well as Mips, x86, PowerPC, and semi-functional Microblaze).
-Rich
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140930/5121a75a/attachment.html>
More information about the llvm-dev
mailing list