Achtung Internet Explorer-Benutzer: Die ROHM-Website unterstützt IE 11 nicht mehr. Bitte aktualisieren Sie Ihren Browser, um die beste Leistung auf der ROHM-Website zu gewährleisten.
The'$$XFTABxctype' table segment that failed to be allocated is defined in the RTLU8 runtime library. This segment is assigned the attribute ANY, which means it does not limit the physical segment to allocate. This error occurs because a segment with a higher allocation priority than the TABLE segment of the ANY attribute occupies the ROMWINDOW area at the time of linking. To avoid the error, specify /TABLE (0 $$XFTABxctype) to increase the allocation priority of the $$XFTABxctype segment in the linker option. For the linker options, refer to "7.5.3.3 /CODE, /TABLE, /DATA, /BIT, /NVDATA, /NVBIT" in the "MACU8 Assembler Package User's Manual".