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/PROCESSOR-SDK-AM437X: Can't open Compiler's dir Results in Compilation failure

Part Number: PROCESSOR-SDK-AM437X

Tool/software: TI C/C++ Compiler

i'm working on AM43x IDK

Trying to test the i2C module standalone with no RTOS
i created project including just 3 files
main.c
i2c_app.c

i2c_app.h

i added the search paths and preinclude files in ARM Compiler >> include options

also i added library files and library search paths in ARM Linker >> File Search path

when i Build the project i didn't get any Problems issues but the console result this error  for main.c

Fatal error #1966: cannot open source file "C:/ti/ccsv6/tools/compiler/ti-cgt-arm_5.2.5": Invalid argument
1 catastrophic error detected in the compilation of "../main.c".
Compilation terminated.

also for  i2c_app.c

any help ?