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.

TDA3MV: TDA3X SDK gmake -s -j 出错

Part Number: TDA3MV


SDK“PROCESSOR_SDK_VISION_03_08_00_00_setiplinux.bin”其中的vision_sdk/build目录下:Rules.make文件。
配置开关 MAKECONFIG?=tda3xx_evm_bios_all
根据Vision SDK TDA3xx(v03.08.00)User Guide.PDF 手册,执行 gmake -s -j depend正常
执行 gmake -s -j 报错:

"ti_components/drivers/pdk_01_10_04_05/packages/ti/boot/sbl_auto/sbl_lib/sbl_lib_tda2xx.h", line 163: error: "SBLLIB_CORE_ID_MPU_CPU0" has already been declared in the current scope
"ti_components/drivers/pdk_01_10_04_05/packages/ti/boot/sbl_auto/sbl_lib/sbl_lib_tda2xx.h", line 165: error: "SBLLIB_CORE_ID_MPU_CPU1" has already been declared in the current scope
"ti_components/drivers/pdk_01_10_04_05/packages/ti/boot/sbl_auto/sbl_lib/sbl_lib_tda2xx.h", line 167: error: "SBLLIB_CORE_ID_IPU1_CPU0" has already b

为什么会包含“_tda2xx.h”字符串的头文件呢?明明是配置为tda3xx。多谢解答!