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


   
   
   ## Summary
   
   SIM in MacOS: make MacOS link process same with Linux
   
   ## Impact
   
   1. There is difference about symbol replace on nuttx-names.in
      between MacOS & Linux
   2. For MacOS, if open '-fvisibility=hidden' and adjust nuttx-names.in,
      it will meet symbol link-back-to-nuttx error.
   3. Make the MacOS replace behaviour, same with Linux
   
   Note:
   MacOS should install objcopy with command:
   $ brew install binutils
   $ export PATH=$PATH:/usr/local/opt/binutils/bin
   
   already check in to cibuild.sh
   
   ## Testing
   
   


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to