Displaying 2 results from an estimated 2 matches for "clang_macho_embedded".
2015 Mar 29
2
[LLVMdev] How to Cross Compile libcompiler_rt Static Library?
I need to correct myself. It is possible to cross compile it on Windows,
but not using the provided build systems.
On Sun, Mar 29, 2015 at 12:52 PM, Daniel Dilts <diltsman at gmail.com> wrote:
> I asked about this same question in the past (month or three ago). It is
> not possible to cross compile compiler-rt on Windows. If you want to cross
> compile you should use the make
2015 Mar 29
2
[LLVMdev] How to Cross Compile libcompiler_rt Static Library?
...t;
> Thanks for helping. I'm using ubuntu 14.04 x86_64 system. I've tried cmake
> for couple of days until I give up. You are right, using make build system
> seems more feasible. I've combined the compiler_rt/make/platform/
> clang_linux.mk and the compiler_rt/make/platform/clang_macho_embedded.mk.
> So far it could cross-compile all of the files in
> "compiler-rt/lib/builtins/" (*.c files). However, the libcompiler_rt.a
> still missing functions such as "__aeabi_memset", "__aeabi_memcpy". These
> functions were in "compiler_rt/lib/biltins/ar...