Displaying 3 results from an estimated 3 matches for "4fccef1a".
2012 Nov 21
0
[LLVMdev] Question about compiling LLVM through cross-compiler for ARM
>> > It is done. Then, I should copy this version on my image and then boot
>> > the image with gem5. The
>> > problem is when I try to run llvm-commands in gem5, they don't work and
>> > said : "cannot execute binary file".
>> What does "file" says on the binary?
> when I use commands like : "#arm-linux-gnueabi-clang test.c
2012 Nov 21
2
[LLVMdev] Question about compiling LLVM through cross-compiler for ARM
...>
> --
> With best regards, Anton Korobeynikov
> Faculty of Mathematics and Mechanics, Saint Petersburg State University
>
Cheers
Negar
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121121/4fccef1a/attachment.html>
2012 Nov 20
4
[LLVMdev] Question about compiling LLVM through cross-compiler for ARM
Hi All,
I'm trying to compile clang+llvm on my desktop with cross-compiler to be
able to work with llvm commands in ubuntu-arm image whithin gem5.
If anybody has done this before I'd be so thankful to know the exact
process and commands. I tried to configure llvm as follows but I couldn't
get the arm-arm version correctly. To sum up, I need to cross-compile llvm
for ARM to work in