Delete the @@CALF segment description in the link directive.
(Example)
MERGE @@CALF:AT(80H)
As the version has been upgraded from RA78K0 V3.60 to V3.70, handling of the @@CALF segment has been changed.
With V3.60 or earlier, the @@CALF segment was located at address 800H.
In this event, however, if the @@CALF segment with size of 0 is located at address 800H,
other segment cannot be located straddling over the @@CALF segment.
This problem has been avoided by specifying a link directive as shown above.
With V3.70, the specification has been changed so as not to break up @@CALF segment
by decreasing the priority of @@CALF segment with size of 0 when such a segment is located.
As a result, specifying the link directive as above is no longer necessary.
If the link directive used with V3.60 or earlier is used with V3.70,
however, error E3206 occurs because @@CALF segment is located
after other segment is located and the @@CALF segment overlaps that segment.
To avoid this problem, delete the @@CALF segment description in the link directive.
-78K0-