GCC6.3.0: flag “--coverage” not functioning (no gdca files generated)

£可爱£侵袭症+ 提交于 2019-12-02 10:26:57

When the target != host, and your libc flag is set to true, you will not get the gcov library implemented, object dump of gcov.a shows no implementation. In such a case, set the inhibit-libc flag for libgcc to false, recompile and you have gcov implemented.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!