bestvvstar commented on code in PR #10968:
URL: https://github.com/apache/nuttx/pull/10968#discussion_r1365101305


##########
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:
   done



-- 
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

Reply via email to