Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Error in debbuger in Eclipse CTD with Cygwin
Error in debbuger in Eclipse CTD with Cygwin [message #1062509] Sat, 08 June 2013 07:15
Nenad Bulatovic is currently offline Nenad BulatovicFriend
Messages: 3
Registered: June 2013
Junior Member
Recently I setup Eclipse CDT with Cygwin. I also properly installed MinGW (the latest) but I am not using it. I set up Cygwin with usual:

Eclipse C/C++ Development Tool (CDT) Juno SR1
Cygwin packages:
C compiler: gcc-core (3.4.4-999)
C++ compiler: gcc-g++ (3.4.4-999)
GNU Debugger: gdb (7.5.50-2)
Make utility: make (3.82.90-1)


After many tutorials for C++ programing compiled without a single problem, one came in today - while using debugger for the first time:

Title of window (in Eclipse) says:
std::ostream::operator<<0 at /usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/iostream/c++/iosteram:iostream:77 0x42c233


And in windows it's written:

Can't find a source file at "/usr/lib/gcc/i686-pc-cygwin/3.4.4/include/c++/iostream" 
Locate the file or edit the source lookup path to include its location.



How can I resolve this issue?
  • Attachment: error.jpg
    (Size: 188.19KB, Downloaded 165 times)
Previous Topic:CDT and friends
Next Topic:assigning a shortcut to a template
Goto Forum:
  


Current Time: Thu Apr 25 13:58:02 GMT 2024

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

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

Back to the top