michi-jung opened a new pull request #5495:
URL: https://github.com/apache/incubator-nuttx/pull/5495


   The packed-attribute on the tcb_info_s type was misplaced, which caused
   incompatible memory layout between host and target.  According to
   current GCC documentation:
   
   > You may specify type attributes in an enum, struct or union type
   > declaration or definition by placing them immediately after the struct,
   > union or enum keyword.  You can also place them just past the closing
   > curly brace of the definition, but this is less preferred because
   > logically the type should be fully defined at the closing brace.
   
   I also added jlink-nuttx.so to the .gitignore list.
   
   Signed-off-by: Michael Jung <[email protected]>


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