search for: gzca

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

Did you mean: gzba
2011 May 10
5
[LLVMdev] How to Cross compile llvm to ARM ?
Hi, all I want to compile llvm for arm board , running llvm on Devkit8000 cross-compiler : arm-2008q3 (arm-none-linux-gnueabi) below is my configure: ../llvm-2.9/configure --with-llvmgccdir=/home/poki/hybridQ/llvm/llvm-gcc/llvm-gcc-4.2-2.9-i686-linux --enable-optimized --enable-jit --disable-threads
2011 Jun 10
0
[LLVMdev] How to Cross compile llvm to ARM ?
...utils-include=/path/llvm/binutils-2.21/include --with-llvmgccdir=/path/llvm/llvm-gcc/llvm-gcc-4.2-2.9-i686-linux CFLAGS = '-static' make make install done ! Regards, Poki 2011/5/10 李柏舉 <poki.gzca at gmail.com> > Hi, all > > I want to compile llvm for arm board , running llvm on Devkit8000 > > cross-compiler : arm-2008q3 (arm-none-linux-gnueabi) > > below is my configure: > > ../llvm-2.9/configure > --with-llvmgccdir=/home/poki/hybridQ/llvm/llvm-gcc/llvm...
2011 May 10
0
[LLVMdev] How to Cross compile llvm to ARM ?
...and Thumb2 is not yet supported AFAIK on ARM/ELF on 2.9 (MachO is much better supported I hink) There are a few patches that I will push in to address some of these issues on tip-of-tree but this will unfortunately not be helpful for 2.9 Sorry! -jason On Tue, May 10, 2011 at 3:57 AM, 李柏舉 <poki.gzca at gmail.com> wrote: > Hi, all > > I want to compile llvm  for  arm board , running llvm on  Devkit8000 > > cross-compiler : arm-2008q3  (arm-none-linux-gnueabi) > below is my configure: > ../llvm-2.9/configure > --with-llvmgccdir=/home/poki/hybridQ/llvm/llvm-gcc/llvm-gcc...