코딩Coding/C++__C언어
How can I compile with LLVM/Clang to RISC-V target?
내인생PLUS
2023. 6. 13. 17:17
728x90
https://stackoverflow.com/questions/54670887/how-can-i-compile-with-llvm-clang-to-risc-v-target
How can I compile with LLVM/Clang to RISC-V target?
I want to compile a simple program "int main(){return 0;}" to RISC-V processor. LLVM/Clang version is 9.0 and I want to run the compiled program with a RISC-V simulator like this https://github.com...
stackoverflow.com
반응형