Read the error message. > config.bld: Error: compiler path for C6x DSP tools points to > an incorrect directory > (C64P.rootDir='/db/toolsrc/library/tools/vendors/ti/c6x/6.0.3/ > Linux'). Edit file > '/opt/dvevm_1_10/codec_engine_1_02/examples/user.bld' and > correct the line that sets the 'C64P.rootDir' variable.
You need to set the C64P.rootDir variable in the specified file to point at your C6x DSP codegen tools. They're not environ vars, they're variables in your "/opt/dvevm_1_10/codec_engine_1_02/examples/user.bld" javascript file. This is described in detail in the doc Brandon mentioned yesterday (/opt/dvevm_1_10/codec_engine_1_02/examples/build_instructions.html) Chris > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > ] On Behalf Of JOE > Sent: Thursday, November 16, 2006 10:06 PM > To: [email protected] > Subject: about Codec Engine download > > Thank you Azbell, Brandon. > > I do not know how to set user.bld. > > Build.targets > C64P.rootDir > MVArm9.rootDir > UCArm9.rootDir > Linux86.rootDir > > where is those env variable? > > Could you tell me? thanks. > > I install > "dsp_bios_setuplinux_5_30_00_11.bin,dvevm_setuplinux_1_10_00_3 > 0.bin,dvsdk_setuplinux_1_10_00_30.bin,cg_setuplinux_6_0_3_02.bin" > > > > error massage: > js: "/opt/dvevm_1_10/codec_engine_1_02/packages/config.bld", > line 128: exception from uncaught JavaScript throw: Error: > config.bld: Error: compiler path for C6x DSP tools points to > an incorrect directory > (C64P.rootDir='/db/toolsrc/library/tools/vendors/ti/c6x/6.0.3/ > Linux'). Edit file > '/opt/dvevm_1_10/codec_engine_1_02/examples/user.bld' and > correct the line that sets the 'C64P.rootDir' variable. > > "/opt/dvevm_1_10/xdctools_1_21/include/utils.tci", line 562 > "/opt/dvevm_1_10/xdctools_1_21/include/utils.tci", line 480 > > "/opt/dvevm_1_10/xdctools_1_21/packages/xdc/bld/BuildEnvironme > nt.xs", line 105 > "/opt/dvevm_1_10/xdctools_1_21/packages/xdc/bld/bld.js", line 70 > "/opt/dvevm_1_10/xdctools_1_21/packages/xdc/bld/bld.js", line 137 > gmake: *** [package.mak] Error 2 > make[1]: *** [all] Error 2 > make: *** [all] Error 2 > _______________________________________________ > Davinci-linux-open-source mailing list > [email protected] > http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source > _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
