Configuring Eclipse CDT 4.0

To configure Eclipse CDT 4.0 to link with Intel IPP, follow the instructions below:


  1. If the tool-chain/compiler integration supports include path options, go to the Includes tab of the C/C++ General > Paths and Symbols property page and set the Intel IPP include path, for example, the default value is /opt/intel/Compiler/ipp/include.

  2. If the tool-chain/compiler integration supports library path options, go to the Library Paths tab of the C/C++ General > Paths and Symbols property page and set a path to the Intel IPP libraries, depending upon the target architecture, for example, with the default installation, opt/intel/Compiler/ipp/lib/<arch>.

  3. For a particular build, go to the Tool Settings tab of the C/C++ Build > Settings property page and specify names of the Intel IPP libraries to link with your application, for example, ipps_t or ippch_t (as compilers typically require library names rather than library file names, the "lib" prefix and "a" extension are omitted). See section Selecting Intel® IPP Libraries Needed by Your Application on the choice of the libraries. The name of the particular setting where libraries are specified depends upon the compiler integration.

Note iconNote

The compiler/linker automatically picks up the include and library paths settings only in case the automatic makefile generation is turned on, otherwise, you must specify the include and library paths directly in the makefile to be used.


Submit feedback on this help topic

Copyright © 2008 - 2010, Intel Corporation. All rights reserved.