c2000 系列生成 bin 的疑难杂症
When generating bin files via post-build steps in a CCS project, the environment variable {CCE_INSTALL_ROOT} equals {CCS_INSTALL_ROOT} in the CCS terminal. However, generation may still fail. To fix, locate /utils/tiobj2bin/tiobj2bin.bat in the CCS installation directory, change all occurrences of "470" to "2000", and rebuild. A "C: not found" error may appear due to a segment in tiobj2bin.bat; deleting that segment resolves the issue without affecting bin file generation.
