Displaying 3 results from an estimated 3 matches for "armgcc".
Did you mean:
armcc
2009 Nov 16
1
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue - now the __sync_val_compare_and_swap issue - now the internal compiler error issue.
Prasanth J wrote:
> Hi,
>
> I can able to compile LLVM using armgcc_4.3.3 (codesourcery2009q1..)..
> but when i tried to run it on target it shows GCC 4.3.0 version not
> found. So i copied the runtime libraries (libc.so and libgcc_s.so)
> from the toolchain to the target and exported its path in
> LD_LIBRARY_PATH. But when i tried to run any llvm tools...
2009 Nov 16
0
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue - now the __sync_val_compare_and_swap issue - now the internal compiler error issue.
Hi,
I can able to compile LLVM using armgcc_4.3.3 (codesourcery2009q1..).. but
when i tried to run it on target it shows GCC 4.3.0 version not found. So i
copied the runtime libraries (libc.so and libgcc_s.so) from the toolchain to
the target and exported its path in LD_LIBRARY_PATH. But when i tried to run
any llvm tools on target its crash...
2009 Nov 16
3
[LLVMdev] Compilation error while cross compiling LLVM for ARM - the __clear_cache issue - now the __sync_val_compare_and_swap issue - now the internal compiler error issue.
Prasanth J wrote:
> Hi,
>
> As you said i downloaded arm toolchain from codesourcery(2009q3 with
> gcc 4.4.1 version).. if i use this toolchain i am getting the
> following error..
>
> make[2]: Entering directory
> `/home/prasanth/LLVM_ARM/llvm-with-armgcc441/llvm-obj/lib/Analysis'
> llvm[2]: Compiling LoopPass.cpp for Release build
> if arm-none-linux-gnueabi-g++
> -I/home/prasanth/LLVM_ARM/llvm-with-armgcc433/llvm/include
> -I/home/prasanth/LLVM_ARM/llvm-with-armgcc433/llvm/lib/Analysis
> -I/home/prasanth/LLVM_ARM/llvm-with-armgc...