Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
Why cannot the CCS compiler find a driver header file?
In one of my code files I include the following file:
#include <ti/drivers/UART.h>
If I Ctrl-Click on the file name CCS appropriately opens the file. However when I go to compile it gives the #1965 error that it cannot find that file.
The include is automatically handled by the RTOS and expands to:
"C:/ti/tirtos_c2000_2_16_01_14/products/tidrivers_c2000_2_16_01_13/packages"
The full path of the file is:
"C:\ti\tirtos_c2000_2_16_01_14\products\tidrivers_c2000_2_16_01_13\packages\ti\drivers\UART.h"
If I expand out the tree under the includes I can locate the appropriate file as well.