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/02/10 17:35:10 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 edited a comment on pull request #5452: sim: detect clang native compiler on MacOS.

xiaoxiang781216 edited a comment on pull request #5452:
URL: https://github.com/apache/incubator-nuttx/pull/5452#issuecomment-1035210296


   > > more symbol need add default visibility: _up_cpu_started, _up_init_ipi, _netdriver_setmacaddr.
   > 
   > that's the easy part ... the critical part is getting the modules compiled ... there's a hard dependency:
   > 
   > ```
   > MODULECC = x86_64-elf-gcc
   > MODULELD = x86_64-elf-ld
   > ```
   > 
   > to get the elf modules build.
   > 
   > This could be really a show-stopper (or at least an not-easy to fix dependency to homebrew based additional software needed on MacOS).
   
   Yes, elf need gcc toolchain, but this is an advance feature, not used by most people. It's reasonable require the user to install gcc toolchain if they want to try elf.


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