search for: ccwserfx

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

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
1
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...rsion 4.2.1 (Based on Apple Inc. build 5646) (LLVM build) /home/neel/xllvm/install-xl/llvm-project/x86_64-unknown-linux-gnu/arm-none-linux-gnueabi/llvm-gcc-4.2/libexec/gcc/arm-none-linux-gnueabi/4.2.1/cc1 -quiet -v simple.c -quiet -dumpbase simple.c -mcpu=cortex-a8 -auxbase simple -version -o /tmp/ccWsERFx.s ignoring nonexistent directory "/home/neel/CodeSourcery/Sourcery_G++_Lite/arm-none-linux-gnueabi/libc/usr/local/include" #include "..." search starts here: #include <...> search starts here: /home/neel/xllvm/install-xl/llvm-project/x86_64-unknown-linux-gnu/arm-none-linu...
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