Chapter 6 Using Configurator
- 130 -
service call of system definition item.
cfg308 Error : system timer's vector <x>conflict near line xxx
A different vector is defined for the system clock timer interrupt vector. Confirm the vector No.x for in-
terrupt vector definition.
cfg308 Error : XXXX is not defined (xxxx.cfg)
"XXXX" item must be set in your configuration file.
cfg308 Error : system's default is not defined
These items must be set int the default configuration file.
cfg308 Error : double definition <XXXX> near line xxx (xxx.cfg)
XXXX is already defined. Check and delete the extra definition.
cfg308 Error : double definition XXXX[x] near line xxx (default.cfg)
cfg308 Error : double definition XXXX[x] near line xxx (xxxx.cfg)
The ID number in item XXXX is already registered. Modify the ID number or delete the extra definition.
cfg308 Error : you must define XXXX near line xxx (xxxx.cfg)
XXXX cannot be omitted.
cfg308 Error : you must define SYMBOL near line xxx (xxxx.cfg)
This symbol cannot be omitted.
cfg308 Error : start-up-file (XXXX) not found
The start-up-file XXXX cannot be found in the current directory. The startup file "start.a30" or
"crt0mr.a30" is required in the current directory.
cfg308 Error : bad start-up-file(XXXX)
There is unnecessary start-up-file in the current directory.
cfg308 Error : no source file
No source file is found in the current directory.
cfg308 Error : zero divide error near line xxx (xxxx.cfg)
A zero divide operation occurred in some arithmetic expression.
cfg308 Error : task[X].stack_size must set XX or more near line xxx (xxxx.cfg)
You must set more than XX bytes.in task[x].stack_size.
cfg308 Error : “R0” must exist in task[x].context near line xxx (xxxx.cfg)
You must select R0 register in task[x].context.
cfg308 Error : can’t define address match interrupt definition for Task Pause Function
near line xxx (xxxx.cfg)
Another interrupt is defined in interrupt vector definition needed by Task Pause Function.
cfg308 Error : Set system timer [system.timeout = YES] near line xxx (xxxx.cfg)
Set clock.timer symbol except “NOTIMER”.