search for: buidit

Displaying 1 result from an estimated 1 matches for "buidit".

Did you mean: buildit
2013 Mar 05
1
[LLVMdev] Cross-Compiling libc++ using newlib/Clang based Toolchain.
...and linker scripts. Compiling Newlib with these changes was straightforward. I can compile C programs using the target triple at command line and I currently test it on a MIPS-GDB simulator I built. However, I am clueless on how to build the libc++ library using this toolchain. Modifying the "buidit" script to use "clang/clang++ -target mispel" did not help me much. I am excited about C++11 and would really like to be able to build the C++ library which can be used for the Clang-MIPS toolchain I have. Has anyone tried this before? I seek some pointers on how to go about this. T...