
I intend to write a Wiki page about setting up Eclipse/CDT. It may be a few days because I am crunching at the end of my school semester.
The thing I had the hardest time with was debugging because I could not get gdb to load the symbol file. Having the symbols directly in the exe solved that. What did you do to get it to work? (Alternatives are always good for the Wiki page.)
To build, you can just have btool run inside eclipse. The console will capture the output. However, you cannot click the error and go to that place in the source. So you don't gain much as opposed to building on the command line. It's just a bit more automated. Did you manage to build on the command line?
Bernd Derer wrote:
I follow you, and install Eclipse/CDT. After a sleepless night, I cannot report a success :-(. At the moment, my goal is only the debugging. The bulid come later. So I use the build snapshot