xiaoxiang781216 commented on a change in pull request #1175:
URL: https://github.com/apache/incubator-nuttx/pull/1175#discussion_r434656737
##########
File path: boards/arm/tms570/launchxl-tms57004/scripts/flash-sram.ld
##########
@@ -43,8 +43,6 @@ MEMORY
sram (rwx) : ORIGIN = 0x08000000, LENGTH = 32K
}
-OUTPUT_ARCH(arm)
-OUTPUT_FORMAT(elf32-bigarm)
Review comment:
I suppose the toolchain can select the right endian base on the command
line option if the linker script file doesn't specify one explicitly.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]