This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: TI C/C++ Compiler
I am using CCS v. 6.2.0 with the TI compiler v. 5.2.6 and I'm getting the following warning:
"Invalid project path: Duplicate path entries found (/sensortag_cc2650stk_app [Include path] isSystemInclude:true includePath:C:/ti/tirtos_cc13xx_cc26xx_2_21_01_08/products/tidrivers_cc13xx_cc26xx_2_21_01_01/packages), path: [/sensortag_cc2650stk_app]."
I tried to remove some entries through the build configuration (include options) as specified at similar issues but didn't have any luck!
Are you seeing these warnings with the example sensortag project provided by TI? The example should not show any warning so you could compare your project's include path options with the ones in the example to see which ones may be extra in your project.
If that does not help, please post a screenshot of your project's include path options and the build output of the project rebuild.
Are the 'include path options' equivalent with the 'include options' in CCS v. 6.2.0?
And yes I'm referring to the SensorTag example!