Where can I obtain the lastest version of the following:
* BIOSutils
* the latest version DSPlink
* the latest version of the Code Generation tools
Have a great day!
Take care,
Darwin
Assuming a license of Code Composer Studio is available to you, you can use the Update Advisor in the Help->Update Advisor->Check for Updates.
Brandon
In the context of Davinci devices I would typically suggest using the tool versions that are associated with the particular DVSDK you are using, which can be obtained through www.ti.com/davinciregistration, using varying tool versions could conflict with each other and may cause problems.
For the actual latest versions, the wiki article here has a link to download the latest version of BIOS Link, following through that link on the left of the download page there is a link to get to where you can download BIOS and additional target tools, and the wiki article here has a link to download the lastest version of the code generation tools.
Thanks, Bernie. However, the issue with using the DVEVM update site is that it does not seem to have all of the needed tools, at least that seemed to be my impression when I was trying to get everything installed (perhaps that is not the case, though). There do seem to be compatibility issues with using the latest versions of the tools that I could find, though, as you stated.
I upgraded to MV Linux 5.0 and downloaded and installed the latest versions (that I could find) of the various T.I. tools. However, now I am getting an error that indicates that my XDC path might not be correct: Making all in subdirectory encodedecode...make[2]: Entering directory `/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/encodedecode' XDCPATH="/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dm6446_dvsdk_combos_1_35/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dsplink_1_51/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdais_6_20/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/linuxutils_2_20/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/framework_components_2_20_01/packages" /home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/xs xdc.tools.configuro -c /opt/montavista/pro/devkit/arm/v5t_le -o encodedecode_config -t gnu.targets.MVArm9 \ -p ti.platforms.evmDM6446 encodedecode.cfgmaking package.mak (because of package.bld) ... generating interfaces for package encodedecode_config (because package/package.xdc.inc is older than package.xdc) ... configuring encodedecode.x470MV from package/cfg/encodedecode_x470MV.cfg ...js: "/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages/xdc/cfg/Main.xs", line 200: xdc.services.global.XDCException: xdc.PACKAGE_NOT_FOUND: can't locate the package 'dsplink.gpp' along the path: '/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dm6446_dvsdk_combos_1_35/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dsplink_1_51/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdais_6_20/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/linuxutils_2_20/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/framework_components_2_20_01/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages;..;'. Ensure that the package path is set correctly. "/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages/xdc/cfg/Main.xs", line 174 "/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages/xdc/cfg/Main.xs", line 154 "/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages/xdc/xs.js", line 125gmake: *** [package/cfg/encodedecode_x470MV.c] Error 1 However, I think that this might have something to do with the latest version of DSP Link. (The new version now has two directories and no installation instructions.)
HyperGalaxy,
What version of DSP/BIOS Link have you downloaded and attempted to use in the above DVSDK v1.30.01.41?
I believe you will need to build dsplink prior to building the DVSDK, although I am speaking only from memory. The Rules.make in the DVSDK directory will point to the DSP/BIOS Link directory, but I don't think it goes into that directory and builds like some of the other components.DSPLINK has its own configuration that needs to take place to identify what services are to be implemented, etc.
Brandon,
Thanks, much, for your reply. That is potentially valuable information (especially given the fact that DSPlink does not seem to have any installation instructions).
I was trying to use DSP/BIOS Link version 1.51, but now I am about to try falling back to version 1.40-05p1 (the version that came with the DVSDK version 1.30.01.41).
In trying to model your development environment, I also discovered that using DSP/BIOS Link v1.51 was not convenient with the DVSDK v1.30.01.41. I discovered that you needed to also upgrade Codec Engine as well.
There is a Codec Engine v2.10.02 that you can download and use with DVSDK v1.30.01.41. This particulare Codec Engine version comes with a bundled version of DSP/BIOS Link v1.50. Once I pointed the Rules.make to this newer Codec Engine and the DSP/BIOS Link to the following, the build environment completed without error.
Rules.make file------------------CE_INSTALL_DIR=$(PROJECTDIR)/codec_engine_2_10_02LINK_INSTAL_DIR=$(CE_INSTALL_DIR)/cetools------------------
I use an environment variable in my projects called $PROJECTDIR to help make the entire work area portable. In my case, $PROJECTDIR=<where I installed the dvsdk_1_30_01_41> directory.
Codec Engine 2.21 will add support for MVPro 5.0. It will be available in 2-3 weeks and will include other important components such as CMEM, Framework Components, and DSP/BIOS Link. All of those components will have been validated on MVPro 5.0. I recommend that at the bare minimum you wait for that release. Depending on your needs you might want to consider waiting for DVSDK 2.0 which will be built upon those components. It will give you a fully integrated codec environment and will likely be the best "user experience" in terms of getting things working quickly. The only downside is that DVSDK 2.0 will not be released until mid 1Q09.
Brad
---------------------------------------------------------------------------------------------------------
Please click the Verify Answer button on this post if it answers your question.---------------------------------------------------------------------------------------------------------
Details on the versions of Link, Framework Components, CMEM are given here:
http://wiki.davincidsp.com/index.php?title=Codec_Engine_Roadmap
Where did you find the Codec Engine V2.10.02? (I can only find V2.10.01...)
I am still getting errors when trying to build the codecs:
Making all in subdirectory encodedecode...make[2]: Entering directory `/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/encodedecode'XDCPATH="/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dm6446_dvsdk_combos_1_35/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/cetools/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdais_6_20/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/linuxutils_2_20/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/framework_components_2_20_01/packages" /home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/xs xdc.tools.configuro -c /opt/montavista/pro/devkit/arm/v5t_le -o encodedecode_config -t gnu.targets.MVArm9 \ -p ti.platforms.evmDM6446 encodedecode.cfgmaking package.mak (because of package.bld) ...generating interfaces for package encodedecode_config (because package/package.xdc.inc is older than package.xdc) ...configuring encodedecode.x470MV from package/cfg/encodedecode_x470MV.cfg ...ti.sdo.ce.utils.trace.close() ...ti.sdo.ce.utils.trace.validate() ... will link with ti.sdo.ce.utils.trace:lib/TraceUtil.av5T will link with ti.sdo.ce.bioslog:lib/bioslog.av5T will link with ti.sdo.ce.video:lib/video.av5T will link with ti.sdo.ce:lib/ce.av5T will link with ti.sdo.ce.alg:lib/Algorithm_noOS.av5T;lib/alg.av5T will link with ti.sdo.ce.ipc.dsplink:lib/ipc_dsplink_6446.av5Tjs: "/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages/xdc/cfg/Main.xs", line 25: XDC runtime error: can't find the library 'lib/ipc_dsplink_6446.av5T' specified by package ti.sdo.ce.ipc.dsplink. It wasn't found along the path '/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dm6446_dvsdk_combos_1_35/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/cetools/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdais_6_20/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/linuxutils_2_20/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/framework_components_2_20_01/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages;/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages;..;'. "/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages/xdc/cfg/Main.xs", line 163 "/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages/xdc/xs.js", line 125gmake: *** [package/cfg/encodedecode_x470MV.c] Error 1gmake: *** Deleting file `package/cfg/encodedecode_x470MV.c'gmake: *** [package/cfg/encodedecode_x470MV.c] Deleting file `package/cfg/encodedecode_x470MV.xdl'gmake: *** [package/cfg/encodedecode_x470MV.c] Deleting file `package/cfg/encodedecode_x470MV.h'/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Dti_sdo_ce_osal_Memory_USEDEPRECATEDAPIS=1 -I/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/utils/include -I/home/darwin/projects/LightSpeed/ti-davinci_evm-arm_v5t_le_MV5/linux-2.6.18_pro500/include -c -g -D__DEBUG -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dm6446_dvsdk_combos_1_35/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/cetools/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdais_6_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/linuxutils_2_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/framework_components_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I".." -Dxdc_target_types__="gnu/targets/std.h" -Dxdc_target_name__=MVArm9 -Dxdc_cfg__header__="/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/encodedecode/encodedecode_config/package/cfg/encodedecode_x470MV.h" -o debug/capture.o capture.ccapture.c: In function ‘captureThrFxn’:capture.c:362: warning: pointer targets in passing argument 2 of ‘initCaptureDevice’ differ in signedness/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Dti_sdo_ce_osal_Memory_USEDEPRECATEDAPIS=1 -I/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/utils/include -I/home/darwin/projects/LightSpeed/ti-davinci_evm-arm_v5t_le_MV5/linux-2.6.18_pro500/include -c -g -D__DEBUG -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dm6446_dvsdk_combos_1_35/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/cetools/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdais_6_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/linuxutils_2_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/framework_components_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I".." -Dxdc_target_types__="gnu/targets/std.h" -Dxdc_target_name__=MVArm9 -Dxdc_cfg__header__="/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/encodedecode/encodedecode_config/package/cfg/encodedecode_x470MV.h" -o debug/ctrl.o ctrl.c/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Dti_sdo_ce_osal_Memory_USEDEPRECATEDAPIS=1 -I/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/utils/include -I/home/darwin/projects/LightSpeed/ti-davinci_evm-arm_v5t_le_MV5/linux-2.6.18_pro500/include -c -g -D__DEBUG -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dm6446_dvsdk_combos_1_35/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/cetools/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdais_6_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/linuxutils_2_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/framework_components_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I".." -Dxdc_target_types__="gnu/targets/std.h" -Dxdc_target_name__=MVArm9 -Dxdc_cfg__header__="/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/encodedecode/encodedecode_config/package/cfg/encodedecode_x470MV.h" -o debug/display.o display.c/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Dti_sdo_ce_osal_Memory_USEDEPRECATEDAPIS=1 -I/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/utils/include -I/home/darwin/projects/LightSpeed/ti-davinci_evm-arm_v5t_le_MV5/linux-2.6.18_pro500/include -c -g -D__DEBUG -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dm6446_dvsdk_combos_1_35/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/cetools/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdais_6_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/linuxutils_2_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/framework_components_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I".." -Dxdc_target_types__="gnu/targets/std.h" -Dxdc_target_name__=MVArm9 -Dxdc_cfg__header__="/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/encodedecode/encodedecode_config/package/cfg/encodedecode_x470MV.h" -o debug/main.o main.cmain.c: In function ‘main’:main.c:523: warning: missing sentinel in function call/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Dti_sdo_ce_osal_Memory_USEDEPRECATEDAPIS=1 -I/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/utils/include -I/home/darwin/projects/LightSpeed/ti-davinci_evm-arm_v5t_le_MV5/linux-2.6.18_pro500/include -c -g -D__DEBUG -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dm6446_dvsdk_combos_1_35/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/cetools/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdais_6_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/linuxutils_2_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/framework_components_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I".." -Dxdc_target_types__="gnu/targets/std.h" -Dxdc_target_name__=MVArm9 -Dxdc_cfg__header__="/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/encodedecode/encodedecode_config/package/cfg/encodedecode_x470MV.h" -o debug/ui.o ui.c/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -Dti_sdo_ce_osal_Memory_USEDEPRECATEDAPIS=1 -I/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/utils/include -I/home/darwin/projects/LightSpeed/ti-davinci_evm-arm_v5t_le_MV5/linux-2.6.18_pro500/include -c -g -D__DEBUG -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/dm6446_dvsdk_combos_1_35/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/codec_engine_2_20_01/cetools/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdais_6_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/linuxutils_2_20/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/framework_components_2_20_01/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I"/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages" -I".." -Dxdc_target_types__="gnu/targets/std.h" -Dxdc_target_name__=MVArm9 -Dxdc_cfg__header__="/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/encodedecode/encodedecode_config/package/cfg/encodedecode_x470MV.h" -o debug/video.o video.c/opt/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -lfreetype -lpng -ljpeg -lpthread -o debug/encodedecoded debug/capture.o debug/ctrl.o debug/display.o debug/main.o debug/ui.o debug/video.o encodedecode_config/linker.cmd /home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/utils/lib/simplewidgetd.a /home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/utils/lib/msp430libd.a /home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/utils/lib/rszcopyd.a /home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/utils/lib/smoothd.aarm_v5t_le-gcc: encodedecode_config/linker.cmd: No such file or directorymake[2]: *** [debug/encodedecoded] Error 1make[2]: Leaving directory `/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446/encodedecode'make[1]: *** [encodedecode] Error 2make[1]: Leaving directory `/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/demos/dm6446'make: *** [demos/dm6446] Error 2
Do you have any idea what could be wrong with my setup? Also, can you please send me your Rules.make and xdcpaths.mak files?
you can get v.2.10.02 thru Update Advisor assuming you have CCS License; let me know if you need further help with this.
May I ask where you got the codec(s) from? FYI, they do not come as part of DVSDK.
The error suggests there is a missing liker.cmd file; I am wondering if you have all the files necessary to perform the build.
error ti.sdo.ce.utils.trace.validate() ... will link with ti.sdo.ce.utils.trace:lib/TraceUtil.av5T will link with ti.sdo.ce.bioslog:lib/bioslog.av5T will link with ti.sdo.ce.video:lib/video.av5T will link with ti.sdo.ce:lib/ce.av5T will link with ti.sdo.ce.alg:lib/Algorithm_noOS.av5T;lib/alg.av5T will link with ti.sdo.ce.ipc.dsplink:lib/ipc_dsplink_6446.av5Tjs: "/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages/xdc/cfg/Main.xs", line 25: XDC runtime error: can't find the library 'lib/ipc_dsplink_6446.av5T'
ti.sdo.ce.utils.trace.validate() ... will link with ti.sdo.ce.utils.trace:lib/TraceUtil.av5T will link with ti.sdo.ce.bioslog:lib/bioslog.av5T will link with ti.sdo.ce.video:lib/video.av5T will link with ti.sdo.ce:lib/ce.av5T will link with ti.sdo.ce.alg:lib/Algorithm_noOS.av5T;lib/alg.av5T will link with ti.sdo.ce.ipc.dsplink:lib/ipc_dsplink_6446.av5Tjs: "/home/darwin/projects/LightSpeed/dvsdk_1_30_01_41/xdctools_3_10_02/packages/xdc/cfg/Main.xs", line 25: XDC runtime error: can't find the library 'lib/ipc_dsplink_6446.av5T'
From the files above it would appear that you're using one of the new versions of XDCtools and taking advantage of the new GCArmv5T target. It appears that the getLibs function that is part of that RTSC package was written before GCArmv5T and so it is incorrectly generating the filenames. The "proper" solution is for that package (in this case codec engine) to update its getLibs function. That has actually been done in CE 2.20 and later. So for you to use that specific version the easiest thing you can do would be to use the MVArm9 target instead of the GCArmv5T target. Is that a possibility? There is another workaround, but I don't remember the syntax off the top of my head.
Brad,
I totally missed this error; it is a good thing you were more awake than I.
Normally you should look at the codec release notes (all codec(s) should be accompanied by a set of release notes) and use the version of codec engine (and other software components) listed in the release notes. This will save you many head-aches.
I am using V1.30.01-41 of the DVSDK. I assumed that this does have the codecs, since the default Rules.mak file sets the CODEC_INSTALL_DIR variable to $(DVSDK_INSTALL_DIR)/dm6446_dvsdk_combos_1_35, and that directory exists and has the packages/ti/sdo/codecs subdirectory which contains various codecs...
If I need additional codecs, where do I obtain them?