【complier】fatal error: too many errors emitted, stopping now [-ferror-limit=]

DATE: 2018.12.12


1、参考

http://clang.llvm.org/doxygen/group__CINDEX.html
http://clang-developers.42468.n3.nabble.com/ferror-limit-omits-part-of-last-error-message-td3209255.html
https://www.bountysource.com/issues/32144862-fatal-error-too-many-errors-emitted-stopping-now
https://stackoverflow.com/questions/17925648/too-many-errors-emitted-stopping-now-how-to-increase-or-remove-the-limit
https://stackoverflow.com/questions/7932834/xcode-project-wide-compiler-flag

2、背景

在利用c99toc89转换工具编译c99源代码的库时,遇到该问题。

3、问题
fatal error: too many errors emitted, stopping now [-ferror-limit=]
4、解决方案

尚未解决!
希望知道解决这个问题的童鞋可以告诉我~~~


THE END!

原文地址:https://www.cnblogs.com/SoaringLee/p/10532209.html