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.
精彩评论