eye-gaze icon indicating copy to clipboard operation
eye-gaze copied to clipboard

"Illegal instruction (core dumped)" error on Ubuntu 16.04 32 bit

Open trappedinspacetime opened this issue 8 years ago • 3 comments

Hi, First of all congratulations for making such a project. I cloned your repository and did make clean before running make compilation was successful and I went to bin directory and ran ./oic but I got Illegal instruction (core dumped) error. I don't know what the error is. Only this binary runs :

  ./facegesmatch 
  DTW Score : 0

the rest crash. I hope you help me. Regards. Ken.

trappedinspacetime avatar Jan 17 '17 10:01 trappedinspacetime

Make sure you checkout the appropriate version before trying out.

$ git checkout tags/v1.0

Try make after that. Hope this fixes the issue.

Aravind-Suresh avatar Jan 17 '17 13:01 Aravind-Suresh

Unfortunately nothing changed.

trappedinspacetime avatar Jan 17 '17 20:01 trappedinspacetime

I also compiled it with opencv-2.4.9 but the result was not changed.

 file ./oic 
 ./oic: ELF 32-bit LSB executable, Intel 80386, version 1 (GNU/Linux), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=4287914ef28b13a4eb60e9330e8d030e559ff99c, not  stripped

trappedinspacetime avatar Jan 18 '17 18:01 trappedinspacetime