8000
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
I met the compilation error ”cmake .. -DCMAKE_BUILD_TYPE=Release && make -j4 VERBOSE=1| tee debug.log“.
The error log is: "/usr/bin/ranlib lib/libdmvio.a make[2]: Leaving directory '/home/xuanlab/Code/SLAM/dm-vio/build' [ 82%] Built target dmvio make[1]: Leaving directory '/home/xuanlab/Code/SLAM/dm-vio/build' make: *** [Makefile:136: all] Error 2"
I cannot find further detailed log, but the compiler toggle is wierd: "cd /home/xuanlab/Code/SLAM/dm-vio/build/test/googletest/googletest && /usr/bin/c++ -DENABLE_SSE -I/home/xuanlab/Code/SLAM/dm-vio/src -I/home/xuanlab/Code/SLAM/dm-vio/src/dso -I/home/xuanlab/Code/SLAM/dm-vio/thirdparty/Sophus -I/home/xuanlab/Code/SLAM/dm-vio/thirdparty/sse2neon -I/usr/include/eigen3 -I/usr/include/opencv4 -I/usr/include/suitesparse -I/home/xuanlab/anaconda3/include -I/home/xuanlab/Code/SLAM/dm-vio/test/googletest/googletest/include -I/home/xuanlab/Code/SLAM/dm-vio/test/googletest/googletest -O3 -DNDEBUG -std=c++14 -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -MD -MT test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o -MF CMakeFiles/gtest.dir/src/gtest-all.cc.o.d -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/xuanlab/Code/SLAM/dm-vio/test/googletest/googletest/src/gtest-all.cc".
How can I resolve the issue?
Thanks & Regards! Momo
The text was updated successfully, but these errors were encountered:
I follow the installation step, only skipping Librealsense and ziplib.
Sorry, something went wrong.
No branches or pull requests
I met the compilation error ”cmake .. -DCMAKE_BUILD_TYPE=Release && make -j4 VERBOSE=1| tee debug.log“.
The error log is:
"/usr/bin/ranlib lib/libdmvio.a
make[2]: Leaving directory '/home/xuanlab/Code/SLAM/dm-vio/build'
[ 82%] Built target dmvio
make[1]: Leaving directory '/home/xuanlab/Code/SLAM/dm-vio/build'
make: *** [Makefile:136: all] Error 2"
I cannot find further detailed log, but the compiler toggle is wierd:
"cd /home/xuanlab/Code/SLAM/dm-vio/build/test/googletest/googletest && /usr/bin/c++ -DENABLE_SSE -I/home/xuanlab/Code/SLAM/dm-vio/src -I/home/xuanlab/Code/SLAM/dm-vio/src/dso -I/home/xuanlab/Code/SLAM/dm-vio/thirdparty/Sophus -I/home/xuanlab/Code/SLAM/dm-vio/thirdparty/sse2neon -I/usr/include/eigen3 -I/usr/include/opencv4 -I/usr/include/suitesparse -I/home/xuanlab/anaconda3/include -I/home/xuanlab/Code/SLAM/dm-vio/test/googletest/googletest/include -I/home/xuanlab/Code/SLAM/dm-vio/test/googletest/googletest -O3 -DNDEBUG -std=c++14 -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -MD -MT test/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o -MF CMakeFiles/gtest.dir/src/gtest-all.cc.o.d -o CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /home/xuanlab/Code/SLAM/dm-vio/test/googletest/googletest/src/gtest-all.cc".
How can I resolve the issue?
Thanks & Regards!
Momo
The text was updated successfully, but these errors were encountered: