diff options
author | Hyokeun Jeon <hyokeun.jeon@samsung.com> | 2023-08-22 11:35:02 +0000 |
---|---|---|
committer | Hyokeun Jeon <hyokeun.jeon@samsung.com> | 2023-08-22 11:35:02 +0000 |
commit | c3487499d3c3b654bf569c259aa3ebc9b2d3a97e (patch) | |
tree | c48e0cbab78b66a268bdea6be6d7098a204ed23d | |
parent | 0de14eff47ff068d76f8514917fcffab3cf3f460 (diff) | |
download | abs-public_qb.tar.gz abs-public_qb.tar.bz2 abs-public_qb.zip |
relaxing gnu linker regexpublic_qb
-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.*[`\'"](.*)[\'"].*)', \ |