Renesas V.1.00 Computer Hardware User Manual


 
Section 5 Specifications of a Config File
Rev. 1.01 Mar. 17, 2008 Page 27 of 128
REJ10J1822-0101
5.3.4 SVR_SOURCEPATH
Format:
SVR_SOURCEPATH{"<path>"};
Description:
This statement defines the path under which <config file>_svr.c will be generated. When the
SVRS option is used, a definition of SVR_SOURCEPATH is ignored.
Example:
SVR_SOURCEPATH{"svr\source"};
<config file>_svr.c will be generated in the svr\source directory under the current directory.
5.3.5 SVR_INCPATH
Format:
SVR_INCPATH{"<path>"};
Description:
This statement defines the path under which <config file>_svr.h will be generated. When the
SVRI option is used, a definition of SVR_INCPATH is ignored.
Example:
SVR_INCPATH{"svr\include"};
<config file>_svr.h will be generated in the svr\include directory under the current directory.