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
Im trying to program a chv32 chip using a jetson nano running ubuntu 20.03. However, it tells me that it has trouble finding the environment on aarch64. Does anyone know how to solve this issue?
The text was updated successfully, but these errors were encountered:
The MounRiver toolchain is only released for Windows (x64), Mac (x64 and ARM) and Linux (x64), but not Linux ARM64. So if you want that, write to [email protected] first.
I am also looking into alternatively using the open-source RISC-V toolchain that is built for more platforms. Those however are missing some libraries that certain frameworks might depend on, and produce less optimal code due to not having the xw instruction extension that some CH32V chips use.
Im trying to program a chv32 chip using a jetson nano running ubuntu 20.03. However, it tells me that it has trouble finding the environment on aarch64. Does anyone know how to solve this issue?
The text was updated successfully, but these errors were encountered: