Intel® System Studio 2018 introduces two functionalities to help developers to cross build their code for Linux/Android target system on Windows. As shown in the following figure, there are two types of new project:
- Project for building in a container and running on Linux
This new project type takes advantage of the popular technique – Docker. This is to create remote Linux applications using a preconfigured toolchain in a Docker container that matches remote Linux target.
- Project to cross compile for Linux and Android targets
This is to create Linux and native Android applications using local development system’s compiler and tools.
This document is organized as the following.
- Introduction
- Project for building in a container and running on Linux
- Project to cross compile for Linux and Android targets