You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/06/12 14:42:44 UTC

[GitHub] lebeg commented on issue #10778: Make android error

lebeg commented on issue #10778: Make  android error
URL: https://github.com/apache/incubator-mxnet/issues/10778#issuecomment-396614975
 
 
   In case you are using make based build you should try as suggested by @rahul003:
   ```
   USE_F16C=0 make -j$(nproc)
   ```
   or
   ```
   cp make/config.mk ./config.mk
   # change "USE_F16C =" line to "USE_F16C = 0"
   make -j$(nproc)
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services