Yep I did manage to get Eclipse CDT 'working' using the AmiDevCpp cross compiler setup. It managed to compile some of my project then started giving me errors about missing includes that were actually there. I've now gone back to AmiDevCpp which may not have as many features as Eclipse CDT but at least it works. I also tried CubicIDE and got nowhere, pain in the bottom.
What types of projects are you talking about? I have some issues with some projects started in other tools not compiling, and with MUI apps, including any I start, but my other projects compile consistenly with only minor issues.
I think it may be possible to hack in the gcc debugger to work from the shell but I doubt you'd be able to integrate it to CDT.
I'm not talking about integrating anything with the CDT.

I'm talking about using the CDT's remote debug capabilities to listen for either GdbStop or GdbServer on the target machine. Like I said, I /think/ it's possbile, but without trying, there's no way to know for sure.
Trying to do any large scale C/C++ development without a debugger is like trying to fly a plane at night......with your eyes shut
Yea. Exactly why I'd like to find out if it's possible.
