xiaoxiang781216 merged PR #10968:
URL: https://github.com/apache/nuttx/pull/10968
--
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...@nu
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=0x40
endif
+ifeq ($(CONFIG_DEBUG_LINK_MAP),y)
+ LDFLAG
xiaoxiang781216 commented on code in PR #10968:
URL: https://github.com/apache/nuttx/pull/10968#discussion_r1363876031
##
boards/sim/sim/sim/scripts/Make.defs:
##
@@ -267,6 +267,10 @@ else
LDFLAGS += -Wl,-Ttext-segment=0x40
endif
+ifeq ($(CONFIG_DEBUG_LINK_MAP),y)
+ L
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=0x40
endif
+ifeq ($(CONFIG_DEBUG_LINK_MAP),y)
+ LDF
bestvvstar opened a new pull request, #10968:
URL: https://github.com/apache/nuttx/pull/10968
## Summary
In the sim environment, to facilitate debugging, support for generating
nuttx.map is added.
## Impact
## Testing
--
This is an automated message from the Apache Gi