acassis commented on code in PR #7157: URL: https://github.com/apache/incubator-nuttx/pull/7157#discussion_r976676954
########## boards/arm/tms570/launchxl-tms57004/scripts/Make.defs: ########## @@ -25,7 +25,6 @@ include $(TOPDIR)/arch/arm/src/armv7-r/Toolchain.defs LDSCRIPT = flash-sram.ld ARCHSCRIPT += $(BOARD_DIR)$(DELIM)scripts$(DELIM)$(LDSCRIPT) -ARCHCPUFLAGS = -mcpu=cortex-r4 -mbig-endian Review Comment: @xiaoxiang781216 according with README.txt Greg used buildroot to build one: ``` Endian-ness Issues ------------------ I used a version of the NuttX buildroot toolchain that can be built like this: cd buildroot/ cp boards/cortexr4f-eabi-defconfig-4.8.5 .config make oldconfig make ``` -- 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