STM32CubeIDE 1.7.0 Clean Project problem (possible BUG)
I noticed a problem (possible BUG) with the Clean Project when working with bigger projects in STM32CubeIDE 1.7. When I try to clean project i get error:
make -j12 clean
make (e=206): The filename or extension is too long.
make: [makefile:169: clean] Error 206 (ignored)
I tried to build and clean the same project with STM32CubeIDE 1.6.1. In this version everything worked fine.
To reproduce this issue one can try to build and clean TouchGFX Demonstration for STM32H753G-DK board in CubeIDE version 1.7.0 (STM32Cube_FW_H7_V1.9.0\Projects\STM32H735G-DK\Demonstrations\TouchGFX\)