インテル® C++ コンパイラー 16.0 ユーザー・リファレンス・ガイド

プロジェクトのビルド

このトピックは、Eclipse* の C/C++ にのみ適用されます。

プロジェクトをビルドするには、次の操作を行います。

  1. [Project Explorer]hello_world プロジェクトを選択します。

  2. [Project] > [Build Project] を選択します。

[Console] ビューに [Build] 結果が表示されます。

**** Build of configuration Release for project hello_world ****
make -k all

Building file: ../main.c
Invoking: Compiler
icc -MMD -MP -MF "main.d" -MT "main.d" -c -o "main.o" "../main.c"
Finished building: ../main.c
Building target: hello_world
Invoking: Linker
icc  -o "hello_world"  ./main.o
Finished building target: hello_world

Build complete for project hello_world

エラー、警告、およびその他の出力の詳細な説明は、[Problems] タブで確認できます。