I3orn2FLY commented on issue #10778: Make  android error
URL: 
https://github.com/apache/incubator-mxnet/issues/10778#issuecomment-396868304
 
 
   Just to be clear, I use following configurations:
   NDK version => 15.2.4
   TARGET => arm64/ARMV8
   
   ```
   export CC=aarch64-linux-android-gcc 
   export CXX=aarch64-linux-android-g++ 
   ```
   Then I move to the incubator-mxnet/amalgamation and type:
   `make ANDROID=1`
   
   When I try commands suggested by @lebeg:
   `USE_F16C=0 make -j$(nproc)`
   I have the same error which is:
   
   ```
   mxnet_predict-all.cc:83:23: fatal error: x86intrin.h: No such file or 
directory
    #include <x86intrin.h>
                          ^
   compilation terminated.
   make: *** [mxnet_predict-all.o] Error 1
   ```
   

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


With regards,
Apache Git Services

Reply via email to