ceres-solver / ceres-solver

A large scale non-linear optimization library

Home Page:http://ceres-solver.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compilation errors on jetson orin 32GB board

cchester25 opened this issue · comments

The platform I am using is Jetson orin 32GB, the system is Ubuntu 20.04, and the Ceres version is 2.2.0. I have successfully compiled Ceres and am able to run the simplebundle_bundle adjuster under/build/bin. But when I use target_link_libraries (projectname ${CERES-LIBRARIES}) in my own project CMakeLists.txt, the following error occurs:
2024-05-05 10-56-29 的屏幕截图
I am confident that CUDA has been installed correctly and the path has been configured. CUDA version is 11.4.
2024-05-05 14-31-30 的屏幕截图
2024-05-05 14-33-10 的屏幕截图
I hope to receive your help, thank you in advance!

@alexsmac @sergiud any idea what maybe going on?