I can load my code just fine after power on reset of the target. However, if I stop execution and then try to reload a *.out file I get this error message in the console:
C64XP_1: File Loader: Data verification failed at address 0xE6948000 Please verify target memory and memory map.
Error found during data verification. Ensure the linker command file matches the memory map. I also get a dialog with the text: Failed to load program ... Reason: Error found during data verification. Ensure the linker command file matches the memory map... I know my linker file is fine because it loaded before. I've tried CPU Reset before attempting the reload but get the same error. This just started when I added a rather large library. Is there any issue regarding the size of a *.out file that can be loaded? I do not get any other information so how do I track down the source of the problem?