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 2021/02/25 14:20:26 UTC

[GitHub] [incubator-nuttx] yunkya2 opened a new pull request #2927: arm/rp2040: Fix LDFLAGS for boot stage2

yunkya2 opened a new pull request #2927:
URL: https://github.com/apache/incubator-nuttx/pull/2927


   ## Summary
   Fix LDFLAGS option to create boot stage 2 of Raspberry Pi Pico.
   
   Because `CONFIG_SCHED_INSTRUMENTATION_SYSCALL=y` adds extra `--wrap` options to LDFLAGS, boot stage2 build fails.
   This PR fixes the problem.
   
   ## Impact
   rp2040 only
   
   ## Testing
   Enable `CONFIG_SCHED_INSTRUMENTATION_SYSCALL=y` and check boot stage2 build.


----------------------------------------------------------------
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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #2927: arm/rp2040: Fix LDFLAGS for boot stage2

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #2927:
URL: https://github.com/apache/incubator-nuttx/pull/2927


   


----------------------------------------------------------------
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