Hello Robotics Users, Today our programming team ran it to ntcore c++ linker errors for our vision processor rpi4. Could i please have help with this.
here are our errors
[50%] Linking CXX executable Robotkinect
/bin/ld: /usr/local/wpilib/lib/libntcore.so: undefined reference to `std::_State::~_State()@GLIBCXX_3.4.22’
/bin/ld: /usr/local/wpilib/lib/libntcore.so: undefined reference to vtable for std::thread::_State@GLIBCXX_3.4.22' /bin/ld: /usr/local/wpilib/lib/libntcore.so: undefined reference to
typeinfo for std::_State@GLIBCXX_3.4.22’
/bin/ld: /usr/local/wpilib/lib/libntcore.so: undefined reference to `std::_M_start_thread(std::unique_ptr<std:
:_State,
std::default_deletestd::thread::_State >, void (*)())@GLIBCXX_3.4.22’
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/Robotkinect.dir/build.make:86: Robotkinect] Error 1
make[1]: *** [CMakeFiles/Makefile2:76: CMakeFiles/Robotkinect.dir/all] Error 2
make: *** [Makefile:84: all] Error 2