I am attempting to run a simple C project in Eclipse.
I have read through every single possible thread about setting up Eclipse and I thought I had everything correc
I had a similar problem where I had installed Cygwin first and it left Window->Preferences->C/C++->Debug->Source Lookup Paths with settings mingw was confused by. I clicked Restore Defaults on the Source Lookup Paths tab and everything started working properly. I guess the toolchain isn't happy with both Cygwin and mingw installed at the same time.