We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jetson@tegra-ubuntu:~/OpenFace/build$ make Scanning dependencies of target LandmarkDetector [ 2%] Building CXX object lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/src/CCNF_patch_expert.cpp.o g++-8: error: unrecognized command line option ‘-msse’; did you mean ‘-fdse’? g++-8: error: unrecognized command line option ‘-msse2’ g++-8: error: unrecognized command line option ‘-msse3’ g++-8: error: unrecognized command line option ‘-msse’; did you mean ‘-fdse’? g++-8: error: unrecognized command line option ‘-msse2’ g++-8: error: unrecognized command line option ‘-msse3’ lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/build.make:62: recipe for target 'lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/src/CCNF_patch_expert.cpp.o' failed make[2]: *** [lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/src/CCNF_patch_expert.cpp.o] Error 1 CMakeFiles/Makefile2:85: recipe for target 'lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/all' failed make[1]: *** [lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/all] Error 2 Makefile:129: recipe for target 'all' failed make: *** [all] Error 2
The text was updated successfully, but these errors were encountered:
Looks like you are running on a special HW, not on an Intel or AMD?
You might have a look into this similar issue "#479" (same errors on a Jetson)
Sorry, something went wrong.
No branches or pull requests
jetson@tegra-ubuntu:~/OpenFace/build$ make
Scanning dependencies of target LandmarkDetector
[ 2%] Building CXX object lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/src/CCNF_patch_expert.cpp.o
g++-8: error: unrecognized command line option ‘-msse’; did you mean ‘-fdse’?
g++-8: error: unrecognized command line option ‘-msse2’
g++-8: error: unrecognized command line option ‘-msse3’
g++-8: error: unrecognized command line option ‘-msse’; did you mean ‘-fdse’?
g++-8: error: unrecognized command line option ‘-msse2’
g++-8: error: unrecognized command line option ‘-msse3’
lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/build.make:62: recipe for target 'lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/src/CCNF_patch_expert.cpp.o' failed
make[2]: *** [lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/src/CCNF_patch_expert.cpp.o] Error 1
CMakeFiles/Makefile2:85: recipe for target 'lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/all' failed
make[1]: *** [lib/local/LandmarkDetector/CMakeFiles/LandmarkDetector.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: