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.
任何人都知道如何在制作 GCC 时告诉它不要构建 gcov?它给我的目标(powerpc-wrs-vxworks)带来了很多错误。
我在 gcc/Makefile.in 中找到了这一行:
LANGUAGES = c gcov$(exeext) gcov-dump$(exeext) $(CONFIG_LANGUAGES)
尝试删除 gcov 部件并重新运行配置。