search for: wheecheng

Displaying 2 results from an estimated 2 matches for "wheecheng".

Did you mean: weicheng
2011 Jul 12
0
[LLVMdev] Cross-compile to ARM using Code Sourcery Lite Toolchain
...t; `/home/fusion/Desktop/Samsung/OpenCL/src/build_llvm/BuildTools' > make: *** [cross-compile-build-tools] Error 1 > > Any ideas how this came about? Included are the config.log files in > different directories. > > Thanks for looking into my problem. > > regards > wheecheng > > On Mon, Jul 11, 2011 at 10:58 PM, Jim Grosbach <grosbach at apple.com> wrote: >> Hello, >> >> Have you tried building in a dedicated build directory rather than directly in your source tree? Especially for cross compilers, that's likely to give you better res...
2011 Jul 11
3
[LLVMdev] Cross-compile to ARM using Code Sourcery Lite Toolchain
Hello I am new to LLVM and would like to cross-compile LLVM 2.9 on x86 (Ubuntu) to ARM using Code Sourcery LIte toolchain for ARM EABI (2011.03-41). This is the command I used to configure: ./configure --build=i686-pc-linux-gnu --host=arm-none-linux-gnueabi --target=arm-none-linux-gnueabi followed by: make -C llvm.2.9 ENABLE_OPTIMIZED=0 I encountered the following errors: configure:error: