简体   繁体   中英

I am trying to build a single c++ project in Eclipse but getting the build error even if after setting the path variable with mingw path

When click the buildall option in eclipse I am facing below error and object file is not getting created

**** Internal Builder is used for build               ****
g++ -O0 -g3 -Wall -c -fmessage-length=0 -osrc\helloworld.o ..\src\helloworld.cpp
Internal Builder: Cannot run program "g++"

Put complete path of c++ compiler present in the mingw , in the enviroment variable of eclipse. Then close the IDE and restart it .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM