| |||
| Home > Overview of the ARM Compiler toolchain > Portability of source files between hosts | |||
To assist portability of source files between hosts, use the following guidelines:
Ensure
that filenames do not contain spaces. If you have to use path names
or filenames containing spaces, enclose the path and filename in
double (") or single (') quotes.
Make embedded path names relative rather than absolute.
Use forward slashes (/) in embedded
path names, not backslashes (\).