Docs: Emphasize Windows Path syntax for CMAKE
Use "/" instead of "\" when assigning CMAKE path variables.
Signed-off-by: Ken Liu <Ken.Liu@arm.com>
Change-Id: I2c186865c2404bcc45bd59ba90a21a6f993586fc
diff --git a/docs/building/tfm_build_instruction.rst b/docs/building/tfm_build_instruction.rst
index 61b1374..b13b189 100644
--- a/docs/building/tfm_build_instruction.rst
+++ b/docs/building/tfm_build_instruction.rst
@@ -66,6 +66,8 @@
in :doc:`TF-M getting started </getting_started/tfm_getting_started>`.
- For building with the IAR toolchain, please see the notes in
:doc:`IAR software requirements <tfm_build_instruction_iar>`
+ - Please use "/" instead of "\\" for paths when running CMAKE commands under
+ Windows Command Prompt.
Configuring
===========
diff --git a/docs/getting_started/tfm_getting_started.rst b/docs/getting_started/tfm_getting_started.rst
index 35d4eda..c5f21fc 100644
--- a/docs/getting_started/tfm_getting_started.rst
+++ b/docs/getting_started/tfm_getting_started.rst
@@ -268,6 +268,10 @@
.. group-tab:: Windows
+ .. important::
+ Use "/" instead of "\\" when assigning Windows paths to CMAKE
+ variables, for example, use "c:/build" instead of "c:\\\\build".
+
.. code-block:: bash
cd trusted-firmware-m