Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » No Binary + Symbol 'cout' etc. etc.(Images Provided in Post)
No Binary + Symbol 'cout' etc. etc. [message #1696690] Thu, 28 May 2015 02:54 Go to next message
Ryan Chanak is currently offline Ryan ChanakFriend
Messages: 2
Registered: May 2015
Junior Member
Hello everyone ! Downloaded Eclipse Luna (the Cpp package) for the first time today and I'm having some issue with it.

One key note is I can run their stock "hello world" program (it builds and makes a binary and everything) but I cannot do it with my own programs.

I'm on Windows 8.1 64-bit

So the problems are as follows:
No binary folder is created in the project folder.
Get Symbol 'std' could not be resolved (same with cout, if I forego the using namespace std; and just type std::cout, it will not build either).

Steps I've Taken:
Made sure PE Windows Parser is enabled.
Reinstalled MinGW GCC and Eclipse x64
Written "VERY" simple code many times.
Updated Java (x64)

Images of the Issue:
imgur. com/a/xvXcR


I'm using MinGW and have my environmental settings PATH set as:

C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Broadcom\Broadcom 802.11 Network Adapter;;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\WIDCOMM\Bluetooth Software\;C:\Program Files\WIDCOMM\Bluetooth Software\syswow64;C:\Program Files\TortoiseSVN\bin;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\File Viewer Lite\lib\magick;C:\Program Files (x86)\Skype\Phone\;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\MinGW\bin;C:\MinGW\msys\1.0\bin;C:\Program Files (x86)\Java\jre1.8.0_45\bin;C:\MinGW\msys\1.0\bin

Thanks to anyone who can give me a hand Smile

P.S. don't know the forum syntax here
Re: No Binary + Symbol 'cout' etc. etc. [message #1696767 is a reply to message #1696690] Thu, 28 May 2015 13:13 Go to previous messageGo to next message
Eric Rizzo is currently offline Eric RizzoFriend
Messages: 3070
Registered: July 2009
Senior Member
This belongs in the CDT forum, moving it there.
Re: No Binary + Symbol 'cout' etc. etc. [message #1696803 is a reply to message #1696767] Thu, 28 May 2015 16:11 Go to previous message
Ryan Chanak is currently offline Ryan ChanakFriend
Messages: 2
Registered: May 2015
Junior Member
Eric Rizzo wrote on Thu, 28 May 2015 13:13
This belongs in the CDT forum, moving it there.



Thanks, my apologies.
Previous Topic:What's the best way to combine few projects?
Next Topic:cdt package
Goto Forum:
  


Current Time: Thu Apr 25 15:23:04 GMT 2024

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

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

Back to the top