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

SSE2NEON.h not found #26

Closed
bot-lin opened this issue Sep 18, 2022 · 2 comments
Closed

SSE2NEON.h not found #26

bot-lin opened this issue Sep 18, 2022 · 2 comments

Comments

@bot-lin
Copy link

bot-lin commented Sep 18, 2022

I am building the project in Docker on a M2 silicon chip Mac. I followed the installation instruction and I got the following error when run make -j4
root@8ae9bd6c5112:/dm-vio/build# make -j1 Scanning dependencies of target dmvio [ 1%] Building CXX object CMakeFiles/dmvio.dir/src/dso/FullSystem/FullSystem.cpp.o In file included from /dm-vio/src/dso/FullSystem/CoarseTracker.h:34, from /dm-vio/src/dso/FullSystem/FullSystem.cpp:49: /dm-vio/src/dso/OptimizationBackend/MatrixAccumulators.h:29:10: fatal error: SSE2NEON.h: No such file or directory 29 | #include "SSE2NEON.h" | ^~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/dmvio.dir/build.make:63: CMakeFiles/dmvio.dir/src/dso/FullSystem/FullSystem.cpp.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:125: CMakeFiles/dmvio.dir/all] Error 2 make: *** [Makefile:84: all] Error 2

@bot-lin
Copy link
Author

bot-lin commented Sep 18, 2022

i forgot to install sse2neon.

@bot-lin bot-lin closed this as completed Sep 18, 2022
@setareh-soltanieh
Copy link

Hi, were you able to create the Docker files for this project? @bot-lin

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