4.4.4 Information

Table 4.6

Information

Number

Information

Type

Message

Description

M0591111

Change

String1 was converted into string2.

The token was converted.

M0591112

Change

Bit access of I/O register was converted into macro call.

Since the bit access method of SFRs differs between the CA78K0R and CC-RL, the method is changed to make access using a macro.

M0591113

Change

'String' has been changed to syntax of CC-RL.

Since the description format differs between the CA78K0R and CC-RL, the description format is changed to that of the CC-RL.

M0591121

Insert

Inserted macro definition for bit access of I/O register.

Since the bit access method of SFRs differs between the CA78K0R and CC-RL, the method is changed to make access using a macro.

M0591122

Insert

Inserted #pragma interrupt NO_VECT.

#pragma interrupt without the vector table specification was generated.

M0591123

Insert

Inserted string.

A description in accordance with the CC-RL format was added.

M0591124

Insert

Add inline function string for assembly.

An inline function for assembly was generated.

M0591125

Insert

Inserted #pragma rtos_interrupt NO_VECT.

#pragma rtos_interrupt without the vector table specification was generated.

M0591131

Delete

String was deleted.

The description format is not available in the CC-RL. The description was deleted.

M0591141

Info

string1 was converted into string2.

But that cannot map in RAM.

Though the section of #pragma section was changed, there is a possibility that the section cannot be allocated. Check the user's manual of the CC-RL.

M0591142

Info

The section can not be converted. Because there is no matched section.

The section could not be converted because there is no corresponding section in the CC-RL.

M0591143

Info

Delete "AT start address".

This was deleted because an address cannot be specified by #pragma section in the CC-RL.

M0591144

Info

The MACRO cannot be converted. Because there is no matched macro.

The macro could not be converted because there is no corresponding macro in the CC-RL.

M0591145

Info

The label detected in the assembly code. Please correct label to appropriate content.

Only local labels can be written in an assembly-language function in the CC-RL. Modify the label to have suitable contents.