Hi,
I would like to ask if there is a better way than what I did below to organize my files and codes in CCS 6.0 in such a way that .settings, .ccsproject, .project, .cproject *.cmd, system_pre_init.c, etc will be placed in one folder separate from my source code?
The below screenshot is what I'm trying to achieve.
What I did was:
1. I created first a new CCS project in IDE, named it MyProject.
2. Then I close the IDE, I copied/cut manually all IDE generated files and put it in a separate folder, I named the folder CCS_Settings,.
3. Then relaunch CCS IDE.
4. I copied manually the existing code into MyProject folder
5. In IDE, I add those source code file from MyProject folder as a Link instead of Copy.
Also, is there a way I can use Copy in my step5, so that the copied source files will reside in MyProject folder instead of going into CCS_Settings?
Thanks in advance,
Gee