Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在我的系统中设置覆盖率,在配置编译器时出现以下错误:
我已经卸载了设置并尝试重新安装,但还没有运气。任何机构有任何想法?
这通常发生在编译器未在您使用 with 的环境中运行时cov-configure。
cov-configure
一种快速简单的检查方法是尝试编译一些琐碎和简单的东西——比如在你运行的同一个控制台窗口中的“Hello World”程序cov-configure。由于 Coverity 确实支持该版本的 QNX,我预计问题是环境问题。