Question
Why are STM tools for Linux still 32-bit?
Most Linux distributions now are 64-bit. However the ST tools like
> file STM32CubeProgrammerLauncher
STM32CubeProgrammerLauncher: ELF 32-bit LSB executable, Intel 80386, version 1
are still 32-bit executables. Furthermore the programs are picky about the java version used. E.g. STM32CubeProgrammerLauncher needs openjfx. I can find openjfx for 64-bit, but not for 32-bit.
Please consider either providing both 32 and 64 bit variants, or switch to the 64-bit variant.
