You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/06/03 13:37:33 UTC

[GitHub] [incubator-nuttx] patacongo commented on a change in pull request #1175: boards: Remove OUTPUT_FORMAT and OUTPUT_ARCH from ld script

patacongo commented on a change in pull request #1175:
URL: https://github.com/apache/incubator-nuttx/pull/1175#discussion_r434571990



##########
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:
       @xiaoxiang781216  @liuguo09  Notice that ARM big-endian is required for the TMS470 family.  Does this change break TMS570?




----------------------------------------------------------------
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:
users@infra.apache.org