Displaying 1 result from an estimated 1 matches for "1038460".
Did you mean:
1030460
2014 Jun 12
2
[LLVMdev] Is there any tool can generate MIPS ELF file?
Hi,
To my understanding, ll/bc can translate to any target machine code
that make cross-compiling easy.
$llc -march=mipsel -mcpu=mips64 test.ll
generate test.s(MIPS ASM)
There must be a tool turns test.s to mips ELF file to make this whole
thing done completely. What is it?
--
Best Regards,
Yu Rong Tan