Skip to content

Commit fa97ed2

Browse files
Maksim Masalskinashif
authored andcommitted
docs: getting started guide 3rd party toolchains fixes
Using 3rd Party Toolchains page find out that warning message can be moved to the top of the page. Add Windows example in OneAPI. Style fixing. Signed-off-by: Maksim Masalski <[email protected]>
1 parent 698a286 commit fa97ed2

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

doc/getting_started/toolchain_3rd_party_x_compilers.rst

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,16 @@ external organization. Several of these are available.
1111
GNU ARM Embedded
1212
****************
1313

14+
.. warning::
15+
16+
Do not install the toolchain into a path with spaces.
17+
1418
#. Download and install a `GNU ARM Embedded`_ build for your operating system
1519
and extract it on your file system.
1620

17-
.. warning::
21+
.. note::
1822

19-
Do not install the toolchain into a path with spaces. On
20-
Windows, we'll assume you install into the directory
23+
On Windows, we'll assume you install into the directory
2124
:file:`C:\\gnu_arm_embedded`.
2225

2326
.. warning::
@@ -44,7 +47,7 @@ GNU ARM Embedded
4447
$ echo $GNUARMEMB_TOOLCHAIN_PATH
4548
/home/you/Downloads/gnu_arm_embedded
4649
47-
# Windows
50+
# Windows:
4851
> echo %ZEPHYR_TOOLCHAIN_VARIANT%
4952
gnuarmemb
5053
> echo %GNUARMEMB_TOOLCHAIN_PATH%
@@ -58,7 +61,7 @@ GNU ARM Embedded
5861
- Set :envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to ``gnuarmemb``.
5962
- Set :envvar:`GNUARMEMB_TOOLCHAIN_PATH` to the brew installation directory (something like ``/usr/local``)
6063

61-
Intel oneApi Toolkits
64+
Intel oneAPI Toolkit
6265
*********************
6366

6467
#. Download `Intel oneAPI Base Toolkit
@@ -67,9 +70,13 @@ Intel oneApi Toolkits
6770
#. Assuming the toolkit is installed in ``/opt/intel/oneApi``, set environment
6871
using::
6972

73+
# Linux, macOS:
7074
export ONEAPI_TOOLCHAIN_PATH=/opt/intel/oneapi
7175
source $ONEAPI_TOOLCHAIN_PATH/compiler/latest/env/vars.sh
7276

77+
# Windows:
78+
> set ONEAPI_TOOLCHAIN_PATH=C:\Users\Intel\oneapi
79+
7380
To setup the complete oneApi environment, use::
7481

7582
source /opt/intel/oneapi/setvars.sh
@@ -106,7 +113,7 @@ DesignWare ARC MetaWare Development Toolkit (MWDT)
106113
$ echo $ARCMWDT_TOOLCHAIN_PATH
107114
/home/you/ARC/MWDT_2019.12/
108115
109-
# Windows
116+
# Windows:
110117
> echo %ZEPHYR_TOOLCHAIN_VARIANT%
111118
arcmwdt
112119
> echo %ARCMWDT_TOOLCHAIN_PATH%

0 commit comments

Comments
 (0)