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
Last tested mavsdk working version - libmavsdk-dev_2.0.1_debian11_arm64.deb
Error trace:
/usr/lib/libmavsdk.so.2.12.1: error: undefined reference to 'pthread_create', version 'GLIBC_2.34'
/usr/lib/libmavsdk.so.2.12.1: error: undefined reference to 'pthread_join', version 'GLIBC_2.34'
/usr/lib/libmavsdk.so.2.12.1: error: undefined reference to 'pthread_detach', version 'GLIBC_2.34'
/usr/lib/libmavsdk.so.2.12.1: error: undefined reference to 'pthread_once', version 'GLIBC_2.34'
/usr/lib/libmavsdk.so.2.12.1: error: undefined reference to '__libc_single_threaded', version 'GLIBC_2.32'
/usr/lib/libmavsdk.so.2.12.1: error: undefined reference to 'pthread_cond_clockwait', version 'GLIBC_2.34'
/usr/lib/libmavsdk.so.2.12.1: error: undefined reference to 'fstat64', version 'GLIBC_2.33'
/usr/lib/libmavsdk.so.2.12.1: error: undefined reference to 'pthread_mutex_trylock', version 'GLIBC_2.34'
/usr/lib/libmavsdk.so.2.12.1: error: undefined reference to 'stat64', version 'GLIBC_2.33'
Investigation trace:
$ uname -a
Linux dcs 5.10.104-tegra #1 SMP PREEMPT Thu Jul 20 07:48:15 CEST 2023 aarch64 aarch64 aarch64 GNU/Linux
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04.6 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04.6 LTS"
VERSION_ID="20.04"
$ ldd --version
ldd (Ubuntu GLIBC 2.31-0ubuntu9.14) 2.31
Copyright (C) 2020 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Written by Roland McGrath and Ulrich Drepper.
The issue seems to be glibc version=2.31 and debian11.
Kindly add back support for debian11.
The text was updated successfully, but these errors were encountered:
Following #2328 fix, cmake fails to link.
Last tested mavsdk working version -
libmavsdk-dev_2.0.1_debian11_arm64.deb
Error trace:
Investigation trace:
The issue seems to be
glibc
version=2.31 anddebian11
.Kindly add back support for
debian11
.The text was updated successfully, but these errors were encountered: