 RealView Compiler User's Guide |
|
| PortabilityTo assist portability 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 (\).
|
|