プロジェクトで [Build Automatically (自動的にビルド)] が設定されている場合は、「プロジェクトの実行」に進んでください。設定されていない場合は、[Navigator (ナビゲーター)] ビューで hello_world プロジェクトが設定されていることを確認してから、Eclipse* の [Project (プロジェクト)] メニューから [Build all (すべてビルド)] を選択してください。[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 |