beautypg.com

Renesas Emulator System M3T-MR100 User Manual

Page 274

background image

258

cfg100 Error : System timer's vector conflict near line xxx

A different vector is defined for the system clock timer interrupt vector. Confirm the vector No.x for interrupt
vector definition.

cfg100 Error : XXXX is not defined (xxxx.cfg)

"XXXX" item must be set in your configuration file.

cfg100 Error : System's default is not defined

These items must be set int the default configuration file.

cfg100 Error : is already defined near line xxx (xxxx.cfg)

XXXX is already defined. Check and delete the extra definition.

cfg100 Error : XXXX[x] is already defined near line xxx (default.cfg)
cfg100 Error : XXXX[x] is already defined near line xxx (xxxx.cfg)

The ID number in item XXXX is already registered. Modify the ID number or delete the extra definition.

cfg100 Error : XXXX must be defined near line xxx (xxxx.cfg)

XXXX cannot be omitted.

cfg100 Error : SYMBOL must be defined near line xxx (xxxxcfg)

This symbol cannot be omitted.

cfg100 Error : Zero divide error near line xxx (xxxx.cfg)

A zero divide operation occurred in some arithmetic expression.

cfg100 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.

cfg100 Error : "R2R0" must be contained in task[x].context near line xxxx (xxxx.cfg)

You must select R2R0 register in task[x].context.

cfg100 Error : Can't specify B or F switch when os_int=YES. (xxxx.cfg)

"/B" and "/F" switch cannot be specified to a kernel interrupt handler.

cfg100 Error : Can't specify B and E switch at a time when os_int=NO. (xxxx.cfg)

"/B" and "/E" switch cannot be specified to the non-kernel interrupt handler at a time.

cfg100 Error : interrupt_vector[%ld].os_int must be YES. (xxxx.cfg)

When a kernel interrupt mask level is 7, an interrupt handler must be kernel interrupt handler..

cfg100 Error : system_IPL should be 7. (xxxx.cfg)

When "-Eipl" is specified as the command option of configurator, the value of sysrem_IPL of a system definition
must be 7.

cfg100 Error : Timer counter value is overflow. (xxxx.cfg)

Overflow occurred in the operation of a timer count. A timer cannot be initialized with the time tick cycle and
peripheral clock which were specified. Please initialize the timer and sets clock.timer to “OTHER”.