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.

CCS/TM4C1290NCPDT: Invalid project path error

Part Number: TM4C1290NCPDT


Tool/software: Code Composer Studio

I am using CCS V9.2.0.00013

I have a project that builds fine on one laptop. I exported it and I am trying to 

build it on another laptop. I am getting errors that don't make sense. Do I 

need to re-install CCS on this machine? Screenshots attached, the path

error doesn't make sense.

  • The path warnings shown in the screenshot "Include path not found" are for compiler include paths. Check the include paths listed under Project Properties->Build->Compiler->Include Options. I suspect the ones mentioned in the warnings use build variables that are not resolved to the correct paths. To check the value of build variables, go to Project Properties->Build->Variables tab. That should help you identify the source of the problem.