开发者

GCC format of error messages

开发者 https://www.devze.com 2023-02-06 04:34 出处:网络
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 usabl

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

精彩评论

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