build: add arc support to issm toolchain

Jira: ZEP-186
Change-Id: Ib58aaba3020d8db18130f7d73a394a79c972272a
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@intel.com>
This commit is contained in:
Juan Manuel Cruz 2016-04-14 12:12:57 -05:00 committed by Anas Nashif
commit a0ed1ff1dc
3 changed files with 43 additions and 25 deletions

View file

@ -100,16 +100,16 @@ To install ISSM use the link provided to download from the Intel Developer Zone:
`ISSM 2016 Download`_ and install it into your system.
Finally, configure your environment variables for the ISSM 2016 toolchain.
For example, using the default installation path for ISSM:
:file:`/c/IntelSWTools/ISSM_2016.0.27/tools/compiler`
For example, using the installation path for ISSM as:
:file:`/c/IntelSWTools/ISSM_2016`
.. code-block:: console
export ZEPHYR_GCC_VARIANT=iamcu
export IAMCU_TOOLCHAIN_PATH=/c/IntelSWTools/ISSM_2016.0.27/tools/compiler
export ZEPHYR_GCC_VARIANT=issm
export ISSM_INSTALLATION_PATH=/c/IntelSWTools/ISSM_2016
.. note:: The format of the location for the toolchain installation directory
(e.g. :envvar:`IAMCU_TOOLCHAIN_PATH`) must be in the linux format. E.g.
(e.g. :envvar:`ISSM_INSTALLATION_PATH`) must be in the linux format. E.g.
:file:`C:\toolchain` would be written as :file:`/c/toolchain/`.
.. _GIT Download: https://git-scm.com/download/win