tum-vision / dvo

Dense Visual Odometry
https://vision.in.tum.de/data/software/dvo
151 stars 77 forks source link

sse3 errors occurred when compiling the dvo #6

Open Ethan-Zhou opened 10 years ago

Ethan-Zhou commented 10 years ago

Hi, I just built up a static library of dvo in codeblocks. When I compile it, error occurred like below,

/usr/lib/gcc/x86_64-linux-gnu/4.6/include/pmmintrin.h|32|错误: #error "SSE3 instruction set not enabled"|

Does it mean that there is something wrong with my CPU??

How can i get it to work? Any thoughts, thx in advance.

christiankerl commented 10 years ago

You have to enable SSE3 support with a compiler flag. If you use gcc add -msse3