Hi,
SDK: PROCESSOR_SDK_VISION_03_08_00_00
Customer refers to Vision SDK TDA3xx (v03.08.00) User Guide.PDF to compile.
a) On windows command prompt, go inside the directory PROCESSOR_SDK_VISION_03_xx_xx_xx\vision_sdk\build.
b) Open file Rules.make and set MAKEAPPNAME=apps and MAKECONFIG=tda3xx_evm_bios_all
Executing gmake -s -j depend is normal
Executing gmake -s -j error:
"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 been declared in the current scope
How to solve this error? Why is the header file containing the string "_tda2xx.h"?