Everything
10.4.4 Information

Table 10.5

Informations

M0523028

[Message]

Rule rule number : description

[Explanation]

Violation of a MISRA-C:2004 rule (indicated by the rule number and description) was detected.

M0523086

[Message]

Rule rule number : description

[Explanation]

Violation of a MISRA-C:2012 rule (indicated by the rule number and description) was detected.

M0536001

[Message]

control register is written. (register-information)

[Explanation]

Writing to a control register has been detected.

M0560004

[Message]

"file"-"symbol" deleted by optimization

[Explanation]

As a result of symbol_delete optimization, the symbol named symbol in file was deleted.

M0560005

[Message]

The offset value from the symbol location has been changed by optimization "file"-"section"-"symbol±offset"

[Explanation]

As a result of the size being changed by optimization within the range of symbol ±offset, the offset value was changed. Check that this does not cause a problem.

To disable changing of the offset value, cancel the specification of the goptimize option on assembly of file.

M0560100

[Message]

No inter-module optimization information in "file"

[Explanation]

No link-time(inter-module) optimization information was found in file. link-time(Inter-module) optimization is not performed on file. To perform link-time(inter-module) optimization, specify the goptimize option on compiling and assembly.

M0560101

[Message]

No stack information in "file"

[Explanation]

No stack information was found in file. file may be an assembler output file. The contents of the file will not be in the stack information file output by the optimizing linker.

M0560400

[Message]

Unused symbol "file"-"symbol"

[Explanation]

The symbol named symbol in file is not used.

M0560500

[Message]

Generated CRC code at "address"

[Explanation]

CRC code was generated at address.

M0560512

[Message]

Section "section" created by "option"

M0560700

[Message]

Section address overflow out of range : "section"

[Explanation]

The address of "section" is beyond the allowable address range.