Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Adding New Error Parser
Adding New Error Parser [message #154972] Fri, 23 September 2005 14:57 Go to next message
Eclipse UserFriend
Originally posted by: eclipse.dharty.com

Okay,

I found the error parser code at

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.cdt-cor e/org.eclipse.cdt.core/src/org/eclipse/cdt/internal/errorpar sers/?cvsroot=Tools_Project#dirlist

I have also made a new error parser based on the Make parser to parse
the Green Hill compilers output.

How do I get this into the CDT without rebuilding from scratch? Can I
set it up as a plugin?


Thanks,

David
Re: Adding New Error Parser [message #155022 is a reply to message #154972] Mon, 26 September 2005 02:10 Go to previous messageGo to next message
Eclipse UserFriend
> How do I get this into the CDT without rebuilding from scratch? Can I
> set it up as a plugin?

Sure. Make an extension to point org.eclipse.cdt.core.ErrorParser.

Afterwards you have your error parser as an additonal choice in the project
properties of your CDT projects (C/C++ build / tab Error Parsers). Of course
you have to activate it there, before it will be called upon.

Hope this helps.


Norbert
Re: Adding New Error Parser [message #155074 is a reply to message #155022] Mon, 26 September 2005 17:44 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: eclipse.dharty.com

>Make an extension

n00bie question I'm sure, but what is an extension, and how do I make one?

Thanks,

David


Norbert Ploett wrote:
>>How do I get this into the CDT without rebuilding from scratch? Can I
>>set it up as a plugin?
>
>
> Sure. Make an extension to point org.eclipse.cdt.core.ErrorParser.
>
> Afterwards you have your error parser as an additonal choice in the project
> properties of your CDT projects (C/C++ build / tab Error Parsers). Of course
> you have to activate it there, before it will be called upon.
>
> Hope this helps.
>
>
> Norbert
>
>
Re: Adding New Error Parser [message #155082 is a reply to message #154972] Mon, 26 September 2005 21:28 Go to previous messageGo to next message
Eclipse UserFriend
David H wrote:
> I have also made a new error parser based on the Make parser to parse
> the Green Hill compilers output.

BTW, Green Hills has recently announced an Eclipse Plug-in for their
tools. From what very little I've read so far, the plug-in will be free
to download.
Re: Adding New Error Parser [message #155099 is a reply to message #155082] Mon, 26 September 2005 22:19 Go to previous message
Eclipse UserFriend
Originally posted by: eclipse.dharty.com

>Green Hills has recently announced an Eclipse Plug-in

While thats awesome, It kind of funny coming from the company who's ceo
feels that open source (linux in particular) is a threat to our national
security.

http://www.ghs.com/linux/threat.html

Hey, I didn't choose to use these guys :~)

D


Patrick Turley wrote:
> David H wrote:
>
>> I have also made a new error parser based on the Make parser to parse
>> the Green Hill compilers output.
>
>
> BTW, Green Hills has recently announced an Eclipse Plug-in for their
> tools. From what very little I've read so far, the plug-in will be free
> to download.
Previous Topic:CDT Console Problem
Next Topic:managed make building only 1 file instead of all of them
Goto Forum:
  


Current Time: Sun Jul 20 18:32:41 EDT 2025

Powered by FUDForum. Page generated in 0.03667 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top