Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Internal Builder: Cannot run program "g++"
Internal Builder: Cannot run program "g++" [message #234541] Thu, 04 June 2009 16:14
alex lauter is currently offline alex lauterFriend
Messages: 15
Registered: July 2009
Junior Member
I am using Eclipse Platform Version: 3.4.2 under windows
with

CDT 5.02
MinGW 5.1.3

path=c:\MinGW\bin; ...

g++ works ok as command line.

I have created a Hello world c++ project and try to build the project.
Obviously the settings are wrong.



**** Build of configuration Debug for project xxx ****

**** Internal Builder is used for build ****
g++ -IC:\MinGW\include -IC:\MinGW\include\c++\3.4.5\backward
-IC:\MinGW\lib\gcc\mingw32\3.4.5\include -IC:\MinGW\include\c++\3.4.5 -O0
-g3 -Wall -c -fmessage-length=0 -osrc\xxx.o ..\src\xxx.cpp
Internal Builder: Cannot run program "g++": Cannot find the file.

Build error occurred, build is stopped

any help is appreciated
Previous Topic:Error launching external scanner info generator
Next Topic:CDT scanner/indexer #include path
Goto Forum:
  


Current Time: Thu Apr 18 22:54:25 GMT 2024

Powered by FUDForum. Page generated in 0.01649 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top