Hi, I have some problem about using the xdctool to compiler, and the following is the detail about we try to recompiler the solution "soln14a_build_codec" of the TI workshop . Can anyone give me a hand?
We use the dm6446 EVM and use the original environment form CD and use the download cg6x_6_0_3 , framework_component_2_21 and xdctool_2_94. OS is Fedra 5.
configuring app_debug.x470MV from package/cfg/app_debug_x470MV.cfg ...
ti.sdo.ce.utils.trace.close() ...
ti.sdo.ce.bioslog.init() ...
ti.sdo.ce.bioslog.close() ...
ti.sdo.ce.osal.close() ...
error: xdc.cfg.Program: "/home/imslab/dvevm_1_10/xdctools_2_94/packages/xdc/runtime/package.xs", line 44: xdc.cfg.Program : target modules are present, but Program.system == null
js: "/home/imslab/dvevm_1_10/xdctools_2_94/packages/xdc/cfg/Main.xs", line 162: exception from uncaught JavaScript throw: Error: Configuration failed!
"/home/imslab/dvevm_1_10/xdctools_2_94/packages/xdc/xs.js", line 137
gmake[1]: *** [package/cfg/app_debug_x470MV.xdl] Error 1
gmake: *** [/home/imslab/TI_work/solutions/soln14b_build_codec_socrates/app,.executables] Error 2
what is the Program.system == null? how can i resolve this problem?