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 2022/09/26 14:11:44 UTC

[GitHub] [incubator-nuttx] anchao opened a new pull request, #7190: arm/armv7-r: fix build break on armlink

anchao opened a new pull request, #7190:
URL: https://github.com/apache/incubator-nuttx/pull/7190

   
   
   ## Summary
   
   arm/armv7-r: redefine the linker symbols as armlink style
   
   Fix build break:
   
   ```
   Error: L6218E: Undefined symbol _sbss (referred from arm_head.o).
   Error: L6218E: Undefined symbol _ebss (referred from arm_head.o).
   Error: L6218E: Undefined symbol _eronly (referred from arm_head.o).
   Error: L6218E: Undefined symbol _sdata (referred from arm_head.o).
   Error: L6218E: Undefined symbol _edata (referred from arm_head.o).
   ```
   
   Signed-off-by: chao an <an...@xiaomi.com>
   
   ## Impact
   
   N/A
   
   ## Testing
   
   ./tools/configure.sh launchxl-tms57004/nsh


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-nuttx] pkarashchenko merged pull request #7190: arm/armv7-r: fix build break on armlink

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged PR #7190:
URL: https://github.com/apache/incubator-nuttx/pull/7190


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org