Displaying 2 results from an estimated 2 matches for "39aece01".
2012 Feb 24
0
[LLVMdev] Generate Executable to Mips
...ello.s (OK)
>
> gcc hello.s -o hello (does not work).
>
> Thanks,
>
> --
> *Rafael Parizi*
>
>
>
>
--
*Rafael Parizi*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120223/39aece01/attachment.html>
2012 Feb 23
2
[LLVMdev] Generate Executable to Mips
Hi,
How can I generate executable to mips with llvm-gcc.
I'm using Ilvm-2.9, X86PC and the following commands:
llvm-gcc -emit-llvm hello.c -c -o hello.bc (OK)
llc -march=mips hello.bc -o hello.s (OK)
gcc hello.s -o hello (does not work).
Thanks,
--
*Rafael Parizi*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: