Hi Michael:
Yes, the following 4 lines are exist in twrk64f120 link fils, but not in freedomK64 link file.
define exported symbol __EXTERNAL_MRAM_ROM_BASE = 0x60000000;
define exported symbol __EXTERNAL_MRAM_ROM_SIZE = 0x00000000;
define exported symbol __EXTERNAL_MRAM_RAM_BASE = 0x60000000;
define exported symbol __EXTERNAL_MRAM_RAM_SIZE = 0x00080000;
your link file depends on your board, if there is no MRAM in your board, you do not need to add the four lines into your link file.
Regards
Daniel