(In reply to Kai Liu from comment #10) > (In reply to Michael Matz from comment #8) > > Are you checking on SLES15? That's using the old icecream-backend-only > > setup, we > > didn't port the real cross compilers to SLES, as that doesn't have a cross > > glibc > > either. You should use openSUSE for any cross development. > > No, I'm on Leap 15.4. > > # cat /etc/os-release > NAME="openSUSE Leap" > VERSION="15.4" > ID="opensuse-leap" > ID_LIKE="suse opensuse" > VERSION_ID="15.4" > PRETTY_NAME="openSUSE Leap 15.4" > ANSI_COLOR="0;32" > CPE_NAME="cpe:/o:opensuse:leap:15.4" > BUG_REPORT_URL="https://bugs.opensuse.org" > HOME_URL="https://www.opensuse.org/" > DOCUMENTATION_URL="https://en.opensuse.org/Portal:Leap" > LOGO="distributor-logo-Leap" > # rpm -ql cross-aarch64-gcc11 | grep -c libgcc > 0 Leap simply inherits the packages from SLES, so in this regard they are the same. Sorry.