Hi,
I have read the existing CCS V5 command line build discussion, but all of them will try to use the local workspace to build the existing project name.
As we know that the CCS V5's project setting can support the relative path, but the workspace dont.
So we can only store the project setting in the network server of the version control tool, so every team member can import the project their local workspace without problem.
And we need the eclipse original command line build support as below:
eclipse.exe -nosplash -application org.eclipse.cdt.managedbuilder.core.headlessbuild -data %workSpaceDir% -import %projectDir% -build all
to import the project from the project path to a workspace path dynamically.
Can ccsv5 do that?
B&R
tony