> I have some problems with compiling codec engine demo as shown that > build_instructions.html(full path : > /home/hlmcmkfl/dvevm_1_00_00_32/codec_engine_1_00/examples) > This demo inludes three steps as you know.Firstly i've compiled > viddec_copy demo under the codec. I've succeded them. But at second step > i've failed. When i try to compile, linux gives following error message. > > > ------------------------------------------------------------------------ -- > ------------------------------------------------------------------------ -- > ------------------------------------------------------------------------ -- > ---------------------------------------------------------- > [EMAIL PROTECTED] video_copy]$ gmake > /home/hlmcmkfl/dvevm_1_00_00_32/xdctools_1_20/xdc > XDCPATH="/home/hlmcmkfl/dvevm_1_00_00_32/codec_engine_1_00/examples;/hom e/ > hlmcmkfl/dvevm_1_00_00_32/codec_engine_1_00/packages;/home/hlmcmkfl/dvev m_ > 1_00_00_32/xdais_5_00/packages;/home/hlmcmkfl/dvevm_1_00_00_32/dsplink_1 _3 > 0_07ce/packages;/home/hlmcmkfl/dvevm_1_00_00_32/cmem_1_00/packages;/home /h > lmcmkfl/dvevm_1_00_00_32/framework_components_1_10_01/packages;/opt/bios _5 > _31_04/packages" \ > XDCOPTIONS=v all > rm -f video_copy.x64P > # > # lnk64P video_copy.x64P ... > rm -f package/cfg//video_copy.x64P.map > /opt/TI/cg6x_6_0_11/bin/lnk6x -w -q -u _c_int00 -l link.cmd -q -o > video_copy.x64P package/cfg/video_copy_x64Pcfg_c.o64P > package/cfg/video_copy/main.o64P package/cfg/video_copy_x64Pcfg.o64P > package/cfg/video_copy_x64P.o64P package/cfg/video_copy_x64P.xdl -c -m > package/cfg//video_copy.x64P.map -l /opt/TI/cg6x_6_0_11/lib/rts64plus.lib > undefined first referenced > symbol in file > --------- ---------------- > _DMAN3_CE_exit > /home/hlmcmkfl/dvevm_1_00_00_32/codec_engine_1_00/packages/ti/sdo/ce/osa l/ > lib/osal_dsplink_bios.a64P > _DMAN3_CE_init > /home/hlmcmkfl/dvevm_1_00_00_32/codec_engine_1_00/packages/ti/sdo/ce/osa l/ > lib/osal_dsplink_bios.a64P > __DSKT2_DARAM_SCRATCH_SIZES > /home/hlmcmkfl/dvevm_1_00_00_32/framework_components_1_10_01/packages/ti /s > do/fc/dskt2/dskt2d.a64P > __DSKT2_ALLOW_EXTERNAL_SCRATCH > /home/hlmcmkfl/dvevm_1_00_00_32/framework_components_1_10_01/packages/ti /s > do/fc/dskt2/dskt2d.a64P > __DSKT2_SARAM_SCRATCH_SIZES > /home/hlmcmkfl/dvevm_1_00_00_32/framework_components_1_10_01/packages/ti /s > do/fc/dskt2/dskt2d.a64P > _DSKT2_cacheWBInvFxn > /home/hlmcmkfl/dvevm_1_00_00_32/framework_components_1_10_01/packages/ti /s > do/fc/dskt2/dskt2d.a64P > >> error: symbol referencing errors - 'video_copy.x64P' not built > gmake: *** [video_copy.x64P] Error 1 > gmake: *** [all] Error 2 > ------------------------------------------------------------------------ -- > ------------------------------------------------------------------------ -- > ------------------------------------------------------------------------ -- > ---------------------------------------------------------- > > What should i do?
>From the above it appears that you are using an old version of the DVEVM software (v1_00_00_32) and a newer version of the framework components (v1_10_01). Hence, I am wondering if this is a versioning issue. I would recommend that you upgrade the DVEVM and DVSDK software to release v1.10.01. Please see the following webpage: www.ti.com/dvevmupdates Jon _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
