fjpanag opened a new pull request, #9253:
URL: https://github.com/apache/nuttx/pull/9253

   ## Summary
   
   Fixes the following linker warning on simulator:
   
   ```
   ld: warning: arch_setjmp_x86_64.o: missing .note.GNU-stack section implies 
executable stack
   ld: NOTE: This behaviour is deprecated and will be removed in a future 
version of the linker
   /usr/bin/ld: warning: nuttx.rel: requires executable stack (because the 
.note.GNU-stack section is executable)
   
   ```
   
   More information 
[here](https://stackoverflow.com/questions/73435637/how-can-i-fix-usr-bin-ld-warning-trap-o-missing-note-gnu-stack-section-imp).
   
   ## Impact
   
   Fixes warning.
   
   ## Testing
   
   Build passes and simulator runs normally.
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to