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
Recently when I compile the RISC-V toolchain, I cannot get caravel_board examples to compile unless I modify the compile line to change -march=rv32i to -march=rv32i_zicsr.
Apparently this is because there were optional libraries previously included into the code by default that no longer are; the "zicsr" library is one of these. I believe that means that making the change is backwardly-compatible with earlier versions of the RISC-V gcc toolchain, but that needs to be confirmed.
This problem has been reported by multiple people.
The text was updated successfully, but these errors were encountered:
Recently when I compile the RISC-V toolchain, I cannot get caravel_board examples to compile unless I modify the compile line to change
-march=rv32i
to-march=rv32i_zicsr
.Apparently this is because there were optional libraries previously included into the code by default that no longer are; the "zicsr" library is one of these. I believe that means that making the change is backwardly-compatible with earlier versions of the RISC-V gcc toolchain, but that needs to be confirmed.
This problem has been reported by multiple people.
The text was updated successfully, but these errors were encountered: