Failed to create project on eclipse cdt? g ++ not found!

I installed Eclipse CDT C / C ++ and MinGW. But I canโ€™t create hello worldly program. The following message appears in the console.

Assembling the configuration Debugging for the project 51 **

The internal Builder is used to build ** g ++ -O0 -g3 -Wall -c -fmessage-length = 0 -osrc \ 51.o .. \ src \ 51.cpp Internal builder: the program "g ++" cannot start: the launch failed Build error, build stopped. Time: 83 ms.

Can I indicate where the problem lies?

+3
source share
1 answer

g ++ is a C ++ compiler. MinGW is the gnu compiler port for windows.

g++ ? cmd g++. ? , g++. Exe, , , . eclipse . , , , ++ MinGW.

+4

Source: https://habr.com/ru/post/1778322/


All Articles