Part Number: CCSTUDIO-C2000
Tool/software: Code Composer Studio
My customer report their old project build fail after imported in CCS9.x, the old project was build and always run well in CCS8.x.
Because customer cannot send their project outside, I try to create a simple sample project according customer operation, and confirm the sample project can build well in CCS8.3, but build error in CCS9.2.
I attach the sample project as here, you can put it in any location except CCS workspace folder, then try import the project by CCS9.X, please do not click the button for copy into workspace, then build the project should see the error information as below.
**** Build of configuration Debug for project ccs_test ****
"C:\\ti\\ccs930\\ccs\\utils\\bin\\gmake" -k -j 4 all -O
Building file: "C:/Users/a0220378/Desktop/ccstest/source/main.c"
Invoking: C2000 Compiler
"C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla2 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu0 --include_path="C:/Users/a0220378/Desktop/ccstest" --include_path="C:/ti/ccs930/ccs/tools/compiler/ti-cgt-c2000_18.12.4.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="main.d_raw" --obj_directory="source" "C:/Users/a0220378/Desktop/ccstest/source/main.c"
>> Compilation failure
subdir_rules.mk:9: recipe for target 'source/main.obj' failed
"C:\Users\a0220378\AppData\Local\Temp\{8C1B19F6-B270-4160-B93F-36950902F8FB}", ERROR! at EOF: [E1500] file access error: failed to open "source\main.obj" for writing
"C:\Users\a0220378\AppData\Local\Temp\{8C1B19F6-B270-4160-B93F-36950902F8FB}", ERROR! : [E1000] Failed to write object file : source\main.obj
gmake: *** [source/main.obj] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****