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

Getting Started with the Intel® C++ Compiler 16.0

$
0
0

The Intel® C++ Compiler compiles C and C++ source files for Intel® 64 and IA-32 architectures. You can also use the compiler to create applications targeting Intel® Many Integrated Core Architecture (Intel® MIC Architecture) and Intel® Graphics Technology.

Start using the compiler from the command line or within the Eclipse* C/C++ Development Toolkit (CDT).

Prerequisites

Before you can use this tool, you must first set the environment variables by running the environment script as described in the edition-specific Getting Started documentation.

Using the Command Line

To invoke the compiler from the command line, use a command similar to the following:

  • For C source files: icc my_source_file.c

  • For C++ source files: icpc my_source_file.cpp

Following successful compilation, the compiler creates an executable file in the current directory.

Start from the Eclipse* CDT

The Intel® C++ Compiler for Linux* OS provides integrations for the compiler to Eclipse* and CDT that let you develop, build, and debug your Intel® C/C++ projects in an integrated development environment (IDE).

Note: Eclipse* and CDT are not bundled with the compiler. You must obtain them separately.

You must first install and configure Eclipse* on your system and then configure Eclipse* to use the compiler. To install Eclipse*, refer to the Eclipse* documentation.

To configure Eclipse* to use the Intel compiler:

  1. Start Eclipse*.

  2. Select Help> Install New Software.

  3. Next to the Work with field, click the Add button. The Add Site dialog opens.

  4. Click the Local button, and browse to <install_dir>/ide_support_2016/eclipse/compiler_xe.

    Note The default path for <install-dir> is /opt/intel/.

  5. Click OK.

  6. Deselect Group items by category.

  7. Select the options beginning with Intel, and click Next.

  8. Follow the installation instructions.

  9. When asked if you want to restart Eclipse*, select Yes.

When Eclipse* restarts, you can create and work with CDT* projects that use the compiler.

To invoke the compiler from Eclipse*:

  1. Open your project.

  2. Select the project in the Project Explorer.

  3. Select Project> Build Project.

Documentation and Resources

DocumentDescription

Samples

Online Intel® C++ Compiler code samples - https://software.intel.com/en-us/code-samples/intel-c-compiler

User and Reference Guide for Intel® C++ Compiler 16.0

The Intel® Compiler documentation contains information on:

  • How to use the command line or the Eclipse* CDT

  • Support for technologies and architectures, including OpenMP*, Intel® Cilk™ Plus, Intel® Many Integrated Core Architecture (Intel® MIC Architecture), and Intel® Graphics Technology

  • Compiler reference material, including options, program structures, class and math libraries, and much more

Intel® Software Documentation Library

Documentation for the Intel® C++ Compiler on the Intel® Developer Zone.

Other help

You can access general help for compiler options by entering icc -help at the command line.


Viewing all articles
Browse latest Browse all 1616

Trending Articles



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