Open btchouston opened 7 years ago
ARM procesors do not support SSE instructions; so the first step is to disable these instructions _USE_SSE It should be easy after that, but you need a bit of programming experience. I'd like to help, but I do not have such a machine.
I am running into the same problem how was this sovlved
Specifications like the version of the project, operating system, and hardware
OS : Ubuntu 16.04.1 LTS Processor : ARMv7 Processor rev 3 (v7l) RAM : 2 GB
Steps to reproduce the problem
Compile OpenMVS on ARMv7 Processor.
i get this error : /home/odroid/3dtools/openMVS/libs/Common/Types.h:136:23: fatal error: xmmintrin.h: No such file or directory
when i replace xmmintrin.h by arm_neon.h inside Types.h, i have the following error. /home/odroid/3dtools/openMVS/libs/Common/Types.h:138:23: fatal error: emmintrin.h: No such file or directory
My question is is it possible to build OpenMVS on ARM Processor ? How should i proceed ? Thank you.