search for: 9d0a84db

Displaying 2 results from an estimated 2 matches for "9d0a84db".

2013 Mar 11
0
[LLVMdev] Running cross compiled binaries for ARM on gem5
...one I mentioned above. To make sure it's not a bug in the model, I'd run on other models (like QEMU) or run in real hardware. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130311/9d0a84db/attachment.html>
2013 Mar 10
2
[LLVMdev] Running cross compiled binaries for ARM on gem5
Hi, I am trying to optimize some benchmarks using LLVM and run them on gem5 simulator (build for ARM). I am using Sourcery Codebench cross-compiler for ARM on my x-86 machine. My steps up till now have been using the following commands. 1. clang -static -emit-llvm -march=armv7-a -mfloat-abi=soft -target arm-elf a.cpp -c -integrated-as \