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.
工具/软件:Code Composer Studio
该代码是使用 Linux SDK IPC 快速入门指南中的过程构建的、该指南使用 EVMK2GX 上的命令行运行。
但是、当在 GDB 服务器上使用 CCS 调试器执行 APP_HOST 应用程序时、会报告故障"IPC_START:LAD_CONNECT () FAILED:4"。
是否有调试 IPC 的过程?
您好、Phillip、
我假设您在 ARM 内核上运行 Linux。 IPC RTOS 用户指南第4.4.14.5.2节对该错误的原因进行了说明。
我们没有有关如何在 Linux 端调试 IPC 的文档。大多数开发人员在调试 app_host 时使用 printf。
雷克斯