Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Cannot load ErrorParser extension ARMErrorParser

hello every one, I have a problem about the errorParser that I defined,
In the configuration ProjectType, I entered the ID of errorParser ARMErrorParser, with extension org.eclipse.cdt.core.ErrorParser I add the errorParser but with no class defined myself, I added a pattern to this ARMErrorParser.

"ICU_Example.c", line 69: Error:  #65: expected a ";"
    printf("---------------\n\n");
    ^
My pattern:
severity: Error
eat-processed-line: true
regex: [a-zA-Z0-9._]+)", line ([0-9]+): Error: (.*)
file-expr: $1
line-expr: $2
description-expr: Error: $1

Many thanks to the help!! 


Hotmail : un service de messagerie gratuit, fiable et complet Profitez-en

Back to the top