2025-01-30 03:59 AM
Hello,
I'm using STM32CubeIDE Version 1.17.0. A project import from an older Verionen causes an Error message while compiling:
Errors occurred during the build.
Errors running builder 'CDT Builder' on project '<Projectname>'.
Internal error building project <Projectname> configuration Debug
Empty command
It seems to be caused by the postcompile scripts:
arm-none-eabi-objcopy -O binary ${BuildArtifactFileBaseName}.elf ${BuildArtifactFileBaseName}.bin;
arm-none-eabi-size ${BuildArtifactFileBaseName}.elf;
The error disappears, if I remove the scripts. Other imported projects are compiled without any errors.
Does somebody have a hint for me?
Greetings H.