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 was trying the project, but was unable to build using the latest toolchain version.
/opt/riscv/lib/gcc/riscv64-unknown-elf/10.2.0/../../../../riscv64-unknown-elf/bin/ld: build/lib/rv32imac/libfemto.a(trap.o):(.data.riscv_intr_names+0x0): multiple definition of `riscv_intr_names'; build/lib/rv32imac/libfemto.a(memory.o):(.bss.riscv_intr_names+0x0): first defined here
/opt/riscv/lib/gcc/riscv64-unknown-elf/10.2.0/../../../../riscv64-unknown-elf/bin/ld: build/lib/rv32imac/libfemto.a(trap.o):(.data.riscv_excp_names+0x0): multiple definition of `riscv_excp_names'; build/lib/rv32imac/libfemto.a(memory.o):(.bss.riscv_excp_names+0x0): first defined here
collect2: error: ld returned 1 exit status
Makefile:126: recipe for target 'build/bin/rv32imac/default/memory' failed
make: *** [build/bin/rv32imac/default/memory] Error 1
I was trying the project, but was unable to build using the latest toolchain version.
My GCC version is:
Thanks
The text was updated successfully, but these errors were encountered: