search for: _udivmoddi4

Displaying 2 results from an estimated 2 matches for "_udivmoddi4".

Did you mean: __udivmoddi4
2009 Jul 03
4
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...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'" I suspect it is using the wrong assembler. But when I do llvm-gcc -v I can see it has: --with-gnu...
2009 Jul 03
0
[LLVMdev] llvm-gcc cross compiler for ARM Linux failing
...d 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'" > > I suspect it is using the wrong assembler. But when I do llvm-gcc -v...