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 2021/09/02 15:05:46 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on pull request #4465: feature: driver: Add a Linux SPI into simulator.

xiaoxiang781216 commented on pull request #4465:
URL: https://github.com/apache/incubator-nuttx/pull/4465#issuecomment-911785941


   macOS build fail:
   ```
   Undefined symbols for architecture x86_64:
     "_sim_spi_initialize", referenced from:
         _sim_bringup in nuttx.rel
     "_sim_spi_uninitialize", referenced from:
         _sim_bringup in nuttx.rel
   ld: symbol(s) not found for architecture x86_64
   ```
   Since this feature is specific for Linux, it should be removed from macOS CI, @liuchengvbl :
   https://github.com/apache/incubator-nuttx/blob/master/tools/ci/testlist/sim-01.dat#L10


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