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.

Codec Engine Thread.Proxy Error with SYS/BIOS TI814x evm

Other Parts Discussed in Thread: SYSBIOS

I am trying to use Codec Engine 3.20.01.18 with SYS/BIOS 6.31.4.27 in CCSv4.2.4.

 But I am getting an error 

error: xdc.runtime.knl.Thread: "C:/Program Files/Texas Instruments/xdctools_3_20_08_88/packages/xdc/runtime/knl/Thread.xs", line 31: xdc.runtime.knl.Thread : Thread.Proxy is not bound to OS specific implementation
js: "C:/Program Files/Texas Instruments/xdctools_3_20_08_88/packages/xdc/cfg/Main.xs", line 116: Error: Configuration failed!
xdctools_3_20_08_88\gmake.exe: *** [package/cfg/alg_test_p674.xdl] Error 1
js: "C:/Program Files/Texas Instruments/xdctools_3_20_08_88/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
gmake: *** [configPkg/compiler.opt] Error 1
gmake: Target `all' not remade because of errors.

How to solve this?

  • Jibin,

    You can set the proxies by putting this code in your configuration (.cfg) file:

        /* Set up BIOS proxies */
        xdc.useModule('ti.sysbios.xdcruntime.Settings');

    This will set the xdc.runtime.knl.Thread proxy to the BIOS Task implementation.

    Regards,

        Janet