Skip to content

lms linker error with pugixmlΒ #131

@fabolhak

Description

@fabolhak

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 :(

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions