My first STM32CubeIDE was version 1.8.x or similar and I've updated it until version 1.11.x with the Linux Arch packet manager. I don´t know if Suse has a repository where STM32CubeIDE is part of it but if so use the packet managed version.I'm more o...
After you have copied a library to the system library directories like /lib, /usr/lib, ... you have to run as root 'ldconfig' once or reboot.ldconfig creates the necessary symbolic links which are pointing to the new library so that an application ca...
Beside this question like to be slightly outdated I found a neat solution to this issue.I've the same problem when running STM32CubeIDE (Eclipse 4.23) under Linux on a 4k screen.It's described here and seems to work: https://askubuntu.com/questions/7...
You should NEVER manually upgrade the essential (g)libc. Let always the installer do this. I've several years ago manually updated the glibc and the whole system was suddenly unusable. Two days ago the glibc was updated on my pc, no issues so far, ex...