Displaying 2 results from an estimated 2 matches for "ccvswc0h".
2009 Jul 03
4
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...ecommended version of CodeSourcery and the same SVN revision.
RESULT: llvm-gcc builds but when I try to use it I get "as:
unrecognized option `-meabi=4'"
TRIED: using the latest CodeSourcery 2009q1 and latest LLVM REV 74564
RESULT: llvm-gcc failed to build with this error:
/tmp/ccVSwC0h.s:535: Error: selected processor does not support
`strd r2,[r6]'
make[3]: *** [libgcc/./_udivmoddi4.o] Error 1
TRIED: adding --with-cpu=cortex-a8 to configuration for llvm-gcc
RESULT: llvm-gcc now builds but when I try to use it I get "as:
unrecognized option `-mcpu=cortex-a8'&...
2009 Jul 03
0
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...SVN
> revision.
>
> RESULT: llvm-gcc builds but when I try to use it I get "as:
> unrecognized option `-meabi=4'"
>
> TRIED: using the latest CodeSourcery 2009q1 and latest LLVM REV 74564
>
> RESULT: llvm-gcc failed to build with this error:
>
> /tmp/ccVSwC0h.s:535: Error: selected processor does not support
> `strd r2,[r6]'
> make[3]: *** [libgcc/./_udivmoddi4.o] Error 1
>
> TRIED: adding --with-cpu=cortex-a8 to configuration for llvm-gcc
>
> RESULT: llvm-gcc now builds but when I try to use it I get "as:
> unrecogniz...