This option outputs error messages to a 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: |
>asrh -Xerror_file=err -Xcommon=rh850 main.asm
|