updates submodules and setup files

This commit is contained in:
2025-08-08 09:36:34 +02:00
parent b29f7ab6fa
commit d6a71a2065
7 changed files with 22 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ BOARD=riscv_vp
LINK_TARGET=flash
RISCV_ARCH:=rv32imc
RISCV_ABI:=ilp32
LDFLAGS := -march=$(RISCV_ARCH) -mabi=$(RISCV_ABI)
LDFLAGS := -g -march=$(RISCV_ARCH) -mabi=$(RISCV_ABI)
compiler := $(shell which riscv64-unknown-elf-gcc)
TOOL_DIR=$(dir $(compiler))