Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Eclipse says build finish but exe is not there
Eclipse says build finish but exe is not there [message #1006241] Wed, 30 January 2013 14:49
yavuz yavuz is currently offline yavuz yavuzFriend
Messages: 1
Registered: January 2013
Junior Member
Hello,

I am trying to write a "hello world" program with c++ in eclipse. I have choosen "microsoft visual c++" as tool chain, while starting a new project.

Also I add path of cl.exe to windows' path varible.

Now, I can build the code and I can take "Build Finished" message from eclipse but exe file is not in debug folder.

Output of the program is below:


15:08:52 ** Rebuild of configuration Debug for project helloWorld **
Info: Internal Builder is used for build
cl /c /EHs /MD /Zi /nologo "/Fosrc\helloWorld.obj" "..\src\helloWorld.cpp"
15:08:52 Build Finished (took 174ms)

Regards
Previous Topic:Reference issues with EclipseCDT
Next Topic:C/C++ standard headers: Unresolved inclusion
Goto Forum:
  


Current Time: Fri Mar 29 07:49:58 GMT 2024

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

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

Back to the top