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.

Error: incompatible use of package 'ti.rtdx'

Other Parts Discussed in Thread: CCSTUDIO

Hello There:

I made some compenent version updates and now that I went back to an old project I can not make it to build. The following error comes:

"----------------------------  fullDemo.pjt - Debug  ----------------------------
[config.cfg] "C:\Program Files\Texas Instruments\xdctools_3_10_02\xs.exe" xdc.tools.configuro.ccs  --xdcpathsfile="xdcpaths.dat" -tti.targets.C64P -pti.platforms.evmDM648 -rdebug --tcf -Dconfig.importPath=".../C:/dvsdk_1_10_00_14_DM648/examples/common/evmDM648" -c "C:/Program Files/Texas Instruments/C6000 Code Generation Tools 6.1.9" --xp "C:/CCStudio_v3.3/bios_5_33/packages" -o "xdcconfig" config.cfg

Info: running XDC configuration using package path:
C:\dvsdk_1_10_00_14_DM648\codec_engine_1_20_02\packages
C:\dvsdk_1_10_00_14_DM648\codec_engine_1_20_02\examples
C:\dvsdk_1_10_00_14_DM648\framework_components_1_20_03\packages
C:\dvsdk_1_10_00_14_DM648\xdais_6_20\packages
C:\dvsdk_1_10_00_14_DM648\codecs_1_10_evmDM648\packages-evaluation
C:\dvsdk_1_10_00_14_DM648\ndk_1_94_0_0_eval\packages
C:\dvsdk_1_10_00_14_DM648\biosutils_1_00_02\packages
C:\dvsdk_1_10_00_14_DM648\pspdrivers_1_10_00_07\packages
C:\dvsdk_1_10_00_14_DM648\edma3_lld_1_00_00_04\packages
C:\dvsdk_1_10_00_14_DM648\examples\common\evmDM648
C:\CCStudio_v3.3\bios_5_33\packages
C:\Program Files\Texas Instruments\xdctools_3_10_02\packages


The configuration step is now running:

making package.mak (because of package.bld) ...
generating interfaces for package xdcconfig (because package/package.xdc.inc is older than package.xdc) ...
configuring config.x64P from package/cfg/config_x64P.cfg ...
Configuring evaluation server to use Product codecs...
ti.sdo.ce.examples.codecs.videnc_copy.close() ...
ti.sdo.ce.osal.close() ...
ti.sdo.ce.osal.validate() ...
js: "C:/Program Files/Texas Instruments/xdctools_3_10_02/packages/xdc/cfg/Main.xs", line 120: Error: incompatible use of package 'ti.rtdx' [in C:/CCStudio_v3.3/bios_5_33/packages/ti/rtdx/]: version of the loaded package 'ti.rtdx' is [2, 0, 0, 4], while 'ti.bios.log.support' [in C:/dvsdk_1_10_00_14_DM648/biosutils_1_00_02/packages/ti/bios/log/support/] was built with 'ti.rtdx' [], while 'ti.bios.log.ndk' [in C:/dvsdk_1_10_00_14_DM648/biosutils_1_00_02/packages/ti/bios/log/ndk/] was built with 'ti.rtdx' []
Adding the following line to your program configuration script:
 environment['xdc.cfg.check.fatal'] = 'false';
converts this incompatibility error into a warning. Please, check the documentation for the package xdc.cfg for more information."

Any help would be appreciated.

Thanks;

Gabriel