You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All installation went fine. But it get failed on 98% with following error
[ 98%] Built target os_cloud_node
/usr/bin/ld: /home/robair/RobAIR/catkin_ws/devel/lib/lio/lio_estimator_node: hidden symbol `_ZN5ceres12CostFunctionD2Ev' in /usr/local/lib/libceres.a(cost_function.cc.o) is referenced by DSO
/usr/bin/ld: final link failed: bad value
collect2: error: ld returned 1 exit status
make[2]: *** [lio-mapping/CMakeFiles/lio_estimator_node.dir/build.make:456: /home/robair/RobAIR/catkin_ws/devel/lib/lio/lio_estimator_node] Error 1
make[1]: *** [CMakeFiles/Makefile2:7251: lio-mapping/CMakeFiles/lio_estimator_node.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
Invoking "make -j4 -l4" failed
The text was updated successfully, but these errors were encountered:
For anyone with a similar issue, I solved it.
You need to build Cerse with shared libs, which are disabled by default. option(BUILD_SHARED_LIBS "Build Ceres as a shared library." ON)
Hello experts,
All installation went fine. But it get failed on 98% with following error
The text was updated successfully, but these errors were encountered: