The default directory for eCosPro
distributions on Windows (usually C:\eCosPro)
is different from that on Linux (usually /opt/ecospro).
Since many command line examples in the tutorials use these paths, this default (base)
directory will be cited as BASE_DIR.
Windows and Linux have a similar file system syntax, but the
MS-DOS command interpreter on Windows uses the backslash character
(\) as a path separator, while Linux and POSIX shells (including
the bash shell for windows) use the forward slash (/).
This document will use the POSIX shell convention of forward
slashes throughout.