You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "yamt (via GitHub)" <gi...@apache.org> on 2024/01/04 09:26:46 UTC

[PR] some fixes for cmake build of libcxx [nuttx]

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

   ## Summary
   some fixes for cmake build of libcxx
   
   ## Impact
   
   ## Testing
   sim/macOS (with some other local patches)
   


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


Re: [PR] some fixes for cmake build of libcxx [nuttx]

Posted by "yamt (via GitHub)" <gi...@apache.org>.
yamt commented on PR #11475:
URL: https://github.com/apache/nuttx/pull/11475#issuecomment-1876960707

   looking at the ci failure log, it seems that, when compiling sim_netdriver.c, libcxx's stdatomic.h is used.
   i guess it isn't the expected behavior. i wonder if it's specific to this PR or not.
   


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


Re: [PR] some fixes for cmake build of libcxx [nuttx]

Posted by "xiaoxiang781216 (via GitHub)" <gi...@apache.org>.
xiaoxiang781216 merged PR #11475:
URL: https://github.com/apache/nuttx/pull/11475


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


Re: [PR] some fixes for cmake build of libcxx [nuttx]

Posted by "yamt (via GitHub)" <gi...@apache.org>.
yamt commented on PR #11475:
URL: https://github.com/apache/nuttx/pull/11475#issuecomment-1877002233

   > looking at the ci failure log, it seems that, when compiling sim_netdriver.c, libcxx's stdatomic.h is used. i guess it isn't the expected behavior. i wonder if it's specific to this PR or not.
   
   it was because of the change in this PR. i removed the problematic commit from this PR.


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