with minGW 64 compiler I get this message
C:/mingw64/bin/mingw32-make.exe -j64 -e -f Makefile
----------Building project:[ Project1 - Debug ]----------
mingw32-make[1]: Entering directory 'C:/Users/sandr/Workspaces/Workspace1/Project1'
C:/mingw64/bin/g++.exe -c "C:/Users/sandr/Workspaces/Workspace1/Project1/main.cpp" -O0 -gdwarf-2 -std=c++17 -Wall -o ../build-Debug/Project1/main.cpp.o -I. -I.
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
/usr/bin/sh: -c: line 1: syntax error: unexpected end of file
mingw32-make[1]: *** [Project1.mk:86: MakeIntermediateDirs] Error 1
mingw32-make[1]: *** Waiting for unfinished jobs....
mingw32-make[1]: *** [Project1.mk:90: ../build-Debug/Project1/.d] Error 1
Assembler messages:
Fatal error: can't create ../build-Debug/Project1/main.cpp.o: No such file or directory
mingw32-make[1]: *** [Project1.mk:99: ../build-Debug/Project1/main.cpp.o] Error 1
mingw32-make[1]: Leaving directory 'C:/Users/sandr/Workspaces/Workspace1/Project1'
mingw32-make: *** [Makefile:5: All] Error 2
=== build completed successfully (0 errors, 0 warnings) ===