simbit18 commented on PR #16781: URL: https://github.com/apache/nuttx/pull/16781#issuecomment-3128058842
Sorry @acassis , where is flash-dtcm.ld file ? boards/arm/imxrt/arcx-socket-grid/scripts/Make.defs https://github.com/apache/nuttx/blob/4a90c179f8ea2b788c901d9139a8a0d23c601a18/boards/arm/imxrt/arcx-socket-grid/scripts/Make.defs#L27 ``` ifeq ($(CONFIG_ARMV7M_DTCM),y) LDSCRIPT = flash-dtcm.ld else LDSCRIPT = flash-ocram.ld endif ``` -- 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
