Part Number: TM4C123AE6PM
Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
HI,
As am working on some personal projects.
am trying to compiling and building using some Perl script added below commands to generate binaries. when I run into local it was working fine ( binaries creating ). the same script using it into the server ( bamboo ). when I triggered the server not able to generate binaries. same time if I open ccs and observe there is some error it is throwing in the related to work space.
Error:
An internal error occurred during: "Periodic workspace save.".
Cannot set lower sequence number for root ( previous: 103, new: 102). Location> c:\projetos\projetosCCSV6\TM4C123AE6PM\.metadata\.plugins\org.exlipse.core.resources\.safetable\org.eclipse.core.resources
Commands:
'eclipsec -noSplash -data '.$CODE_DIR.' -application com.ti.ccstudio.apps.projectImport -ccs.location '.$PRJ_LOC.' -ccs.autoImportReferencedProjects >> '.$PROJECTS[0].'_Import_log.txt';
'eclipsec -noSplash -data '.$CODE_DIR.' -application com.ti.ccstudio.apps.projectBuild -ccs.projects '.$_[0].' -ccs.buildType full -ccs.configuration '.$_[1].' >> '.$_[0].'_Build_log_'.$type_of_config.'.txt';
can anyone help on this?
Details:-
Mictorcontroller :- TM4C123AE6PM
IDE:- CCS 6.0
Best,
Ugra