If Eclipse and the CDT are installed on your system, follow these steps to initialized the compiler environment and start Eclipse:
Set the necessary environment variables by executing source install-dir/bin/compilervars.sh architecture. (or compilervars.csh).
The script takes an argument specifying architecture:
ia32: Compiler and libraries for IA-32 architectures only
intel64: Compiler and libraries for Intel® 64 architectures only
Be sure the LANG environment variable is set correctly:
export LANG=en_US
Start Eclipse, indicating the Java* runtime environment. For example:
eclipse-install-dir/eclipse/eclipse -vm java-install-dir/jre1.6.0_20/bin/java -vmargs -Xmx256m
Copyright © 1996-2010, Intel Corporation. All rights reserved.