Hi,
We use CCS V5.4 for a DM648 project. All the sources are within one directory tree that can be checkedout on different locations. We need to compile the project from the command line (build server, automated testing). I try to checkin the generated makefiles and call gmake to build the project.
When I create the CCS V5.4 project, I add the sourcefiles 'relative to PROJECT_LOC'. Nevertheless, in the generated makefiles there are absolute paths, e.g. in subdir_rules.mk or subdir_vars.mk.
Is there a way to avoid absolute pathes in the generated makefiles? Is there a way to build a CCS V5.4 project from command line that was created on a different location?
bye,
Thomas