nuttx:generate nuttx.map file when enable debug link map.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
This commit is contained in:
cuiziwei 2023-10-18 17:01:14 +08:00 committed by Xiang Xiao
parent 04f834290c
commit c164fc9b21
1 changed files with 6 additions and 0 deletions

View File

@ -267,6 +267,12 @@ else
LDFLAGS += -Wl,-Ttext-segment=0x400000
endif
ifeq ($(CONFIG_DEBUG_LINK_MAP),y)
ifeq ($(CONFIG_HOST_MACOS),)
LDFLAGS += -Wl,-Map=$(TOPDIR)/nuttx.map
endif
endif
ifeq ($(CONFIG_SIM_M32),y)
LDLINKFLAGS += -melf_i386
LDFLAGS += -m32