Tool/software: Code Composer Studio
I am using CCS 9.2 ( for TMS320F28377D) and I encountered a weird error message below when I compile my project.
C:\Users\workspace_v9_2\MyProj\Release>"C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/bin/cl2000" -v28 -ml -mt --float_support=fpu32 --tmu_support=tmu0 -Ooff --fp_mode=relaxed --include_path="C:/Users/workspace_v9_2/MyProj" --include_path="C:/Users/workspace_v9_2/MyProj/device/inc" --include_path="C:/Users/workspace_v9_2/MyProj/source/inc" --include_path="C:/ti/ccs920/ccs/tools/compiler/ti-cgt-c2000_18.12.3.LTS/include" --advice:performance=all --define=_FLASH --define=CPU1 --diag_warning=225 --verbose_diagnostics --abi=coffabi -k --preproc_with_compile --preproc_dependency="device/F2837xD_CodeStartBranch.d_raw" --obj_directory="device" "../device/F2837xD_CodeStartBranch.asm" device/subdir_rules.mk:9: recipe for target 'device/F2837xD_CodeStartBranch.obj' failed 'cs920' is not recognized as an internal or external command, operable program or batch file.
Sorry for the long error message. What happens is the string 'cs920' is not not recognized. it should be ccs920 but somehow it was looking for cs920. For some reason the process caused this letter c missed out.
Another hopefully useful hint: After I installed a new compiler at C:\ti\compilers and use it. The error message becomes "ompiler" is not recognized as an internal or external command.... It missed a letter c again.
I am wondering if someone has a quick hint about what the possibilities are. Thank you.