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.
I have a problem when copy/pasting a whole project (msp430 related) with CCE. It seems to be a bug (?) in CCE and I have found a workaround but I would be happy to have it doubled checked by CCE team:
- When I copy/paste a whole project in CCE, the new project is created, but the set of files to be "excluded" from each configiration build is lost (in the new project, all files are considered to be included in the build, even if they were excluded in the original project)
- I have found that the .cdtbuild file created by CCE for the new project is "wrong". The records describing each file are duplicated in the .cdtbuild file, and they do not contain the right information (either the project name is kept to the "old" project name, or the flag indicating whether the file has to be excluded or not from the configuration is wrong)
- I was able to manage to modify the .cdtbuild file manually to have it working properly (after copying the project, I open the .cdtbuild file with an editor, remove to duplicate entries and I update the project name everywhere in the file). Then, when I open the new project, I find the correct set of files excluded
Regards
Thierry