I am trying to use IPC in TCI6638. With the help of this post I installed IPC Library in ubutnu
And tried to compile image_processing demo . Compilation was successful and output file works fine.
There is one particular issue. When I include these files in image processing demo as:
#include <ti/ipc/interfaces/INetworkTransport.h>
#include <ti/ipc/interfaces/ITransport.h>
#include <ti/ipc/transports/TransportRpmsg.h>
in my code it gives me error
fatal error xdc/sdt.h no such file exists.
Seems like some issue in installation.
Regards