OS X Eclipse C++ Launch Failed - Binary Not Found

前端 未结 15 2206
青春惊慌失措
青春惊慌失措 2020-12-24 07:17

I am quite troubled as this shouldn\'t be causing me such a headache. I\'ve downloaded the most recent Eclipse Indigo and all CDT C++ plugins for MAC OS X 10.7.1/<

15条回答
  •  再見小時候
    2020-12-24 08:13

    I am using Eclipse Oxygen and the following fixed my problem:

    Right-click on your project and go to properties. Navigate to C/C++ Build > Tool Chain Editor and select MacOSX GCC in the Current toolchain, and Apply and Close.

    Build your project with CMD+B and then run it.

提交回复
热议问题