Hi.
I'm trying CCS v4 (Version: 4.1.0.02003). There is one question. My project sources have a tree structure. How can i control which dirs with sources should be compiled? It seems to me that IDE parses dirs tree recursively and compile every *.c file.
Also, I have a subfolder with a pair of dirs: 'dbg' and 'rel' that contain 'debug' and 'release' versions of some library. So, linker also receives every library and because of that i have 'lerrors during linking'.
How can i control which sources and libs should be compiled and linked?
Thank you.