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.