You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to follow your instructions to make the file I had to edit a lot of lines in the CMakeCache.txt and the makefile and the CMakeLists.txt. But it failed with a:
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
I tried deleting build and starting anew with cmake .. which succeeded but make that also fails with the same error
Full error log:
musafir@raspberrypi:~/vo/ARM_VO_pybind/vo_py/build $ make all -j4
[ 27%] Building CXX object CMakeFiles/ARMVO.dir/src/GRIC.cpp.o
[ 27%] Building CXX object CMakeFiles/ARMVO.dir/src/FAST_NEON.cpp.o
[ 27%] Building CXX object CMakeFiles/ARMVO.dir/src/ARM_VO.cpp.o
[ 36%] Building CXX object CMakeFiles/ARMVO.dir/src/detector.cpp.o
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
make[2]: *** [CMakeFiles/ARMVO.dir/build.make:90: CMakeFiles/ARMVO.dir/src/FAST_NEON.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CMakeFiles/ARMVO.dir/build.make:104: CMakeFiles/ARMVO.dir/src/GRIC.cpp.o] Error 1
make[2]: *** [CMakeFiles/ARMVO.dir/build.make:118: CMakeFiles/ARMVO.dir/src/detector.cpp.o] Error 1
make[2]: *** [CMakeFiles/ARMVO.dir/build.make:76: CMakeFiles/ARMVO.dir/src/ARM_VO.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/ARMVO.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered:
to follow your instructions to make the file I had to edit a lot of lines in the CMakeCache.txt and the makefile and the CMakeLists.txt. But it failed with a:
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
I tried deleting build and starting anew with cmake .. which succeeded but make that also fails with the same error
Full error log:
musafir@raspberrypi:~/vo/ARM_VO_pybind/vo_py/build $ make all -j4
[ 27%] Building CXX object CMakeFiles/ARMVO.dir/src/GRIC.cpp.o
[ 27%] Building CXX object CMakeFiles/ARMVO.dir/src/FAST_NEON.cpp.o
[ 27%] Building CXX object CMakeFiles/ARMVO.dir/src/ARM_VO.cpp.o
[ 36%] Building CXX object CMakeFiles/ARMVO.dir/src/detector.cpp.o
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
c++: error: unrecognized command line option ‘-msse4’
make[2]: *** [CMakeFiles/ARMVO.dir/build.make:90: CMakeFiles/ARMVO.dir/src/FAST_NEON.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CMakeFiles/ARMVO.dir/build.make:104: CMakeFiles/ARMVO.dir/src/GRIC.cpp.o] Error 1
make[2]: *** [CMakeFiles/ARMVO.dir/build.make:118: CMakeFiles/ARMVO.dir/src/detector.cpp.o] Error 1
make[2]: *** [CMakeFiles/ARMVO.dir/build.make:76: CMakeFiles/ARMVO.dir/src/ARM_VO.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/ARMVO.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
The text was updated successfully, but these errors were encountered: