MATLAB: Do I get an error when building in the Developers Kit for TI DSP 1.0 (R12)

When building a c6701 EVM target, I get one of the following errors:
Error #1:
rts6701.lib not found
Error #2:
Cannot open handle to EVM6xDev0
Error #3:
cl6x ... Error 2: Failed ,..

Best Answer

Errors #1and #3 are symptoms of a bad installation of Code Composer Studio (CCS). It is suggested that you uninstall CCS and install CCS version 1.2C. To uninstall CCS, please follow these steps:
1. Uninstall CCS by going to My Computer > Control Panel > Add/Remove Programs.
2. Delete the "ti" directory where CCS was installed.
3. Delete the directory D:\Applications\CommonFiles\TexasInstruments if it exists.
4. In the environment of the path in the autoexec.bat, remove any path entries corresponding to a previous install.
5. Delete any System Variables corresponding to previous install such as C6X_A_DIR, C6X_C_DIR, D_DIR, TI_DIR
6. Check in C:\WinNT\system32\drivers for any EVM or DSK related drivers such as tievm6xxx.dvr or TiSImc64xx.dvr and delete those if found.
For Error #2, use the Windows Task Manager (ctrl-alt-delete) to kill CCS. Sometimes even after exiting CCS, it still appears as a running process in the task manager.