Hello slarti,
The problem is that your address range is not really valid. I would assume that your intention is to define a memory range using addresses as they can be seen in the global memory map (i.e. global addresses). In this case you have to add a memory space designator to your address:
MY_FOO_EEPROM_SEG = NO_INIT 0x13ff94'G TO 0x13ffee'G;
Otherwise, the address must be a valid logical address. In this case, the lower two bytes of the address do not fall in any of the S12X's paging windows, nor is the address in the local memory map, hence the error. Indeed, the text of the warning does not directly point to the problem. For this issue you can open a
service request.
Navidad