face-everthing icon indicating copy to clipboard operation
face-everthing copied to clipboard

c++: error: unrecognized command line option ‘-msse4.2’

Open ycdhqzhiai opened this issue 7 years ago • 1 comments

hi all. i got an error on jeston TX2 image

ycdhqzhiai avatar Jan 09 '18 02:01 ycdhqzhiai

@ycdhqzhiai you have to disable -msse option in Cmake configuration. ARM processor of JETSON does not support SSE instructions.

arasharchor avatar Jan 20 '18 01:01 arasharchor