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<
Adding the compiler to the PATH fixed the problem for me...
export PATH="$HOME/opt/cross/bin:$PATH"