We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e74ef commit 842c2dfCopy full SHA for 842c2df
sw/Makefile
@@ -1,7 +1,7 @@
1
TOOLCHAIN_PREFIX?=riscv64-unknown-elf-
2
3
%.elf: %.S link.ld
4
- $(TOOLCHAIN_PREFIX)gcc -nostartfiles -nostdlib -march=rv32i -mabi=ilp32 -Tlink.ld -o$@ $<
+ $(TOOLCHAIN_PREFIX)gcc -nostartfiles -nostdlib -march=rv32i_zicsr -mabi=ilp32 -Tlink.ld -o$@ $<
5
%.bin: %.elf
6
$(TOOLCHAIN_PREFIX)objcopy -O binary $< $@
7
%.hex: %.bin
0 commit comments