Question
STM32_Programmer_CLI seg fault
I have an old Ubuntu 18.04 system which allows STM32CubeIDE to run, but the STM32_Programmer failed because libm.so and libc.so were wrong. I found glibc-2.30 and copied the libraries into the same directory as the STM32_Programmer lib. Now I just get a seg fault, even when trying to just get the version number:
bin/STM32_Programmer_CLI --version
Segmentation fault (core dumped)Is there any way to figure out what might be the problem?
