I have a CCS5 project that is acting up. I am getting the following warnings:
-Build variable 'AUMENTO_3CORE_F28M36x_DEVICE_SUPPORT_ROOT' cannot be resolved.
-Invalid project path: Include path not found (MWare).
Here is my configuration, found under Project Properties:
Resource->Linked Resources->Path Variables
Name: AUMENTO_3CORE_F28M36x_DEVICE_SUPPORT_ROOT
Location: ${PROJECT_LOC}\..\..\device_support\f28m36x\vBeta1
Build->TMS470 Compiler->Include Options
Dir: "${AUMENTO_3CORE_F28M36x_DEVICE_SUPPORT_ROOT}\MWare"
My file structure is:
\SW
\3_core CCS5
\3_core_master (project directory)
\device_support
\f28m36x
\vBeta1 (variable path)
\MWare (include path)