check first XSPN result value in FW, add gcc_except_table, replace
self-made printf with one from the lib.
This commit is contained in:
@ -5,7 +5,6 @@ CXX_SRCS = $(wildcard src/*.cpp)
|
||||
HEADERS = $(wildcard src/*.h)
|
||||
CFLAGS = -g -fno-builtin-printf -DUSE_PLIC -I./src
|
||||
CXXFLAGS = -fno-use-cxa-atexit
|
||||
LDFLAGS = -Wl,--wrap=printf
|
||||
LDFLAGS += -g -lstdc++ -fno-use-cxa-atexit -march=$(RISCV_ARCH) -mabi=$(RISCV_ABI) -mcmodel=medany
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user