Page 1 of 1

with minGW 64 compiler I get this message

Posted: Fri Sep 15, 2023 6:04 pm
by Sandro Necchi

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) ===


Re: with minGW 64 compiler I get this message

Posted: Fri Sep 15, 2023 6:54 pm
by eranif

You need to use the correct Makefile generator
In project settings -> makefile generator, which one is being used?


Re: with minGW 64 compiler I get this message

Posted: Fri Sep 15, 2023 9:15 pm
by Sandro Necchi

The one in minGW 10.2.00
Do I have to set another one?


Re: with minGW 64 compiler I get this message

Posted: Fri Sep 15, 2023 9:30 pm
by Sandro Necchi

I need to use minGW 10.2.00 as this is use by Stockfish chess engine.
Which Codelite version is compatible with this one?


Re: with minGW 64 compiler I get this message

Posted: Tue Nov 07, 2023 11:43 pm
by eranif