I'm trying to build the Linux source for IPC from the IPC quick start guide.
The binaries build and run correctly on my AM5728, but now I'm trying to import the source files into Code Composer Studio to modify and build the project myself.
The built linux source is in located in the following directory. <RTOS_SDK_INSTALL_DIR>/ipc_3_50_04_07/linux/src/tests/MessageQBench.c
I have tried several methods but have failed to build the project in CCS myself. What are the steps to build the IPC MessageQBench.c project in CCS?