Displaying 3 results from an estimated 3 matches for "xllvm".
Did you mean:
llvm
2009 Jul 03
1
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...sed to use? The one in
CodeSourcery?
> But how's assembler actually called? Just try to compile something
> with extra -v option added
Did: llvm-gcc -v simple.c
-------------------------------------------
Using built-in specs.
Target: arm-none-linux-gnueabi
Configured with: /home/neel/xllvm/build-xl/src/llvm-gcc-4.2/configure
--enable-languages=c,c++
--enable-llvm=/home/neel/xllvm/install-xl/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm
--prefix=/home/neel/xllvm/install-xl/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm-gcc-4.2
--program-prefix=ll...
2009 Jul 03
0
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
Hi, Neel
> I suspect it is using the wrong assembler. But when I do llvm-gcc -v I
> can see it has:
>
> --with-gnu-as=/home/neel/CodeSourcery/Sourcery_G++_Lite/bin/arm-none-linux-gnueabi-as
But how's assembler actually called? Just try to compile something
with extra -v option added
--
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg
2009 Jul 03
4
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
I suspect that my llvm-gcc cross compiler is using the wrong
assembler because it does not recognize "-mcpu=cortex-a8".
I was trying to build a cross compiler for a Mac host. Now I am trying
to build on x86_64 Linux. I am targeting a Beagle board with an ARM
Cortex-A8 and Angstrom Linux.
TRIED: to use the script in llvm/utils/crosstool/ARM/build-install-linux.sh
I used the recommended