Skip to content
New issue

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

I encountered the following problem when compiling the project, I would like to ask how to solve it ah #1085

Open
chenyu77 opened this issue May 14, 2024 · 1 comment

Comments

@chenyu77
Copy link

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

@brmarkus
Copy link

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants