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/04/05 16:56:07 UTC

[GitHub] [incubator-nuttx] v01d opened a new issue #3365: GOT-RELATIVE FUNCTION POINTERS

v01d opened a new issue #3365:
URL: https://github.com/apache/incubator-nuttx/issues/3365


   ```
     Description: If the function pointer to a statically defined function is
                  taken, then GCC generates a relocation that cannot be handled
                  by NXFLAT.  There is a solution described in Documentation/NuttXNxFlat.html,
                  by that would require a compiler change (which we want to avoid).
                  The simple workaround is to make such functions global in scope.
     Status:      Open
     Priority:    Low (probably will not fix)
   ```


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