Wow, lots of replies in one day!
I would like to see the changes Astronouth7303 has made as well. Are they just changing the builder to Cygwin/MSYS make and removing the unnecessary error parsers, e.g. GLD, etc.
As for your problem with the error parser, go to the project properties for your project and select C/C++ Build, then look through the tabs until you see the one with a list of error parsers. Make sure that the one with GCCError in the name is checked. If you want to be safe, just check all of them. By the way, I'd suggest using the
development branch of Subclipse, which is supposed to be better integrate with eclipse 3.2.
As for the PIC C editor, what I planned on doing was actually distributing the entire CDT with a modified C source editor, which would add the appropriate keywords. I just haven't had the time to look through the source.
An MCC error parser would be nice, since MPLINK errors currently don't show up in problems. However, compiler errors seem fine for me currently when using the GCC error parser.
I'll try to put an updated version in the update site this week along with some instructions.
I'll change it to use MSYS/Cygwin rather that mingw32-make. If this would cause problems for any of you, let me know.