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.

Compiler/CC2640R2F-Q1: Compiler not able to open file

Part Number: CC2640R2F-Q1

Tool/software: TI C/C++ Compiler

Hi Everyone,

I am working on a ARM Cortex M3 processor device with ti compiler v 16.9.6.

I am trying to compile a source file which contains include path <ti\drivers\ADC.h> throgh command line. The compilation output shows up an error stating that it is not able to open source file <ti\drivers\ADC.h> even though i have included the full path for ADC.h file in compilation command. How CCS IDE is able to reslove ti\drivers\ADC.h path in any source file.

If i am compiling a file without <ti\drivers\..> includes the compilers compiles successfully without any error.