Hi,
I imported a CCSv4 project into CCSv4 environment on another PC and everything is going fine except the following error:
"missing source file name"
"1 fatal error detected in compilation"
"Compilation terminated"
which happens when compiling files xxx.s62 and xxxcfg_c.c (autogenerated by CCS during build process).
One way to make the build process succesfull (referring to a previous post on the subject) is to copy files xxx.s62 , xxxcfg_c.c, xxx.h32 and xxxcfg.h from src/Debug (where they are created) to src/ directory. However this means that each compilation process has to be run twice: once to generated the files, and once to actually use them after copy.
What is strange is that this behavior doesn't exist on the original project (before importing it).
Any idea to solve this issue?
Thanks,
Pierre-Yves