Skip to content

Commit

Permalink
[eclipse] adjust makefile
Browse files Browse the repository at this point in the history
add variables for additional sources
  • Loading branch information
stnolting committed Oct 26, 2024
1 parent 8bb8a02 commit 890add5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion sw/example/eclipse/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ RISCV_PREFIX ?= riscv-none-elf-
# Override default optimization goal
EFFORT = -Os

# Add debug symbols for Eclipse
# Add extended debug symbols for Eclipse
USER_FLAGS += -ggdb -gdwarf-3

# Additional sources
APP_SRC += $(wildcard ./*.c)
APP_INC += -I .

# Adjust processor IMEM size
USER_FLAGS += -Wl,--defsym,__neorv32_rom_size=16k

Expand Down

0 comments on commit 890add5

Please sign in to comment.