Eclipse MinGW Binary Not Found

前端 未结 6 1989
遇见更好的自我
遇见更好的自我 2020-12-21 04:23

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

6条回答
  •  醉酒成梦
    2020-12-21 04:51

    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.

提交回复
热议问题