The Intel® System Studio project workflow on a macOS* host uses Docker* container technology. For information about using Docker containers with Intel System Studio, see Installing Docker* for Intel® System Studio - macOS* Host.
Step 1: Start Intel System Studio
If this is not the first time you've installed Intel System Studio, you may need to update the Docker images used to build your projects. See the detailed instructions for macOS* under Getting Started > Running the Intel® System Studio in Intel® System Studio 2018 Gold User Guide for Project Building in Containers and Running on Linux* with C/C++.
Step 2: Create a Project
From the top menu, choose File > New > Project. The New Project wizard opens.
Expand Application Development and select Project for building in a container and running on Linux. Click Next.
Next, you'll be prompted to select a toolchain that matches your target platform's OS. Ubuntu Linux is automatically selected, so click Next.
Type a name for the project in the Name field. In the Examples list, browse for and select the type of project to create, such as C++ > Basic > Hello World. A short description of the selected project type is displayed in the Description area.
Click Finish.
Step 3: Run a Project
The connection that your project uses when you run or debug the project is called the target connection. By default, all projects in the Intel® System Studio use the same target connection. Follow the steps below to set the target connection for the selected project.
Follow these steps to select a target connection and run or debug the project:
Click on the arrow next to the connection drop-down list and select your connection.
If this is your first project, you'll need to create a new connection. Click the arrow next to the connection drop-down list and select New Connection. For detailed instructions see Getting Started > Running the project in Intel® System Studio 2018 Gold User Guide for Project Building in Containers and Running on Linux* with C/C++.
To run a project, click theRun drop-down list in the toolbar, select the name of your project.
To debug a project, click the
Debugdrop-down list in the toolbar and select the name of your project.
If a warning message about host authenticity displays, click Yes to upload and run your project.
For more information on running and debugging programs in Eclipse*, see the documentation on the Eclipse web site.
Resource |
Description |
---|---|
Building with Docker* containers with Intel® System Studio 2018 |
Find out how to install and configure Docker* and how to develop projects using container technology: |
Intel System Studio log files |
The Intel System Studio installer writes log files to the system temp directory (echo $TMPDIR), one for the user and one for root (when the installer is run with sudo). These log file names start with intel.pset, end with a timestamp, and have the extension *.log. To locate these files, type "cd $TMPDIR", then look for files matching the pattern. For example: $TMPDIR/intel.pset.auser.samukawi_mobl1.my.corp.domain_10.25.22.00.13.2017.log Intel System Studio writes pairs of log files to a subdirectory in /tmp. The subdirectory name has the format iss_env_$USER_$TIMESTAMP. The iss_env.log file contains environment settings. The eclipse.log file contains a session log. For example: /tmp/iss_env_auser_20171025141933/eclipse.log and /tmp/iss_env_auser_20171025141933/iss_env.log |
Additional Documentation |
Use the online documentation for the latest content. A downloadable ZIP file containing all Intel® System Studio documentation is available for offline use from https://software.intel.com/en-us/articles/download-documentation-intel-system-studio-current-previous. |
Visit this page for support and the latest online documentation. |
Intel, VTune Amplifier, and the Intel logo are trademarks of Intel Corporation in the U.S. and/or other countries.
macOS and the Apple logo are trademarks, or registered trademarks of Apple Inc. in the United States and/or other countries.
*Other names and brands may be claimed as the property of others.
© Intel Corporation