I was trying to install OpenCV in my project, I followed the tutorial here.
I’m running a Ubuntu 20.04.6 LTS on a WSL on Windows 10.
The problem I’m encountering is during the make command in the build directory, here’s the output.
I tried sudo update and sudo upgrade, I tried to update the WSL, to restart it, to make clean and then retry.
I also tried to comment these lines in the CMakeLists in opencv/modules/core:
ocv_add_dispatched_file_force_all(test_intrin128 TEST SSE2 SSE3 SSSE3 SSE4_1 SSE4_2 AVX FP16 AVX2 AVX512_SKX)
ocv_add_dispatched_file_force_all(test_intrin256 TEST AVX2 AVX512_SKX LASX)
ocv_add_dispatched_file_force_all(test_intrin512 TEST AVX512_SKX)
but the same error pops up.
user24604957 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.