summaryrefslogtreecommitdiffstats
path: root/user/hosts
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2019-06-03 11:23:01 -0500
committerJoel Sherrill <joel@rtems.org>2019-08-15 16:04:12 -0500
commit16ba6ca0b75c86afc4763384b2aa0df18f3ac9c2 (patch)
tree152c64d1a87b2aefa1d7b437b690d078d1e059dd /user/hosts
parentuser/rsb/deployment.rst: Fix typo. (diff)
downloadrtems-docs-16ba6ca0b75c86afc4763384b2aa0df18f3ac9c2.tar.bz2
hosts/windows.rst: Add warning for spaces in PATH
Diffstat (limited to 'user/hosts')
-rw-r--r--user/hosts/windows.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/user/hosts/windows.rst b/user/hosts/windows.rst
index 7aaa9c3..fac1366 100644
--- a/user/hosts/windows.rst
+++ b/user/hosts/windows.rst
@@ -58,6 +58,22 @@ The release packages of the RSB when unpacked have top level file names that
are too big to build RTEMS. You need to change or rename that path to something
smaller to build. This is indicated in :ref:`released-version`.
+.. _windows-spaces-in-paths:
+
+Windows Spaces In Paths
+-----------------------
+
+Occasionally, a program will fail on Windows with errors that
+appear as if a directory or file name was partially parsed by
+some utility or program. This can be caused by having directories
+of file names with spaces. Programs written in scripting languages
+sometimes fail to properly quote file names and the space is
+incorrectly interpreted.
+
+Parts of the PATH inherited from the native Windows environment often
+include directory names with spaces. Sometimes it is necessary to set
+the PATH explicitly to avoid these.
+
.. _msys2_parallel_builds:
Parallel Builds with Make