Other Parts Discussed in Thread: CCSTUDIO
Hi Expert,
I am trying to build my project in the command line using the "eclipsec" command as below,
eclipsec -noSplash -data "C:\git\bcs_repo_15" -application com.ti.ccstudio.apps.projectBuild -ccs.projects BCS -ccs.configuration Debug
But, I found the error below,
C:\git\bcs_repo_15>eclipsec -noSplash -data "C:\git\bcs_repo_15" -application com.ti.ccstudio.apps.projectBuild -ccs.projects BCS -ccs.configuration Debug
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
CCS headless build starting... [Wed Mar 23 16:38:01 PDT 2022]
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
================================================================================
Pre processing...
!WARNING: Project 'BCS' 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! 0 out of 0 projects have errors.
From error, I think BCS project need to be imported automatically, but not sure how to that.
Could you let me know how to auto Import project using eclipsec?
Regards,
Moonil