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.

win7 系统 ccs3.3 使用 BIOS 5.41.11.38 编译报错

Other Parts Discussed in Thread: CCSTUDIO

本人在win7上已安装了BIOS 5.41.11.38,

但是编译以前的工程发现报错,似乎是XDC与BIOS不匹配,请问高手这个如何解决。

编译错误代码如下,错误行用红色标示:

------------------------ video_encdec_fio.pjt - Debug ------------------------
[video_encdec_fio.cfg] "C:\dvsdk_1_11_00_00_DM648\xdc_2_95_02\xs.exe" xdc.tools.configuro.ccs --xdcpathsfile="xdcpaths.dat" -pti.platforms.evmDM648 -rdebug --tcf -t ti.targets.C64P -c "C:/CCStudio_v3.3/C6000/cgtools" --bios "C:/CCStudio_v3.3/bios_5_41_11_38" -o "xdcconfig" video_encdec_fio.cfg

Info: running XDC configuration using package path:
C:\dvsdk_1_11_00_00_DM648\codec_engine_1_20_02\packages
C:\dvsdk_1_11_00_00_DM648\codec_engine_1_20_02\examples
C:\dvsdk_1_11_00_00_DM648\framework_components_1_20_03\packages
C:\dvsdk_1_11_00_00_DM648\xdais_5_21\packages
C:\dvsdk_1_11_00_00_DM648\codecs_1_10_evmDM648\packages-evaluation
C:\dvsdk_1_11_00_00_DM648\ndk_1_92_00_22_eval\packages
C:\dvsdk_1_11_00_00_DM648\biosutils_1_00_02\packages
C:\dvsdk_1_11_00_00_DM648\pspdrivers_1_10_00\packages
C:\dvsdk_1_11_00_00_DM648\edma3_lld_1_05_00\packages
$(Proj_dir)
C:\CCStudio_v3.3\bios_5_41_11_38\packages
C:\dvsdk_1_11_00_00_DM648\xdc_2_95_02\packages


The configuration step is now running:

configuring video_encdec_fio.x64P from package/cfg/video_encdec_fio_x64P.cfg ...
Configuring evaluation server to use Product codecs...
ti.sdo.ce.osal.close() ...
ti.sdo.ce.osal.validate() ...
js: "C:/dvsdk_1_11_00_00_DM648/xdc_2_95_02/packages/xdc/cfg/Main.xs", line 170: exception from uncaught JavaScript throw: Error: incompatible use of package 'ti.rtdx': imported ti.rtdx [2,0,0,5,0], ti.bios.utils was built with ti.rtdx []; incompatible use of package 'xdc.bld': imported xdc.bld [1,0,0,0,1183011756898], ti.rtdx was built with xdc.bld [1, 0, 1], ti.pmi was built with xdc.bld [1, 0, 1], ti.pscl was built with xdc.bld [1, 0, 1], ti.bios was built with xdc.bld [1, 0, 1]; incompatible use of package 'xdc': imported xdc [1,1,0,0,1183011749422], ti.rtdx was built with xdc [1, 1, 1, 0], ti.pmi was built with xdc [1, 1, 1, 0], ti.pscl was built with xdc [1, 1, 1, 0], ti.bios was built with xdc [1, 1, 1, 0]
Adding the following line to your 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.
"C:/dvsdk_1_11_00_00_DM648/xdc_2_95_02/packages/xdc/xs.js", line 137
xdc_2_95_02\gmake.exe: *** [package/cfg/video_encdec_fio_x64P.c] Error 1
xdc_2_95_02\gmake.exe: *** [package/cfg/video_encdec_fio_x64P.c] Deleting file `package/cfg/video_encdec_fio_x64Pcfg.cmd'
xdc_2_95_02\gmake.exe: *** [package/cfg/video_encdec_fio_x64P.c] Deleting file `package/cfg/video_encdec_fio_x64Pcfg_c.c'
xdc_2_95_02\gmake.exe: *** [package/cfg/video_encdec_fio_x64P.c] Deleting file `package/cfg/video_encdec_fio_x64Pcfg.s62'

*************************
Configuration step failed.
*************************

Explanation:
-----------
A configuration script threw an exception (error).
Please look at the highlighted script name and line number above to determine what could be the cause of error.


Please review the above information carefully to correct this configuration error.

Build Complete,
1 Errors, 0 Warnings, 1 Remarks.