mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 06:07:52 -04:00
[eclipse] add extended debug symbols
This commit is contained in:
parent
0aeddcfd19
commit
60587b3eef
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
# Override the default RISC-V GCC prefix
|
||||
RISCV_PREFIX = riscv-none-elf-
|
||||
|
||||
# Add debug symbols
|
||||
USER_FLAGS += -ggdb -gdwarf-3
|
||||
|
||||
# Modify this variable to fit your NEORV32 setup (neorv32 home folder)
|
||||
NEORV32_HOME ?= ../../..
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue