| Eclipse says build finish but exe is not there [message #1006241] |
Wed, 30 January 2013 09:49 |
yavuz yavuz 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
|
|
|
Powered by
FUDForum. Page generated in 0.01762 seconds