Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Compiler Visual C++ Builds but no Output Files
Compiler Visual C++ Builds but no Output Files [message #935603] Sun, 07 October 2012 05:41
Eclipse UserFriend
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)
Previous Topic:Juno CDT SSE4.1 intrinsics support
Next Topic:Templates implementations and indexer
Goto Forum:
  


Current Time: Fri Mar 29 09:41:50 GMT 2024

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

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

Back to the top