Intel® C++ Compiler 18.0 Developer Guide and Reference Supplement for Intel® System Studio 2018
Intel® System Studio provides integration layer support for Wind River* Workbench to use the Intel® C++ Compiler and other Intel® Performance Libraries, to develop applications or platforms. The integration layer supports Wind River* Linux* versions 6.x to 8.x.
Workbench integration occurs automatically during Intel® System Studio installation when you select the Integrate to Wind River* Linux and Wind River* Workbench checkbox, provided Wind River* Linux* and Workbench are already installed on your system.
If you install Intel® System Studio before installing Wind River* Linux* and Workbench*, you ignore the automatic integration step during installation and you must manually integrate the Workbench IDE when you install Wind River* Linux and Workbench.
To manually integrate Intel® System Studio with Wind River* Workbench, perform the following steps:
On Linux* host systems:
Copy the Workbench integration layer folder, /wr-iss-2018, from its Intel® System Studio install location, to the Wind River* Linux installation folder via the command line, as follows:
$cp -r <ISS_BASE_DIR>/wr-iss-2018 <WIND_HOME>/
Where <ISS_BASE_DIR> by default is: /opt/intel/system_studio_2018/ and <WIND_HOME> is the Wind River* Linux installation folder.
On Windows* host systems:
Copy the Workbench integration layer folder, \wr-iss-2018, from its default Intel® System Studio install location, C:\Program Files (x86)\IntelSWTools\system_studio_2018\, to the Wind River Linux installation folder, <WIND_HOME>\.
Run the post-installation script: postinst_wr_iss.sh.
You may need root or Administrator permission to perform this step.
On Linux host: In the shell console, go to the <WIND_HOME>/ folder, and enter the following:
$wr-iss-2018/wr-setup/postinst_wr_iss.sh <ISS_BASE_DIR>
On Window host: In the Windows* command console, go to the <WIND_HOME>\ folder, and enter the following:
>wr-iss-2018/wr-setup/postinst_wr_iss.bat <ISS_BASE_DIR>
To uninstall Workbench, perform these steps.
You may need root or Administrator permission to perform this step.
On Linux host: In the shell console, go to <WIND_HOME>/ folder and run the uninst_wr_iss.sh script:
$wr-iss-2018/wr-setup/uninst_wr_iss.sh
On Windows host: In the Windows* command console, go to <WIND_HOME>\ folder and run the uninst_wr_iss.bat script:
>wr-iss-2018/wr-setup/uninst_wr_iss.bat
Wind River* Workbench is now integrated with Intel® System Studio. You can use the Intel® C++ Compiler and the Intel® Performance Libraries to develop applications or platforms for Wind River* Linux* target systems.