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.
System Environment:
. Windows 7
. Code Composer Studio: v5.5.0.00077
. SYS/BIOS: bios_6_35_04_50 @ MCSDK_02_01_02_06
I'm a beginner for TI Family development.
After setup CCS, MCSDK & NDK_2_22_03_20, I received the project files from another developer.
It has been built successfully in his computer.
But..
In my computer, there is no way to build the project.
Build result as below.
**** Build of configuration Debug for project TSTv0.01 ****
"C:\\ti\\ccsv5\\utils\\bin\\gmake" -k all
making ../src/sysbios.ae66 ...
cle66 C:/ti/bios_6_35_04_50/packages/ti/sysbios/BIOS.c ...
지정된 경로를 찾을 수 없습니다. --> (Path not found.)
gmake[1]: *** [BIOS.obj] Error 1
asme66 C:/ti/bios_6_35_04_50/packages/ti/sysbios/family/c64p/Hwi_disp_always.s64P ...
지정된 경로를 찾을 수 없습니다.
...
I think it must be configuration problem, but I don't know how I can fix it.
Thanks in advance..