Quantcast
Channel: Intel® C++ Compiler
Viewing all articles
Browse latest Browse all 1616

Building a Project

$
0
0

The following topic applies to Eclipse* for C/C++.

To build your project:

  • Select the hello_world project in the Project Explorer view.

  • Select Project> Build Project.

See the Build results in the Console view.

**** 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

Detailed descriptions of errors, warnings, and other output can be viewed by selecting the Problems tab.


Viewing all articles
Browse latest Browse all 1616

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>