Hi
I'm trying to compile the TCP3e examples that are part of "pdk_C6670_1_0_0_9_beta2" that came with the "mcsdk_2_00_00_beta2".
These are the errors I get (EDMA3 package not found):
====================================================================================
**** Build of configuration Debug for project TCP3E_exampleProject ****
C:\TI\ccsv5\utils\gmake\gmake -k all
'Building file: C:/TI/pdk_C6670_1_0_0_9_beta2/packages/ti/drv/tcp3e/example/tcp3e_example_config/tcp3e_drv_example.cfg'
'Invoking: XDCtools'
"C:/TI/xdctools_3_20_08_88/xs" --xdcpath="C:/TI/ipc_1_22_05_27/packages;C:/TI/bios_6_31_04_27/packages;C:/TI/pdk_C6670_1_0_0_9_beta2/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evm6670 -r debug -c "C:/TI/ccsv5/tools/compiler/c6000" "C:/TI/pdk_C6670_1_0_0_9_beta2/packages/ti/drv/tcp3e/example/tcp3e_example_config/tcp3e_drv_example.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring tcp3e_drv_example.xe66 from package/cfg/tcp3e_drv_example_xe66.cfg ...
js: "C:/TI/pdk_C6670_1_0_0_9_beta2/packages/ti/drv/tcp3e/example/tcp3e_example_config/tcp3e_drv_example.cfg", line 83: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.drv.edma3.drv' along the path: 'C:/TI/ipc_1_22_05_27/packages;C:/TI/bios_6_31_04_27/packages;C:/TI/pdk_C6670_1_0_0_9_beta2/packages;C:/TI/xdctools_3_20_08_88/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/tcp3e_drv_example_xe66.cfg", line 763
"./package/cfg/tcp3e_drv_example_xe66.cfg", line 818
"./package/cfg/tcp3e_drv_example_xe66.cfg", line 750
====================================================================================
I then tried to add the EDMA3 driver to the RTSC->"Products and Repositories" properties of the project (it wasn't checked), and got the same error of EDMA3 package not found:
====================================================================================
**** Build of configuration Debug for project TCP3E_exampleProject ****
C:\TI\ccsv5\utils\gmake\gmake -k all
'Building file: C:/TI/pdk_C6670_1_0_0_9_beta2/packages/ti/drv/tcp3e/example/tcp3e_example_config/tcp3e_drv_example.cfg'
'Invoking: XDCtools'
"C:/TI/xdctools_3_20_08_88/xs" --xdcpath="C:/TI/ipc_1_22_05_27/packages;C:/TI/bios_6_31_04_27/packages;C:/TI/pdk_C6670_1_0_0_9_beta2/packages;C:/TI/edma3_lld_02_11_02_04/packages;" xdc.tools.configuro -o configPkg -t ti.targets.elf.C66 -p ti.platforms.evm6670 -r debug -c "C:/TI/ccsv5/tools/compiler/c6000" "C:/TI/pdk_C6670_1_0_0_9_beta2/packages/ti/drv/tcp3e/example/tcp3e_example_config/tcp3e_drv_example.cfg"
making package.mak (because of package.bld) ...
generating interfaces for package configPkg (because package/package.xdc.inc is older than package.xdc) ...
configuring tcp3e_drv_example.xe66 from package/cfg/tcp3e_drv_example_xe66.cfg ...
js: "C:/TI/pdk_C6670_1_0_0_9_beta2/packages/ti/drv/tcp3e/example/tcp3e_example_config/tcp3e_drv_example.cfg", line 83: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'ti.drv.edma3.drv' along the path: 'C:/TI/ipc_1_22_05_27/packages;C:/TI/bios_6_31_04_27/packages;C:/TI/pdk_C6670_1_0_0_9_beta2/packages;C:/TI/edma3_lld_02_11_02_04/packages;C:/TI/xdctools_3_20_08_88/packages;..;'. Ensure that the package path is set correctly.
"./package/cfg/tcp3e_drv_example_xe66.cfg", line 763
"./package/cfg/tcp3e_drv_example_xe66.cfg", line 818
"./package/cfg/tcp3e_drv_example_xe66.cfg", line 750
====================================================================================
How can I resolve this?
Thanks
Ran