
ricardo_nunez Community Member
- Member since Oct 25th 2021
- Last Activity
This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.
-
ricardo_nunez -
Replied to the thread Linker throws "cannot find default versions of the ISA extension `i'" for RV32E.
PostHi, just using the "Hello world" example provided by default and using the following project options: Assembler: gcc Compiler: gcc Linker: GNU In SES V6.32a -
ricardo_nunez -
Posted the thread Linker throws "cannot find default versions of the ISA extension `i'" for RV32E.
ThreadWhen 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 …