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.

Compile Example error

When I compile the example( examples/ti/sdo/ce/examples/servers/video_copy  ) of CE 2.23 supported, it shows following error.

 

XDCPATH="/root/otis/examples/ti/sdo/ce/examples/servers/video_copy/evm3530/../../../../../../..;/root/otis/dvsdk_3_00_00_40/codec_engine_2_24/packages;/root/otis/dvsdk_3_00_00_40/xdais_6_24/packages;/root/otis/dvsdk_3_00_00_40/linuxutils_2_24_02/packages;/root/otis/dvsdk_3_00_00_40/framework_components_2_24/packages;/root/otis/dvsdk_3_00_00_40/biosutils_1_01_00/packages;/root/otis/dvsdk_3_00_00_40/bios_5_33_02/packages;/root/otis/dvsdk_3_00_00_40/dsplink_1_61_03/packages" /root/otis/dvsdk_3_00_00_40/xdctools_3_15_01_59/xs xdc.tools.configuro -c /root/otis/dvsdk_3_00_00_40/C6000CGT6.1.7 -o video_copy \
        -t ti.targets.C64P -p ti.platforms.evm3530 -b /root/otis/examples/ti/sdo/ce/examples/servers/video_copy/evm3530/../../../../../../../config.bld \
        --tcf video_copy.cfg
making package.mak (because of package.bld) ...
config.bld: Running the version from Codec Engine Examples.
js: "/root/otis/examples/ti/sdo/ce/examples/buildutils/Platforms.xs", line 75: TypeError: Cannot call method "match" of undefined
    "/root/otis/examples/config.bld", line 138
    "./config.bld", line 3
gmake: *** No rule to make target `.configuro'.  Stop.
js: "/root/otis/dvsdk_3_00_00_40/xdctools_3_15_01_59/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
make: *** [video_copy/linker.cmd] Error 1

 

 

  • You're mixing CE 2.23 and 2.24 build scripts - this isn't supported.

    More discussion here - http://e2e.ti.com/forums/p/9278/36038.aspx

    Chris

  • dear Chris Ring,

    the website http://e2e.ti.com/forums/p/9278/36038.aspx  for more discussion has been invalide, Now i meet the same error with DVSDK3.10 when i compile

    /opt/dvsdk_3_10_00_19/codec_engine_2_25_05_16/examples/ti/sdo/ce/examples/apps/video_copy/dualcpu_separateconfig/configured_CE_subsystem

    ,and could you give some help to correct the error :

    [root@localhost configured_CE_subsystem]# make
    XDCPATH="/opt/dvsdk_3_10_00_19/codec_engine_2_25_05_16/examples/ti/sdo/ce/examples/apps/video_copy/dualcpu_separateconfig/configured_CE_subsystem/../../../../../../../..;/opt/dvsdk_3_10_00_19/codec_engine_2_25_05_16/packages;/opt/dvsdk_3_10_00_19/xdais_6_25_02_11/packages;/opt/dvsdk_3_10_00_19/linuxutils_2_25_04_10/packages;/opt/dvsdk_3_10_00_19/framework_components_2_25_02_06/packages;/opt/dvsdk_3_10_00_19/biosutils_1_02_02/packages;/opt/dvsdk_3_10_00_19/edma3_lld_01_11_00_03/packages;/opt/dvsdk_3_10_00_19/bios_5_41_00_06/packages;/opt/dvsdk_3_10_00_19/dsplink_linux_1_64" /opt/dvsdk_3_10_00_19/xdctools_3_16_01_27/xs xdc.tools.configuro -c /opt/mv_pro_4.0.1/montavista/pro/devkit/arm/v5t_le -o ceapp \
            -t gnu.targets.arm.GCArmv5T -p ti.platforms.evmDM6467 \
            -b /opt/dvsdk_3_10_00_19/codec_engine_2_25_05_16/examples/ti/sdo/ce/examples/apps/video_copy/dualcpu_separateconfig/configured_CE_subsystem/../../../../../../../../config.bld -Dplatname=ti.platforms.evmDM6467 ceapp.cfg
    making package.mak (because of package.bld) ...
    config.bld: Running the version from Codec Engine Examples.
    js: "/opt/dvsdk_3_10_00_19/codec_engine_2_25_05_16/examples/ti/sdo/ce/examples/buildutils/Platforms.xs", line 75: TypeError: Cannot call method "match" of undefined
        "/opt/dvsdk_3_10_00_19/codec_engine_2_25_05_16/examples/config.bld", line 71
        "./config.bld", line 3
    making package.mak (because of package.bld) ...
    config.bld: Running the version from Codec Engine Examples.
    js: "/opt/dvsdk_3_10_00_19/codec_engine_2_25_05_16/examples/ti/sdo/ce/examples/buildutils/Platforms.xs", line 75: TypeError: Cannot call method "match" of undefined
        "/opt/dvsdk_3_10_00_19/codec_engine_2_25_05_16/examples/config.bld", line 71
        "./config.bld", line 3
    gmake: *** No rule to make target `.configuro'.  Stop.
    js: "/opt/dvsdk_3_10_00_19/xdctools_3_16_01_27/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
    make: *** [ceapp] Error 1
    [root@localhost configured_CE_subsystem]# pwd
    /opt/dvsdk_3_10_00_19/codec_engine_2_25_05_16/examples/ti/sdo/ce/examples/apps/video_copy/dualcpu_separateconfig/configured_CE_subsystem
    [root@localhost configured_CE_subsystem]#

     

    thank you