开发者

GCC format of error messages

I need to implement simple开发者_开发知识库 data mining from error messages I get from gcc ( Java app is some JavaIDE for microprocessors which calls GCC in back and I need to tell user error in usable way). Is there any standard format for error messages in GCC ?


I think the format is filename:line: message. Vim also parses gcc output so you can check :help efm-entries to see the patterns used.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜