Hi. I am struggling with creating a good development environment using the latest ccs4.
I am trying to build one boot and one application that uses the same code base.
The code consists of rather many source files in a number of directories, this code is ported to other platforms than our C64x processor so I don't want to move the code around and mess up our subversion repository.
The project system seems to be a little different from Visual-Studio,GreenHill and other systems I have trie in that it seems to be flat so it does not use sub-projects.
Seems the only way to build a multi lib,executable project is to build several projects?
Or is there a way to create several outputs from one project, would be nice to only declare defines and include paths once and all projects uses the same?
And when releasing software it should be nice to only have to flick the release build in one project or globally so the effect is that all projects build with release compiler options.
For now I use the old makefile but that does not feel much like 2011!!
Regards
Patrik Svensson