Re: [PR] nuttx:generate nuttx.map file when enable debug link map. [nuttx]

2023-10-19 Thread via GitHub
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

Re: [PR] nuttx:generate nuttx.map file when enable debug link map. [nuttx]

2023-10-19 Thread via GitHub
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

Re: [PR] nuttx:generate nuttx.map file when enable debug link map. [nuttx]

2023-10-18 Thread via GitHub
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

Re: [PR] nuttx:generate nuttx.map file when enable debug link map. [nuttx]

2023-10-18 Thread via GitHub
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

[PR] nuttx:generate nuttx.map file when enable debug link map. [nuttx]

2023-10-18 Thread via GitHub
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