Launch Failed. Binary not found. CDT on Eclipse Helios

后端 未结 13 2416
天涯浪人
天涯浪人 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:15

    I faced the same problem. I have Eclipse Indigo and Eclipse Luna on Ubuntu. I tried many solutions, but none worked. Here's how you can try :) Try it in order :)

    1. Either do Build All and then compile :)
    2. Install G++ Compiler
    3. Windows->Preferences->NEW CDT PRoject-> Makefile-> Binary Parsers-> Choose Cywin or Window PE depending on your Os :)
    4. Change your toolchain to cywin gcc
    5. Project->Properties->Environment-> Release Active

    After 1,2, 3, and 4, I tried changing paths, and other stuff, but nothing worked. In the end, I noticed that it mentioned Debug Active was not configured. So when I changed it to Release Active, it worked. Do note that change in environment and path is not required.

    0 讨论(0)
提交回复
热议问题