This option outputs all error messages of the compiler to the specified file.
[Specification format]
 
-  | Interpretation when omitted  | 
 
Error messages are output to only the standard error output.
[Detailed description]
-  | This option outputs error messages to the standard error output and file file.  | 
 
-  | If file already exists, it will be overwritten.  | 
 
-  | An error will occur if file is omitted.  | 
 
[Example of use]
-  | To output error messages to the standard error output and file "err", describe as:  | 
 
>ccrl -error_file=err -cpu=S2 -dev=dr5f100pj.dvf main.c 
 |