diff options
-rwxr-xr-x | abs | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -97,8 +97,7 @@ class ErrorParser(object): def __init__(self): - ErrorParser = {'GNU_LINKER':['(.*?):?\(\.\w+\+.*\): (.*)', \ - '(.*[/\\\])?ld(\.exe)?: (.*)'], \ + ErrorParser = {'GNU_LINKER':['(.*?):?\(\.\w+\+.*\): (.*)'], \ 'GNU_GCC':['(.*?):(\d+):(\d+:)? [Ee]rror: ([`\'"](.*)[\'"] undeclared .*)', \ '(.*?):(\d+):(\d+:)? [Ee]rror: (conflicting types for .*[`\'"](.*)[\'"].*)', \ '(.*?):(\d+):(\d+:)? (parse error before.*[`\'"](.*)[\'"].*)', \ |