Question
CubeMX IDE v1.3.1, MacOS 10.14.6, Build fails with "/bin/sh: arm-none-eabi-objcopy.exe: command not found" - the ".exe" is incorrect.
The makefile is not correct with: arm-none-eabi-objcopy.exe -O ihex "IOproc.elf" "IOproc.hex", but the IDE is trying to run arm-none-eabi-objcopy.exe.
I just reinstalled the IDE using the Mac installer - no change. How can I get the IDE to generate a makefile that does not have ".exe"?