This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/TMS320DM642: Error, Don't know how to build file

Part Number: TMS320DM642
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

I am working of CCS 3.1 with DM642 on a legacy system. I am using XDS560R emulator. I am able to connect to the target board. I am not able to  build the code. I get the following error. All this happened after I reinstalled CCS3.1 on Win XP on a virtual environment.

Error, Don't know how to build file "C:\DLSC Development Framework\DLSC Framework\DLSC_FW.tcf"
[boot_DM64x.asm] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -fr"C:/DLSC Development Framework/DLSC Framework/Debug" -i"/inc" -d"_DEBUG" -d"CHIP_DM642" -mv6400 -@"../Debug.lkf" "boot_DM64x.asm"

[DLSC_main.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -fr"C:/DLSC Development Framework/DLSC Framework/Debug" -i"/inc" -d"_DEBUG" -d"CHIP_DM642" -mv6400 -@"../Debug.lkf" "DLSC_main.c"
"DLSC_main.c", line 30: fatal error: could not open source file "SVS_EEPROM_common.h"
1 fatal error detected in the compilation of "DLSC_main.c".
Compilation terminated.

>> Compilation failure

[DLSC_sample.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -fr"C:/DLSC Development Framework/DLSC Framework/Debug" -i"/inc" -d"_DEBUG" -d"CHIP_DM642" -mv6400 -@"../Debug.lkf" "DLSC_sample.c"
"DLSC_sample.c", line 26: fatal error: could not open source file "SVS_ETH_common.h"
1 fatal error detected in the compilation of "DLSC_sample.c".
Compilation terminated.

>> Compilation failure

[DLSC_TSK_communicate.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -fr"C:/DLSC Development Framework/DLSC Framework/Debug" -i"/inc" -d"_DEBUG" -d"CHIP_DM642" -mv6400 -@"../Debug.lkf" "DLSC_TSK_communicate.c"
"DLSC_TSK_communicate.c", line 24: fatal error: could not open source file "DLSC_ETH_communicate.h"
1 fatal error detected in the compilation of "DLSC_TSK_communicate.c".
Compilation terminated.

>> Compilation failure

[DLSC_TSK_listen.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -fr"C:/DLSC Development Framework/DLSC Framework/Debug" -i"/inc" -d"_DEBUG" -d"CHIP_DM642" -mv6400 -@"../Debug.lkf" "DLSC_TSK_listen.c"
"DLSC_TSK_listen.c", line 24: fatal error: could not open source file "DLSC_ETH_listen.h"
1 fatal error detected in the compilation of "DLSC_TSK_listen.c".
Compilation terminated.

>> Compilation failure

[DLSC_TSK_netInit.c] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -g -fr"C:/DLSC Development Framework/DLSC Framework/Debug" -i"/inc" -d"_DEBUG" -d"CHIP_DM642" -mv6400 -@"../Debug.lkf" "DLSC_TSK_netInit.c"
"DLSC_TSK_netInit.c", line 24: fatal error: could not open source file "DLSC_ETH_init.h"
1 fatal error detected in the compilation of "DLSC_TSK_netInit.c".
Compilation terminated.

>> Compilation failure

Build Complete,
  6 Errors, 0 Warnings, 0 Remarks.

Can anyone please help.