Eclipse MinGW Binary Not Found

前端 未结 6 2001
遇见更好的自我
遇见更好的自我 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:57

    project->properties->c/c++ build-> tool chain editor->current toolchain

    was crossGCC then change it to

    MinGWGCC->apply and close and run program.

    I hope this solution will work for you

提交回复
热议问题