Compiler Visual C++ Builds but no Output Files [message #935603] |
Sun, 07 October 2012 05:41 |
Eclipse User |
|
|
|
Since work uses Eclipse, I'm trying to learn Eclipse on my pc, win7 64bit.
Eclipse Juno, Build id: 20120614-1722.
I tried New hello world project, Microsoft Visual C++ toolchain.
Build can't find cl. So added cl.exe directory into PATH.
Also added CDT Visual C++ Support plugin from add-new-software.
Now it seems std, cout, endl are recognized in the editor/indexer, but not <iostream>. It says "unresolved inclusion <iostream>".
Build project seems fine below, but it doesn't generate any files, no .exe or .o:
Console:
18:25:50 **** Rebuild of configuration Debug for project helloworld_vc ****
Info: Internal Builder is used for build
cl /c /EHs /MD /Zi /nologo "/Fosrc\\helloworld_vc.obj" "..\\src\\helloworld_vc.cpp"
18:25:50 Build Finished (took 150ms)
|
|
|
Powered by
FUDForum. Page generated in 0.03577 seconds