Launch Failed. Binary not found. CDT on Eclipse Helios

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

    make sure you have GDB installed on your system...

    If your using Linux based OS simply in a terminal type:

    sudo apt-get install gdt 
    

    when finished downloading extract the file and install.

    close your IDE (in this case eclipse and open it again and run your project.

提交回复
热议问题