Error when running Dhrystone
Closed this issue · 2 comments
lokki11199 commented
Hello,
I get the following error when running Dhrystone:
I am using your Pre-built RISC-V GCC toolchain from http://syntacore.com/page/products/sw-tools.
At the same time, all other tests run without errors
Thank you!
achuykov-sc commented
Hi @lokki11199,
Let me apologize for inconvenience. It is known issue. To fix it, please open sim/tests/common/common.mk
and add --specs=nano.specs
to the line 15:
LDFLAGS ?= -nostartfiles -nostdlib -lc -lgcc -march=rv32$(ARCH)_zicsr_zifencei -mabi=$(ABI) --specs=nano.specs
We will fix it permanently in the next SCR1 release.
Best regards,
Alexander
lokki11199 commented
Thanks for the reply! It works.