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 2020/06/01 00:14:28 UTC

[GitHub] [incubator-nuttx] btashton opened a new pull request #1161: x86_64: Use gcc compiler instead of clang for macOS

btashton opened a new pull request #1161:
URL: https://github.com/apache/incubator-nuttx/pull/1161


   ## Summary
   macOS tries to force the use of clang which is not currently supported for the x86_64 builds. Giving an error like `clang: error: unknown argument: '-fno-crossjumping'` This will force the use of gcc like we do with the sim builds, this should resolve this PR https://github.com/apache/incubator-nuttx-testing/pull/43
   ## Impact
   Should allow building on macOS
   
   ## Testing
   Testing should be triggered by CI path after this.  Current configuration is already not able to build on macOS
   


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



[GitHub] [incubator-nuttx] xiaoxiang781216 merged pull request #1161: x86_64: Use gcc compiler instead of clang for macOS

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #1161:
URL: https://github.com/apache/incubator-nuttx/pull/1161


   


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