3.5 Warnings

Table 3-5. Warnings

[Message]

xxx is already defined.

[Explanation]

xxx has already been defined. The definition is ignored.

[Action by User]

Resolve the multiple definition.

[Message]

The maximum ID of the object is larger than maxdefine.xxx

[Explanation]

The value of the maximum ID of the defined object is selected.

[Message]

xxx is not defined

[Explanation]

The definition of xxx is omitted; the setting in the default system configuration file is used.

[Action by User]

Check "RI600V4, RI600PX Coding" for the default system configuration file settings.

[Message]

Timer counter value is less than your setting time.

[Explanation]

It is not possible to create the specified base clock interrupt cycle time (system.tic_nume / system.tic_deno [ms]) accurately. The actual base clock interrupt cycle time is shorter than the specified cycle.

[Action by User]

Consider making the base clock interrupt cycle time longer.

[Message]

Debugger is running.

[Explanation]

The debugger was operated while it was running.

[Action by User]

Stop the debugger before operating.

[Message]

RTOS is not initialized.

[Explanation]

The real-time OS was manipulated before initialization.

[Action by User]

Click [Run to Position Where Real Time OS Information Can Be Obtained], and complete the initialization of the real-time OS.

[Message]

Path name or File name is illegal. Input the character that can be used.

[Explanation]

The path or file name contains illegal characters.

[Action by User]

Use valid characters.

[Message]

The number of characters that exceeds 259 characters cannot be specified.

[Explanation]

More than 259 characters have been specified.

[Action by User]

Reduce the number of characters.

[Message]

The number of characters that exceeds 247 characters cannot be specified.

[Explanation]

More than 247 characters have been specified.

[Action by User]

Reduce the number of characters.

[Message]

The system information table file name is the same as the entry file name.

[Action by User]

Change the file name.

[Message]

The system information table file name is the same as the service call table file name.

[Action by User]

Change the file name.

[Message]

The specified passing doesn't exist.

[Action by User]

Change to an existing path name.

[Message]

The specified path is read-only.

[Explanation]

The specified path is write-protected.

[Action by User]

Change the writeable attribute of the specified path to "enabled".

[Message]

The specified passing doesn't exist.

[Action by User]

Change to an existing file name.

[Message]

Command file is nested. @Option in the command file is ignored.

[Explanation]

The command file is nested. The @ option in the command file has been ignored.

This is a message notifying the user of a warning. It is normal.

[Message]

Option (xxx) became invalid by Option (yyy).

[Message]

Not supported Keyword (xxx) is changed to a comment.

[Message]

Temporary exception code (yyy) was established as key word (xxx).

[Message]

Service call (xxx) already defined.

[Message]

Reserved ID (xxx) must be 0 in this version (0 assumed).

[Explanation]

This is a message notifying the user of a warning. It is normal.

[Message]

Defined value (xxx) in the reserved area is ignored.

[Explanation]

This is a message notifying the user of a warning. It is normal.

[Message]

[RI78V4 V1.xx.xx] [RI78V4 V2.xx.xx]

Value is aligned to 2 bytes (result : xxx).

[Explanation]

[RI78V4 V1.xx.xx] [RI78V4 V2.xx.xx]

The specified value is not a 2-byte boundary value. CF78V4 rounds up the specified value to a 2-byte boundary value (number) to continue processing.

This is a message notifying the user of a warning. It is normal.

[Message]

[RI850V4 V1.xx.xx] [RI850V4 V2.xx.xx]

Value is aligned to 4 bytes (result:xxx).

[Explanation]

[RI850V4 V1.xx.xx] [RI850V4 V2.xx.xx]

This is a message notifying the user of a warning. It is normal.

[Message]

[RI850MP]

Value is aligned to yyy bytes (result:xxx).

[Explanation]

[RI850MP]

This is a message notifying the user of a warning. It is normal.

[Message]

The value (xxx) is assumed to be a set value.

[Explanation]

This is a message notifying the user of a warning. It is normal.

[Message]

Maximum number to make object must be a number of defined object or maximum number of ID (xxx assumed).

[Explanation]

This is a message notifying the user of a warning. It is normal.

[Message]

The maximum priority level "xxx" is defined. But set the maximum priority level to "yyy" because the task with initial priority "pri2" is defined.

[Explanation]

"xxx" is defined as the maximum task priority; however, since "yyy" is already specified as the initial task priority, the system continues processing assuming that "yyy" has been specified as the maximum task priority.

This is a message notifying the user of a warning. It is normal.

[Message]

The CPU type is multiple defined in CF file and -cpu option (xxx assumed).

[Explanation]

This is a message notifying the user of a warning. It is normal.

[Message]

The register mode is multiple defined in CF file and -reg option (xxx assumed).

[Explanation]

This is a message notifying the user of a warning. It is normal.

[Message]

The value of "maxint" differs from the value defined in the device file(the value defined in the device file is used).

[Explanation]

This is a message notifying the user of a warning. It is normal.

[Message]

Memory area(xxx) is not used, so information of (xxx) is not output.

[Explanation]

This is a message notifying the user of a warning. It is normal.

[Message]

The interval time of a cyclic handler was rounded up (result:xxx).

[Explanation]

This is a message notifying the user of a warning. It is normal.

[Message]

The initial interval time of a cyclic handler was rounded up (result:xxx).

[Explanation]

This is a message notifying the user of a warning. It is normal.

[Message]

Path or file is not exist (xxx).

[Message]

The setup of the proparty is not reflected in the load module. Build the program, it will be solved this warning.

[Explanation]

Since the program was not rebuilt after the property was set or modified, the load module is not consistent with the property setting. This message will be shown, for example, when a load module for hardware tracing is loaded after the property of the program has been changed to software tracing mode.

[Action by User]

Build the program.