2023-08-23 08:14 AM
I wondering if anyone help me I have noticed on some of my STM32CUBEIDE projects I get the below error message :-
make: *** [makefile:84: default.size.stdout] Error 2
make: *** Waiting for unfinished jobs....
c:/st/stm32cubeide_1.12.1/stm32cubeide/plugins/com.st.stm32cube.ide.mcu.externaltools.make.win32_2.1.0.202305091550/tools/bin/sh: syntax error: unexpected "("
It seems to relate to some type of plugin that the builder uses? It doesn't seem related to the project code itself from what I see?
2023-08-23 11:14 AM
Do you have any pre-build or post-build scripts in the project?
If the project is set to use external builder, try to change it to internal builder.