Displaying 3 results from an estimated 3 matches for "ccsbmdt5".
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
...e Inc. build 5646) (LLVM build)
(arm-none-linux-gnueabi)
compiled by GNU C version 4.1.2 20071124 (Red Hat 4.1.2-42).
GGC heuristics: --param ggc-min-expand=96 --param ggc-min-heapsize=131072
Compiler executable checksum: f4d5e7abe212ada5d54f7df3985c1fb4
as -mcpu=cortex-a8 -meabi=4 -o /tmp/ccsbmdt5.o /tmp/ccWsERFx.s
as: unrecognized option `-mcpu=cortex-a8'
------------------------------------------
Thanks,
Neel
On Fri, Jul 3, 2009 at 5:40 AM, Anton
Korobeynikov<anton at korobeynikov.info> wrote:
> Hi, Neel
>
>> I suspect it is using the wrong assembler. But when I do...
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