Other Parts Discussed in Thread: CCSTUDIO, TMS320F28377S
Hello TI-Team,
I'm having troubles upgrading Code Composer on a Server to build projects as part of a Continous Integration Pipline. I've already had it running with ccsv8, but after we upgraded to cssv10, I had no luck.
I did the following to get Code Composer on the server:
- zipping my local Code composer installation
- unpacking it on the (linux)server
As the installation via the ccs_setup_10.4.0.00006.run is not based on command-line, it is unfortunately not an option (please correct me if there is a possibility).
With ccsv8, the following steps were successful to build a project:
/ti/ccsv8/eclipse/eclipse -nosplash -data $CI_BUILDS_DIR/workspace -application com.ti.common.core.initialize -ccs.toolDiscoveryPath /ti /ti/ccsv8/eclipse/eclipse -noSplash -data $CI_BUILDS_DIR/workspace -application com.ti.ccstudio.apps.projectImport -ccs.location <path> /ti/ccsv8/eclipse/eclipse -noSplash -data $CI_BUILDS_DIR/workspace -application com.ti.ccstudio.apps.projectBuild -ccs.projects <project-name> -ccs.configuration Debug
If I perform these steps now, I get the following message:
**** Build Finished **** Buildfile generation error occurred.. This project was created for a device not currently recognized - TMS320C28XX.TMS320F28377S: - Re-run CCS installer on your existing CCS location, ensure the Product Family for your device is selected, and proceed with installation if it wasn't. - See 'Help > Check for Updates' to check if support for this device is available through a CCS update. - Migrate the project to closest matching supported device by adjusting project properties. - Or contact TI for support if using experimental silicon. Build stopped..
Seems like the support for my device family was not transferred when copying the ccsv10. I have no idea why this was working on v8, but now isn't.
here is s screenshot of my device settings.
Could you please help me fix this issue?
Cheers,
Dominik