プロジェクトのビルド

プリファレンス設定が [Build Automatically (自動的にビルド)] に設定されている場合は、「プロジェクトの実行」に進んでください。設定されていない場合は、Eclipse* の [Project (プロジェクト)] メニューから [Build all (すべてビルド)] を選択してください。[Console (コンソール)] ビューに [Build (ビルド)] 結果が表示されます。

**** Incremental build of configuration Release for project hello_world ****

make -k all

Building file: ../hello.c

Invoking: C Compiler

icc -c -o hello.o ../hello.c

Finished building: ../hello.c

 

Building target: hello_world

Invoking: Linker

icc -ohello_world ./hello.o

Finished building target: hello_world

 

Build complete for project hello_world