インテル® C++ コンパイラー 18.0 デベロッパー・ガイドおよびリファレンス
このトピックは、Eclipse* の C/C++ にのみ適用されます。
プロジェクトをビルドするには、次の操作を行います。
[Console] ビューに [Build] 結果が表示されます。
**** Incremental Build of configuration Release for project hello_world **** make all Building file: ../new_source_file.c Invoking: Intel C Compiler icc -O2 -MMD -MP -MF"new_source_file.d" -MT"new_source_file.d" -c -o "new_source_file.o" "../new_source_file.c" Finished building: ../new_source_file.c Building target: hello_world Invoking: Intel C Linker icc -o "hello_world" ./new_source_file.o Finished building target: hello_world Build Finished
エラー、警告、およびその他の出力の詳細な説明は、[Problems] タブで確認できます。