ceres-solver / ceres-solver

A large scale non-linear optimization library
http://ceres-solver.org/
Other
3.66k stars 1.01k forks source link

Compilation errors on jetson orin 32GB board #1065

Open cchester25 opened 4 weeks ago

cchester25 commented 4 weeks ago

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!

sandwichmaker commented 3 weeks ago

@alexsmac @sergiud any idea what maybe going on?