14
2) When 16 was specified in the message size or designation was omitted.
Compilation option : -Dfar_msg=1 isnt specified.
Link library : mr30.lib and c30mr.lib are specified.
<Example>
system {
:
message_size = 16;
:
};
3) When you put the source file of C besides Working Directory (.\).
Compilation option : -I.
4) When you put the assembler source file besides Working Directory (.\).
Assembly option : -I.
5) When you specify the output destination of the objects besides Working Directory (.\).
mkmrtbl option : The directory is specified at the output destination.
1.3.8.3 In the case of MR79 (for 7900 series)
All version
1) The option which you must surely specify
Assembly option : -DC_inc=0
2) When you put the source file of C besides Working Directory (.\).
Compilation option : -I.
3) When you put the assembler source file besides Working Directory (.\).
Assembly option : -I.
When combining with the version before V.2.10 Release1
1) 24 was specified in the message size. When STANDARD was specified in the interruption prohibition model
or designation was omitted.
Compilation option : -Dfar_msg=1 fMJI is specified.
Link library : mr79lm.lib and c79mrlm.lib are specified.
<Expamle>
system {
:
message_size = 24;
interrupt_model = STANDARD;
:
};
2) When 24 was specified in the message size and SHORT was specified in the interruption prohibition model.
Compilation option : -Dfar_msg=1 is specified, and fMJI isnt specified.
Link library : mr79lmi.lib and c79mrlmi.lib are specified.
<Example>
system {
:
message_size = 24;
interrupt_model = SHORT;
:
};