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 パーツを削除して、configure を再実行してみてください。