Part Number: TDA2PXEVM
Hi,
I tried to build a sample code for MeshLDC using ProcessorSDK, but I got following errors.
How to address this problems?
------ log ------
C:\ti\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\drivers\pdk_01_10_03_07\packages\ti\build>gmake vps_examples_m2mSimcopLdcVtnf BOARD=tda2px-evm
…
gmake -C C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages/ti/drv/vps/examples/iss/m2mSimcopLdcVtnf xdc_configuro
gmake[1]: Entering directory 'C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages/ti/drv/vps/examples/iss/m2mSimcopLdcVtnf'
# Invoking configuro...
c:/ti/ccs810/ccsv8/utils/cygwin/mkdir -p C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages/ti/binary
C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/xs xdc.tools.configuro --generationOnly -o C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages/ti/binary/vps_examples_m2mSimcopLdcVtnf/obj/tda2px-evm/ipu1_0/release/configuro -t ti.targets.arm.elf.M4 -p "ti.platforms.evmDRA7XX" \
-r release -b C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages/ti/build/tda2xx/config_tda2xx.bld --ol C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages/ti/binary/vps_examples_m2mSimcopLdcVtnf/obj/tda2px-evm/ipu1_0/release/configuro/linker_mod.cmd m2mSimcopLdcVtnf.cfg
js: "C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/packages/xdc/tools/Cmdr.xs", line 52: Error: xdc.tools.configuro: Error: Can't find the platform package 'ti.platforms.evmDRA7XX '. TI platforms are no longer shipped as part of XDCtools (C:\ti\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core). Please ensure you are either using a pre-3.30 version of XDCtools or you have added a product that includes your platform support along the path 'C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/os_tools/bios_6_46_06_00/packages;C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/packages;C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/edma3_lld_02_12_00_21/packages;C:/packages;C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages;C:\ti\PROCESSOR_SDK_VISION_03_07_00_00\ti_components\os_tools\windows\xdctools_3_32_01_22_core/packages'. Check that this path names a directory containing the necessary platform support and that the platform name is properly spelled.
C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages/ti/build/makerules/rules_ti_cgt_arm.mk:251: recipe for target 'C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages/ti/binary/vps_examples_m2mSimcopLdcVtnf/obj/tda2px-evm/ipu1_0/release/configuro/package/cfg/m2mSimcopLdcVtnf_pem4.c' failed
gmake[1]: *** [C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages/ti/binary/vps_examples_m2mSimcopLdcVtnf/obj/tda2px-evm/ipu1_0/release/configuro/package/cfg/m2mSimcopLdcVtnf_pem4.c] Error 1
gmake[1]: Leaving directory 'C:/ti/PROCESSOR_SDK_VISION_03_07_00_00/ti_components/drivers/pdk_01_10_03_07/packages/ti/drv/vps/examples/iss/m2mSimcopLdcVtnf'
makefile:137: recipe for target 'vps_examples_m2mSimcopLdcVtnf' failed
gmake: *** [vps_examples_m2mSimcopLdcVtnf] Error 2
---------------------------------------------------
Thanks,
Koji