-
Notifications
You must be signed in to change notification settings - Fork 151
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
Make failed - Compiling examples - Undefined References #7
Comments
It sounds like your OpenCV build might have been compiled without CUDA? Check that wherever you installed OpenCV 3.3.0 (e.g. |
@madebyollin Thanks for the kind instructions! |
I have the same error but I verified that I installed OpenCV with CUDA. I was previously getting this project to compile but I had to reflash my Tx2 and reinstall all the dependencies. |
[ 73%] Linking CXX executable rgbd_tum @madebyollin I am getting the same error. Also I cross checked what you mention in your last comment, cuda.hpp is there inside core/cuda.hpp. |
Doing the following has solved my problem: |
Thank for the solution, I changed More over, with following env, compile can success with no need to change
|
I am getting this issue when building ORB_SLAM2
My config
The text was updated successfully, but these errors were encountered: