Question
STM32CubeMX on linux generates a call to arm-none-eabi-objcopy.exe which doesn't exist
On linux if I use the latest STM32CubeMX (4.26.1) and generate a project for Atollic Truestudio, the project tries to use the executable called 'arm-none-eabi-objcopy.exe' this is the name for the windows verison however on linux it is called 'arm-none-eabi-objcopy' without the extension.
If I fix the project setting and save, the next time I use STM32CubeMX on the same project and regenerate it wipes out my change.