pkarashchenko commented on code in PR #10968: URL: https://github.com/apache/nuttx/pull/10968#discussion_r1363522727
########## boards/sim/sim/sim/scripts/Make.defs: ########## @@ -267,6 +267,10 @@ else LDFLAGS += -Wl,-Ttext-segment=0x400000 endif +ifeq ($(CONFIG_DEBUG_LINK_MAP),y) + LDFLAGS += -Wl,-Map=$(TOPDIR)/nuttx.map Review Comment: Will that work in case of CONFIG_HOST_MACOS? I just never tried this, so asking :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org