Launch Failed. Binary not found. CDT on Eclipse Helios

后端 未结 13 2533
天涯浪人
天涯浪人 2020-11-28 05:26

I\'m using Eclipse Helios on Ubuntu 10.04, and I\'m trying to install CDT plugin on it. I download it from here here.

And then I go to Install New Software<

13条回答
  •  星月不相逢
    2020-11-28 06:07

    You must build an executable file before you can run it. So if you don't “BUILD” your file, then it will not be able to link and load that object file, and hence it does not have the required binary numbers to execute.

    So basically right click on the Project -> Build Project -> Run As Local C/C++ Application should do the trick

提交回复
热议问题