using ccs5 I have sucessfully imported projects into a workspace. but two of them will not build. both build without error in the IDE.
here is part of the log from the build
**** Build of configuration Debug for project Unity ****
C:\ti\ccsv5\utils\bin\gmake -k all
gmake: *** No rule to make target `E:/Builds/NanoScan2/UnitTests/workspace/unity_2_0_135/unity/src/unity.c', needed by `unity.obj'.
gmake: *** No rule to make target `E:/Builds/NanoScan2/UnitTests/workspace/unity_2_0_135/unity/extras/fixture/src/unity_fixture.c', needed by `unity_fixture.obj'.
gmake: Target `all' not remade because of errors.
**** Build Finished ****
Note that unity.c and unity_fixture.c are not in the Unity project directory. They are referenced as a link in the Unity project.
In fact, the two files that do not compile in the other project are -also- linked from another directory. Hmmm...is there a pattern?
I can eliminate the linked files in the first project but not in the other project.
Is there some way to enable verbose output on the command line build?