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 example apps (client+dsp server) build error with EZSDK 5.01

Expert 2030 points


 

I am getting this error when attempting to build codec engine apps (local client + dsp server) . Same error happens both on windows and linux ubuntu VM

 

 

From folder /TI/ccsv5/codec_engine_3_21_00_13_eng/examples/ti/sdo/ce/examples/apps/video3_copy

ti.sdo.fc.ecpy.getLibs(): Can't find suffix for GCArmv5T target.

 

 

 

warning: xdc.runtime.System: "/home/TI/ccsv5/codec_engine_3_21_00_13_eng/cetools/packages/xdc/runtime/System.xs", line 211: xdc.runtime.System : System's gate may block the caller: ensure that all threads that can call an xdc.runtime method are capable of being blocked

js: "/home/TI/ccsv5/xdctools_3_20_08_88/packages/xdc/cfg/Main.xs", line 31: XDC runtime error: can't find the library 'lib/syslink.a_debug' specified by package ti.syslink. It wasn't found along the path '/home/TI/ccsv5/codec_engine_3_21_00_13_eng/examples/ti/sdo/ce/examples/apps/video3_copy/../../../../../..;/homeUsers/Raj/work;/home/TI/ccsv5/codec_engine_3_21_00_13_eng/cetools/packages;/home/TI/ccsv5/codec_engine_3_21_00_13_eng/packages;/home/TI/ccsv5/bios_6_31_04_27/packages;/home/TI/ccsv5/syslink_02_00_00_68_beta1;/home/TI/ccsv5/xdctools_3_20_08_88/packages;../../../../../..;'.

gmake[1]: *** [package/cfg/bin/ti_platforms_evmTI816X/app_ti/sdo/ce/examples/buildutils/remote_xv5T.xdl] Error 1

gmake[1]: *** Deleting file `package/cfg/bin/ti_platforms_evmTI816X/app_ti/sdo/ce/examples/buildutils/remote_xv5T.xdl'

gmake[1]: *** [package/cfg/bin/ti_platforms_evmTI816X/app_ti/sdo/ce/examples/buildutils/remote_xv5T.xdl] Deleting file `package/cfg/bin/ti_platforms_evmTI816X/app_ti/sdo/ce/examples/buildutils/remote_xv5T.h'

gmake[1]: *** [package/cfg/bin/ti_platforms_evmTI816X/app_ti/sdo/ce/examples/buildutils/remote_xv5T.xdl] Deleting file `package/cfg/bin/ti_platforms_evmTI816X/app_ti/sdo/ce/examples/buildutils/remote_xv5T.c'

xdctools_3_20_08_88/gmake *** [/home/TI/ccsv5/codec_engine_3_21_00_13_eng/examples/ti/sdo/ce/examples/apps/video3_copy,.executables] Error 2

make[1]: *** [all] Error 2

make: *** [all] Error 2

 

 

 

 

RV

  • RV said:
    js: "/home/TI/ccsv5/xdctools_3_20_08_88/packages/xdc/cfg/Main.xs", line 31: XDC runtime error: can't find the library 'lib/syslink.a_debug' specified by package ti.syslink. It wasn't found along the path '/home/TI/ccsv5/codec_engine_3_21_00_13_eng/examples/ti/sdo/ce/examples/apps/video3_copy/../../../../../..;/homeUsers/Raj/work;/home/TI/ccsv5/codec_engine_3_21_00_13_eng/cetools/packages;/home/TI/ccsv5/codec_engine_3_21_00_13_eng/packages;/home/TI/ccsv5/bios_6_31_04_27/packages;/home/TI/ccsv5/syslink_02_00_00_68_beta1;/home/TI/ccsv5/xdctools_3_20_08_88/packages;../../../../../..;'.

    This is the real error - I think it reflects that the SysLink user mode lib isn't built.  This lib is part of the SysLink product, and I think it has to be built by the end user.

    Chris