Bug 525414 - symbol cout could not be resolved
Summary: symbol cout could not be resolved
Status: NEW
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: Next   Edit
Hardware: PC Windows 7
: P3 blocker (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Jonah Graham CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-09-30 02:00 EDT by Hoang Nguyen CLA
Modified: 2020-09-04 15:16 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hoang Nguyen CLA 2017-09-30 02:00:46 EDT
I installed Cygwin64 and Eclipse to code in C++.  It worked fine previously, except 'to_string' was never resolved.  I re-installed Cygwin64 with GCC 7.2.0.  To my surprise, now even 'cout' does not resolve.  I tried all things I could, but none worked.  Out of the blue, I go to:

Project -> Properties -> C/C++ Build -> Toolchain Editor -> Current Toolchain

I switch from Cygwin GCC to MinGW.  Everything compiles.  Then, I switch back to Cygwin GCC.  Everything compiles.

Not sure what magic happens there, but this behavior is really pushing me away from Eclipse.