
B–62075E/04
C. ERROR CODE TABLE
APPENDIX
387
Message Contents and solution
WN24 TASK ENTRY ADDR ERROR The selector of the entry address to the user task is out of range.
(solution) Please correct the table of GDT in build file to the value within
32(20H)–95(5FH).
WN25 DATA SEG ENTRY ERROR The entry address of the data segment is out of range.
(solution) Please correct DATA SEGMENT GDT ENTRY in the link con-
trol statement and the table of GDT in build file within
32(20H)–95(5FH).
WN26 USER TASK PRIORITY ERROR The priority of the user task is out of range.
(solution) Please correct the TASK LEVEL in link control statement with-
in the range of 10–99 or –1.
Note: Only one task can have TASK LEVEL –1 (including
LADDER LEVEL 3).
WN27 CODE SEG TYPE ERROR The code segment type is illegal. The code segment of RENAMESEG
in the binding control file is wrong.
(solution) Please correct the entry of the code segment in the link control
statement to correspond to the entry in the build file.
WN28 DATA SEG TYPE ERROR The data segment type is illegal. The data segment of RENAMESEG
in the binding control file is wrong.
(solution) Please correct the entry of the code segment in the link control
statement to correspond to the entry in the build file.
WN29 COMMON MEM SEG TYPE ERROR The segment type of common memory is illegal. The segment of RE-
NAMESEG in the building control file of the common memory is wrong.
(solution) Please correct the entry of common memory in the link control
statement to correspond to the entry in the build file.
WN30 IMOPSSIBLE ALLOCATE MEM. The memories for the data and stack etc. cannot be allocated.
(solution) Please confirm whether the value of code segment in build file
and USER GDT ADDRESS in link control statement is correct
or not.
Or please reduce the value of MAX LADDER AREA SIZE of
the system parameter and the size of the stack in link control
statement at the least.
WN31 IMPOSSIBLE EXECUTE LIBRARY The library function cannot be executed.
(solution) Please confirm the object model of the library.
Or, system ROM of PMC must be replaced with one of later ver-
sion.
WN32 LNK CONTROL DATA ERROR Link control statement data is illegal.
(solution) Please confirm whether the address of symbol RC_CTLB_
INIT in map file is set to LANGUAGE ORIGIN of the system pa-
rameter. Or, please make the link control statement again.