mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-03 19:39:16 +00:00
build(userspace): update vscode launch configuration and Makefiles for utest and libc_test
Easier to debug Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
@ -14,7 +14,7 @@ build: $(FILENAME).elf
|
||||
cp $(FILENAME).elf $(WORKSPACE_DIR)/out/bin/$(FILENAME)
|
||||
|
||||
# Use static linking
|
||||
LDFLAGS += -static -fno-pic -fno-pie -Wl,-static
|
||||
LDFLAGS += -static -fno-pic -fno-pie -Wl,-static -Wl,-Ttext=0x00600000
|
||||
CFLAGS += -ggdb3 -O0 -g -fdiagnostics-color=always
|
||||
|
||||
# Use default toolchain if not specified
|
||||
|
Reference in New Issue
Block a user