beautypg.com

Warning messages, Other messages – Renesas 70 User Manual

Page 141

background image

Chapter 6 Using Configurator

- 131 -

Warning messages

The following message are a warning. A warning can be ignored providing that its content is understood.

cfg308 Warning : system is not defined (xxxx.cfg)

cfg308 Warning : system.XXXX is not defined (xxxx.cfg)

System definition or system definition item XXXX is omitted in the configuration file.

cfg308 Warning : system.message_size is not defined (xxxx.cfg)

The message size definition is omitted in the system definition. Please specify message size (16 or
32) of the Mailbox function.

cfg308 Warning : task[x].XXXX is not defined near line xxx (xxxx.cfg)

The task definition item XXXX in ID number is omitted.

cfg308 Warning : Already definition XXXX near line xxx (xxxx.cfg)

XXXX has already been defined.The defined content is ignored, check to delete the extra definition.

cfg308 Warning : interrupt_vector[x]'s default is not defined (default.cfg)

The interrupt vector definition of vector number x in the default configuration file is missing.

cfg308 Warning : interrupt_vector[x]'s default is not defined near line xxx (xxxx.cfg)

The interrupt vector of vector number x in the configuration file is not defined in the default configura-
tion file.

cfg308 Warning : Initial Start Task not defined

The task of task ID number 1 was defined as the initial startup task because no initial startup task is
defined in the configuration file.

cfg308 Warning : system.stack_size is an uneven number near line xxx
cfg308 Warning : task[x].stack_size is an uneven number near line xxx

Please set even size in system.stack_size or task[x].stack_size.

Other messages

The following message are a warning message that is output only when generating makefile.The configurator
skips the sections that have caused such a warning as it generates makefile.

cfg308 Error : xxxx (line xxx): include format error.

The file read format is incorrect. Rewrite it to the correct format.

cfg308 Warning : xxxx (line xxx): can't find

cfg308 Warning : xxxx (line xxx): can't find "XXXX"

The include file XXXX cannot be found. Check the file name and whether the file actually exists.

cfg308 Warning : over character number of including path-name

The path-name of include file is longer than 255 characters.