Part Number:PROCESSOR-SDK-OMAPL138
I have downloaded the PROCESSOR-SDK-RTOS-OMAPL138 with CCSv7 under Linux 16.4 operating system. Everything seems to be installed ok. I have created and imported the example projects and they build ok. I have also tried to rebuild the pdk and it is completed without errors.
The problem is when I try to use PDK libraries in a SYSBIOS typical application (created from template). I have chosen from products tab to use PDK. I have confirmed that PDK related paths are created in Linker and compiler options.
The problem is that if I include e.g. I2C.h from drivers and call the I2C_init() it gives compilation error that the I2C_init() is not recognized.
Do you have any suggestions?