Launch Failed. Binary not found. CDT on Eclipse Helios

后端 未结 13 2505
天涯浪人
天涯浪人 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条回答
  •  Happy的楠姐
    2020-11-28 06:00

    Adding the compiler to the PATH fixed the problem for me...

    export PATH="$HOME/opt/cross/bin:$PATH"
    

提交回复
热议问题