This option changes the type of information, warning, and error messages.
[Specification format]
-CHange_message=suboption [ , ...]
suboption := level
| level=range[, ...]
range := num
| num-num
|
- | Interpretation when omitted |
None
[Detailed description]
- | This option changes type level of information, warning, and error messages. |
- | The execution continuation or abort at the message output. |
- | The items that can be specified as level are shown below. |
Information
|
Information
|
Warning
|
Warning
|
Error
|
Error
|
- | If message number num is specified, the type of the message with the specified number is changed.
Also, a range of message numbers can be specified using a hyphen (-). |
- | Specify the 4-digit number that is output after the component number (05) and the phase of occurrence (6) as num (for example, specify 2310 for message number E0562310). |
- | If the specification of a message number is omitted, the types of all messages are changed to the specified one. |
[Example of use]
- | To change "E0561310" to a warning and continue the execution at the "E0561310" output, describe as: |
>rlink a.obj b.obj -change_message=warning=1310
|
- | To change all information and warning messages to error messages, describe as:
If a message is output, the execution will abort. |
>rlink a.obj b.obj -change_message=error
|