-
Notifications
You must be signed in to change notification settings - Fork 4
lms linker error with pugixmlΒ #131
Copy link
Copy link
Open
Description
Building the conan dependencies on the Jetson with gcc 4.8 fails because of some weird segmentation fault in the compiler while building OpenCV.
Building with gcc 5.4 (default compiler) :
- Eigen3 success π
- OpenCV success π
- cereal success π
- gtest success π
- kalman success π
- tclap success π
- urg_network success π
- zlib success π
- Protobuf success π
- pugixml success π
- lms fails during linking:
[100%] Linking CXX executable bin/lms
liblmscore.so: undefined reference to `pugi::xml_node::path(char) const'
collect2: error: ld returned 1 exit status
CMakeFiles/lms.dir/build.make:95: recipe for target 'bin/lms' failed
make[2]: *** [bin/lms] Error 1
sooo close :(
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels