| |||
| Home > Overview of the ARM Compiler toolchain > TMP environment variable for temporary file directories | |||
The compilation tools use the environment variable TMP to
specify the directory to be used for temporary files. If TMP is
not defined, or if it is set to the name of a directory that does
not exist, temporary files are created in the current working directory.
TMP is typically set up by a system administrator.
However, it is permissible for you to change it.