Part Number: CCSTUDIO-C2000
Tool/software: Code Composer Studio
Hi,
I am using headless commands to import, clean, and build projects in CCS 6.2 on a linux machine. There sets of projects that have inconsistent build times. For instance, a set that would normally take about 2.5 hours(119 projects) to build recently took 30 mins. These are the commands that I am currently using to perform the actions:
-os linux -ws gtk -arch x86_64 -application com.ti.ccstudio.apps.importProject -data <path_to_workspace> -ccs.location <path_to_project> -ccs.overwrite
-os linux -ws gtk -arch x86_64 -application com.ti.ccstudio.apps.buildProject -data <path_to_workspace > -ccs.projects <project_name> -ccs.configuration <name> -ccs.clean
-os linux -ws gtk -arch x86_64 -application com.ti.ccstudio.apps.buildProject -data <path_to_workspace> -ccs.projects <project_name> -ccs.configuration <name> -ccs.buildType full
I am wondering what is causing the inconsistent build times and whether the projects are actually getting built. I have previously used these commands in CCSv6.1. Not sure if the headless commands are up to date for CCS 6.2.
Additionally, I also keep having this error appear anytime I run theses commands.
xvfb-run: error: Xvfb failed to start
Regards,
Ozino