Intel C++ compiler is one of the components in Intel system studio. After you installed the Intel system studio on an Intel64 system, when you invoke the Intel compiler for a compilation, you may have the following error:
bash: /opt/intel/system_studio_2013.0.016/bin/intel64/icc: /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory
Or you may encounter the following error:
icc: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such file or directory
Intel® System Studio
Intel® System Studio System Requirements
Intel(R) C++ Compiler Run-time libraries in Intel(R) System Studio
If you build the the application with Intel(R) C++ Compiler dynamically, you will need to make the Intel C++ Compiler runtime libraries available on the target platform. For the current system studio system_studio_2013.0.016, due to a packaging issue, some runtime libraries are missed in the the compiler runtime libraries for target system.
This issue has been tracked by DPD200241981.
To work-around the issue, we can copy all the necessary libraries from the compiler installation folder on the host system.
Useful Links for Intel® Inspector XE 2013 and Intel® Inspector for Systems 2013
Here are some helpful links:
Important Knowledge Base Articles for Intel® Inspector XE 2013
Intel® System Studio Webinar Series
|
|
Join us in an engaging series of hands-on webinars covering |
SVEN Overview
What is SVEN ?
SVEN is a software infrastructure and API for recording trace events from kernel, user and firmware executing units. It acts like a "black box" flight recorder in an air plane.
SVEN’s distinctive features are
· Very very low overhead ( <100 nano-seconds per instrumentation call @3Ghz)
· Support for kernel/user mode on Windows and Linux platforms
What are the differences between Intel® System Studio and Intel® Embedded Software Development Tool Suite?
This article describes in short what the differences are between the Intel® Embedded Software Development Tool Suite for Intel® Atom™ Processor [later referred to as the embedded tool suite] and the newly announced Intel® System Studio 2013 [later referred to as System Studio].
Intel® System Studio Training Materials
Here are useful slide decks to enhance your learning of Intel System Studio:
- Overview
- Build and Design
EmbeddedWorld Signal Processing and Power Management Workshop
This is the conference paper describing Intel® System Studio in great detail in-lieu of the Signal Processing and Power Management Workshop.

