 |
|
 |
MESC TOOL NEWS:
MESCT-NC77WA-000401D
Please take note of the following problem in using absolute address list generation tool LST77 for the 77xx series of MCUs.
-
Versions Concerned
The following versions of absolute address list generation tool LST77 included with C compiler (with assembler and integrated development environment) NC77WA and assembler RASM77 for the 77xx series MCUs are concerned with this problem:
LST77 V.1.00.00 -- V.1.01.00
-
Problem
If two or more sections with the same name are defined successively in a file, an error occurs in LST77 at the definition of the succeeding section.
[Example]
-----------------------------------------------------------
.section PROG1
:
.section PROG1
:
.section PROG2 <-- An error occurs here
:
.end
-----------------------------------------------------------
-
Workaround
If two or more sections with the same name are defined successively, delete or comment out all such sections except one.
|
 |