Other Parts Discussed in Thread: CCSTUDIO
I am attempting to perform a command line build using CCS 5.1 but not having much luck, the output does not give me enough information to determine what is happening. It appears that absolutly nothing is happening.
I have read http://processors.wiki.ti.com/index.php/Projects_-_Command_Line_Build/Create#Working_with_CCSv5 as a starting place
Version information:
Code composer: 5.1.0.09000
OS Windows XP Service Pack 3
The problem may be due to the way I have my workspace set up. My project files are not stored in the workspace, rather the project is imported into the workspace. I have 4 projets in the workspace and have no problems building within the GUI, but when I attemp a command line build on a single project the output states the project is not in the workspace. It appears that I can not find any projects in the workspace whatsover. I get the same results ( no indication of any action ) when I specify -ccs.workspace with no prioject specified, other than not getting the eror message about the project not being found.
C:\rtn\ti\coe-test>c:\rtn\ti\ccsv5\eclipse\eclipsec -noSplash -data "c:\rtn\ti\coe-test" -application com.ti.ccstudio.apps.projectBuild -ccs.projects DirectIO_Lib -ccs.clean
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CCS headless build starting... [Mon Sep 10 10:20:44 CDT 2012]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
================================================================================
Pre processing...
!WARNING: Project 'DirectIO_Lib' was not found in the workspace! Ignoring...
NOTE: use the '-ccs.autoImport' argument to automatically import projects found in the workspace root directory.
================================================================================
Building...
================================================================================
CCS headless build complete!
C:\rtn\ti\coe-test>
Any assiastance will be appreciated
Bob Coburn