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
😁 Nice! Any other questions just ask.
If you find any bugs in the toolchain, please contribute to the zig project (PR & issues) there are few experiments with risc-v.
Tip:
+
add setfeature-
remove setfeaturee.g.:
Esp32-C3 [RV32IMC]:
-mcpu=baseline_rv32-a-d-f
Allwinner D1 [RV64GCV]:
-mcpu=baseline_rv64+experimental_v
Show builtin
Command:
zig build-obj -target riscv32-freestanding -mcpu=baseline_rv32 --show-builtin
Baseline_rv32:
Remove
d
Feature:Command:
zig build-obj -target riscv32-freestanding -mcpu=baseline_rv32-d --show-builtin
Feature list
Error command:
zig build-obj -target riscv32-freestanding -mcpu=baseline_rv32+ --show-builtin
The text was updated successfully, but these errors were encountered: