search for: f3146d69

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

2009 Jun 18
2
[LLVMdev] Unknown pseudo-op with -march=arm
Hello, Running some examples to see how LLVM work, I found that some pseudo operations are unknown. Details are shown below. This is the command sequence that I am using: > llvm-gcc -O3 -emit-llvm hello.c -c -o hello.bc > llc -march=arm hello.bc -o hello-arm.s > arm-linux-gcc hello-arm.s -o hello-arm ************************ hello.s:6: Error: Unknown pseudo-op: `.eabi_attribute'
2009 Jun 18
0
[LLVMdev] Unknown pseudo-op with -march=arm
Hello > hello.s:6: Error: Unknown pseudo-op:  `.eabi_attribute' How old is your arm toolchain? -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg State University
2009 Jun 18
2
[LLVMdev] Unknown pseudo-op with -march=arm
...uiuc.edu/mailman/listinfo/llvmdev > -- Juan Carlos Martínez Santos 242 Foster Drive Apt H Colonial Townhouse Apartments Willimantic, CT 06226-1538 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090618/f3146d69/attachment.html>