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.

C6Accel failed to build on dm8168 with ezsdk 5.03

Hi there,

 I was trying to build C6Accel (02.01.00.10) against the latest ezsdk 5.03 .01.15 on dm8168 but no success so far. Can anyone share some thoughts on this? Thanks.

I adapted the Rule.make file to fit 5.03 environment.

~/sdk12_2011/dsp/soc/app/c6accel_dsplib_testapp$ make all

======== Building c6accel_dsplib_testapp ========
Configuring application using TI816X/c6accel_dsplib_testapp.cfg

making package.mak (because of package.bld) ...
js: "./config.bld", line 3: Error: Can't find import file: '/config.bld' (not found along '/home/perry/sdk12_2011/dsp/soc/app/c6accel_dsplib_testapp/c6accel_dsplib_testapp_config/;.;/home/perry/sdk12_2011/dsp/soc/packages;/home/perry/sdk12_2011/component-sources/codec_engine_3_21_02_25/packages;/home/perry/sdk12_2011/component-sources/framework_components_3_21_03_34/packages;/home/perry/sdk12_2011/component-sources/syslink_2_00_05_85/packages;/home/perry/sdk12_2011/component-sources/xdais_7_21_01_07/packages;/home/perry/sdk12_2011/component-sources/linuxutils_3_21_00_04/packages;/soc/packages;/home/perry/sdk12_2011/component-sources/ipc_1_23_05_40/packages;/home/perry/sdk12_2011/component-sources/osal_1_21_01_08/packages;/home/perry/sdk12_2011/component-sources/xdctools_3_22_04_46/packages;..;/home/perry/sdk12_2011/component-sources/xdctools_3_22_04_46;/home/perry/sdk12_2011/component-sources/xdctools_3_22_04_46/etc;/home/perry/sdk12_2011/component-sources/xdctools_3_22_04_46/include;/home/perry/sdk12_2011/component-sources/xdctools_3_22_04_46/packages')
gmake: *** No rule to make target `.configuro'.  Stop.
Warning: directory "/soc/packages" on package path does not exist
js: "/home/perry/sdk12_2011/component-sources/xdctools_3_22_04_46/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
make: *** [c6accel_dsplib_testapp_config/compiler.opt] Error 1

 -Perry