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
Hi,
Here is my command before make. ../configure --prefix=$RISCV_TOOLCHAIN_ROOT_32 --host=riscv32-unknown-elf --with-arch=rv32i
Here is error message I got.
I'm just shooting in the dark here, but you might need to add $RISCV_TOOLCHAIN_ROOT_32/bin to your PATH before executing configure. If configure can't locate the RISC-V compiler, it'll end up using your host compiler.
Hi,
Here is my command before
make
.../configure --prefix=$RISCV_TOOLCHAIN_ROOT_32 --host=riscv32-unknown-elf --with-arch=rv32i
Here is error message I got.
Here is tool list in $RISCV_TOOLCHAIN_ROOT_32/bin.
Did I miss any steps?
Thanks!
The text was updated successfully, but these errors were encountered: