Other Parts Discussed in Thread: C2000WARE
Tool/software:
Ubuntu Linux - I received a project error about missing libraries for the C2000 SDK, I downloaded, installed, then registered the package with CCS 12.7.1. In the screenshot below you can see that the Product is registered, and in the background console, you can see the failed with the software package version message:
**** Clean-only build of configuration Inventev_RAM for project InventEV_Inverter_Cntrl ****
/opt/ti/ccs1271/ccs/utils/bin/gmake -k -j 8 clean -O
rm -rf "syscfg/error.h" "InventEV_Inverter_Cntrl.out"
rm -rf "cla_inv_cont_cla.obj" "inventev_inverter_cont.obj" "device/device.obj" "device/f28003x_codestartbranch.obj"
rm -rf "inventev_inverter_cont.d" "device/device.d"
rm -rf "cla_inv_cont_cla.d"
rm -rf "device/f28003x_codestartbranch.d"
rm -rf "syscfg"
Finished clean
**** Build Finished ****
Buildfile generation error occurred..
Product c2000ware_software_package v5.1.0.00 is not currently installed and no compatible version is available. Please install this product or a compatible version.
Build stopped..
How can I fix this, why is the build step missing finding the package ??