search for: cxa_aux_runtim

Displaying 3 results from an estimated 3 matches for "cxa_aux_runtim".

Did you mean: cxa_aux_runtime
2017 Aug 19
1
Which is the best compiler to build LLVM 5.0.0 rc2?
...-DLLVM_TARGETS_TO_BUILD="host" -DCMAKE_CXX_FLAGS="-std=c++11 -I/opt/gcc-7.1/include/c++/7.1.0" -DCMAKE_EXE_LINKER_FLAGS="-Xlinker -R/opt/gcc-7.1/lib64 -L/opt/gcc-7.1/lib64" ../llvm First Error: Building CXX object projects/libcxxabi/src/CMakeFiles/cxxabi_objects.dir/cxa_aux_runtime.cpp.o In file included from /home/fletcher/LLVM/llvm-5.0.rc2/llvm/projects/libcxx/include/stdlib.h:94:0, from /home/fletcher/LLVM/llvm-5.0.rc2/llvm/projects/libcxx/include/cstdlib:86, from /home/fletcher/LLVM/llvm-5.0.rc2/llvm/projects/libcxx/include/exception:82,...
2014 Oct 07
2
[LLVMdev] Can libc++ build for arm cross compiler?
...chen at debian:~/test/libcxx-scripts$ export CROSS_COMPILING=arm > cschen at debian:~/test/libcxx-scripts$ CROSS_COMPILING=arm > ./scripts/compile-all.sh > compile: /home/cschen/test/libcxx-scripts/libcxxabi/src/abort_message.cpp > compile: /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_aux_runtime.cpp > compile: > /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_default_handlers.cpp > compile: /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_demangle.cpp > compile: /home/cschen/test/libcxx-scripts/libcxxabi/src/cxa_exception.cpp > compile: > /home/cschen/test/libcxx-sc...
2014 Oct 03
3
[LLVMdev] Can libc++ build for arm cross compiler?
On 10/3/14 10:16 AM, Dan Albert wrote: >> >> I try to build libc++ and libc++abi for host x86_64(linux) and target >> arm(linux) but fail. >> > > Failing in what way? If this isn't working out of the box, we've done > something wrong. Yeah, it would help to know more specifics about where you're getting stuck. > > jroelofs might know more... For