12
1.3 Usage Precautions1.3.1 Notes about File Names
The source program file names and work directory names are subject to the following limitations:
z No directory or file names that include kanji (2-byte characters) can be used.
z Only one instance of the period (.) can be used in a file name.
z No network path names can be used. Assign the directory you use to a drive name.
z No shortcuts can be used.
z No directory or file names that include a space character can be used.
Example: “My Documents” or “Program Files”
z The “...” notation cannot be used to specify two or more directories.
z File names exceeding 128 characters in length including path specification cannot be used.
1.3.2 Notes about Updating of Dependency Relations
In the analysis of file contents (detection of include files) performed while updating dependency relations, no
judgment is made with respect to whether #define statements are defined or not.
Also, for #if...#else...#endif statements, analysis is always made of the contents of source files between #if and #else
regardless of whether or not the condition statement holds true. Although there will be a case that you cannot find your
intended header files on the TM display, build (compile, assemble, and link) processing is performed exactly as written
in the source files.
1.3.3 Notes about Utility Software such as Virus Check Program
If build is executed while a specific version of utility software such as a virus check program or performance
accelerator is memory resident, a problem may occur that build execution results are not displayed on the builder. In
such a case, upgrade the utility software version or remove the utility software from memory while you use the TM.
1.3.4 Notes about Network
If you have the project or source files located on a network drive, make sure the computer on which you run the TM
and the computer on which files are placed are matched in time. Otherwise, build may not work correctly.
1.3.5 Notes about Inspector
In the project which used the compiler shown below, since an inspector has use restrictions, please be careful.
SRA74 NC77WA CC32R
function definition --- --- *
function reference --- --- ---
variable definition --- --- *
Inspector
variable reference --- --- ---
MAPViewer --- --- *
STKViewer --- --- ---
* : Use is possible.
--- : That an informational display is impossible or use is impossible.