Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-core-dev] HP Nonstop Kernel Error Parser

I wrote Error Parsers for HP aCC / make file. If you know the pattern of error messages, then you can write the parsers.
Attaching these parsers to the CDT stream can be done by adding extension in the plugin.xml
 
GCCErrorParser.java in org.eclipse.cdt.core\src\org\eclipse\cdt\internal\errorparsers can be used as sample .
 
 
Warm Regards
Bala
 


From: cdt-core-dev-admin@xxxxxxxxxxx [mailto:cdt-core-dev-admin@xxxxxxxxxxx] On Behalf Of finnied@xxxxxxxxxxxxx
Sent: Wednesday, February 16, 2005 3:46 PM
To: cdt-core-dev@xxxxxxxxxxx
Subject: [cdt-core-dev] HP Nonstop Kernel Error Parser


All,

I'm brand new to this list, so forgive me if this question has already been asked:

Has anyone begun work on an HP NonStop Kernel (NSK) Error Parser ? These systems were known as Tandems in the past. The NSK compilers produce slightly different error/warning messages than, say, the GNU compilers, and I'd be keen to have the CDT automagically parse the errors.

Assuming the answer to the above is no, would the CDT community be interested in including such an error parser in the standard CDT distribution ? I'd be quite happy to have a bash at writing the error parser and/or providing some sample warning/error messages.

Failing all of the above, if I could easily learn the interfaces used by the other parsers so that I could write my own and add it into Eclipse, that would be just fine too.

Any help would be much appreciated.

Regards,
David Finnie

Back to the top