Launch Failed. Binary not found. CDT on Eclipse Helios

后端 未结 13 2551
天涯浪人
天涯浪人 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 05:59

    I had this problem for a long while and I couldn't figure out the answer. I had added all the paths, built everything and pretty much followed what everyone on here had suggested, but no luck.

    Finally I read the comments and saw that there were some compilation errors that were aborting the procedure before the binaries and exe file was generated.

    Bottom line: Do a code review and make sure that there are no errors in your code because sometimes eclipse will not always catch everything.

    If you can run a basic hello world but not your code then obviously something is wrong with your code. I learned the hard way.

提交回复
热议问题