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 2022/04/28 09:34:12 UTC

[GitHub] [incubator-nuttx-apps] pussuw commented on pull request #1157: import/Make.defs: Fix C++ library linkage with CONFIG_BUILD_KERNEL

pussuw commented on PR #1157:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1157#issuecomment-1111976522

   > What is the exact error with the current code? I mean do we use start/end group for the libs? Otherwise I do not see why order should matter here
   
   libcxx refers to e.g. malloc which is in libmm, the ordering matters here, otherwise e.g. malloc will be left undefined in applications that use libxx but don't use malloc directly.


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