Replies: 1 comment
-
Seemed to have something to do with the fact that some CSR instructions had been moved out of the base ISA. So the included arch attribute Still trying to figure out how to let it include the zicsr extension during compile phase to make it work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi - encountering the below - any help appreciated
arch/riscv/cpu/cpu.c: Assembler messages:
arch/riscv/cpu/cpu.c:94: Error: unrecognized opcode
csrs sstatus,a5', extension
zicsr' requiredarch/riscv/cpu/cpu.c:95: Error: unrecognized opcode
csrw 0x003,0', extension
zicsr' requiredBeta Was this translation helpful? Give feedback.
All reactions