You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install openasip, I installed riscv toolchains and configured them as requested. But the following issues occur:
LLC: error: unable to get target for ‘riscv32-unknown-unknown’, see --version and --triple
I have checked that the riscv32 toolchain is already in the path. But I don't know why the script asks me to use these commands with two 'unknown'. Could you please comment on this? Thanks!
The text was updated successfully, but these errors were encountered:
Did you install LLVM with the installer script and are sure it's found in PATH first? This sounds that you are using an LLVM which doesn't have the riscv backend built-in.
Hi,
I tried to install openasip, I installed riscv toolchains and configured them as requested. But the following issues occur:
LLC: error: unable to get target for ‘riscv32-unknown-unknown’, see --version and --triple
I have checked that the riscv32 toolchain is already in the path. But I don't know why the script asks me to use these commands with two 'unknown'. Could you please comment on this? Thanks!
The text was updated successfully, but these errors were encountered: