I get the following error when I try to build my project in CCS:
Description Resource Path Location Type
can't locate file 'ti/targets/rts6000/link.xdt' along the path: C:\ti\tirtos_c2000_2_12_01_33\products\bios_6_41_04_54\packages\ti\platforms\tms320x28;C:/ti/tirtos_c2000_2_12_01_33/packages;C:/ti/tirtos_c2000_2_12_01_33/products/bios_6_41_04_54/packages;C:/ti/tirtos_c2000_2_12_01_33/products/ipc_3_30_01_12/packages;C:/ti/tirtos_c2000_2_12_01_33/products/ndk_2_24_02_31/packages;C:/ti/tirtos_c2000_2_12_01_33/products/uia_2_00_02_39/packages;C:/ti/ccsv6/ccs_base;C:/ti/xdctools_3_31_00_24_core/packages;..; .xdchelp /exam_controller line 94 C/C++ Problem
Previously, it would build fine and it builds on other computers. I'm not sure why it is trying to look for link.xdt, as I searched for this file in C:\ti on a computer that does not have this problem, and no such file exists. I've tried cleaning the project, deleting the Debug directory, and deleting the workspace to clear out any possible corruption, but to no avail.
Any ideas on how to fix this? Thanks in advance.