When generating code for RV32E we get this error:
cannot find default versions of the ISA extension `i'
The assembler and compiler are set to be gcc.
I found the issue is reported also here:
github.com/riscv-collab/riscv-binutils-gdb/issues/261
sourceware.org/git/?p=binutils…f1995608fbf6648fcee4e9e0c
According to them, it seems the problem was likely introduced in "Bump Binutils to 2.36.1".
Now, it seems the issue has been fixed by the maintainers here:
github.com/riscv-collab/riscv-binutils-gdb/pull/262
but I still get the error in the SES for RISC-V last version (6.32)
cannot find default versions of the ISA extension `i'
The assembler and compiler are set to be gcc.
I found the issue is reported also here:
github.com/riscv-collab/riscv-binutils-gdb/issues/261
sourceware.org/git/?p=binutils…f1995608fbf6648fcee4e9e0c
According to them, it seems the problem was likely introduced in "Bump Binutils to 2.36.1".
Now, it seems the issue has been fixed by the maintainers here:
github.com/riscv-collab/riscv-binutils-gdb/pull/262
but I still get the error in the SES for RISC-V last version (6.32)