SDK : “PROCESSOR_SDK_VISION_03_08_00_00_setuplinux.bin”
Rules.make 配置 MAKECONFIG?=tda3xx_evm_bios_all
怎么解决链接错误呢?多谢!

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.
很抱歉回复晚了。
从您提供的log中看出,您尝试在 DSP 上使用 PRMessage API ,并且所需的liabrary没有被linked。
TDA3 不支持 RPMessage。 支持的 IPC API 为 Notify 、 MessageQ 等。
请您使用 SDK 中支持的 IPC API。