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
Hello!
Thank you for this great project with opensource license! I don't know Forth, but I'm interesting in pure Assembly code examples for RISC-V boards.
I tried to build the code with the latest Devuan testing, and it failed:
% dpkg -l|grep riscv
ii binutils-riscv64-unknown-elf 2.39-8+4 amd64 GNU assembler, linker and binary utilities for Risc-V processors
ii gcc-riscv64-unknown-elf 12.1.0-7+11 amd64 GCC cross compiler for Risc-V processors
Just FYI.
The text was updated successfully, but these errors were encountered:
I'll need to run some tests and figure out why this is happening. I'm not sure of the purpose of zicsr so let me research and I'll update the issue later.
Hello!
Thank you for this great project with opensource license! I don't know Forth, but I'm interesting in pure Assembly code examples for RISC-V boards.
I tried to build the code with the latest Devuan testing, and it failed:
Then I modified
Makefile
:ARCH ?= rv32imac_zicsr
, and the code compiled successfully:Software versions:
Just FYI.
The text was updated successfully, but these errors were encountered: