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.

Problem with adding a Codec Engine module in CCS5

I'm trying to build a CE simple application using a dvsdk_2.00.00.22.29 with full version of Codec Engine (cetools directory) and CCSv5.2. I build it by following these guidelines.

DM6446 software installation - http://processors.wiki.ti.com/index.php/DMAI_GStreamer_Plug-In_Getting_Started_Guide#DM6446_software_installation_.28DVSDK_2.00.00.22.29.

In CE directory I've modified xdcpaths.mak and products.mak and build the CE example codecs successfully.

Next I'm creating new blank ccs project with main.c and main.cfg. When i try use engine module var Engine = xdc.useModule('ti.sdo.ce.Engine') i'm getting output from the console :

'/home/student/ti/grace_1_10_04_36/packages;/home/student/ti/ipc_1_24_03_32/packages;/home/student/ti/bios_6_33_05_46/packages;/home/student/ti/uia_1_01_00_04/packages;/home/student/ti/xdais_7_21_01_07/packages;/home/student/ti/xdais_7_21_01_07/examples;/home/student/ti/ccsv5/ccs_base;/home/student/ti/xdctools_3_23_03_53/packages;..;'. Ensure that the package path is set correctly.

When I add some XDCtools/Package Repositories

/home/student/dvsdk_2_00_00_22/codec_engine_2_23_01/packages

i get :

can't locate the package 'ti.sdo.fc.dskt2' along the path: '/home/student/ti/grace_1_10_04_36/packages;/home/student/dvsdk_2_00_00_22/codec_engine_2_23_01/packages;/home/student/ti/ipc_1_24_03_32/packages;/home/student/ti/bios_6_33_05_46/packages;/home/student/ti/uia_1_01_00_04/packages;/home/student/ti/xdais_7_21_01_07/packages;/home/student/ti/xdais_7_21_01_07/examples;/home/student/ti/ccsv5/ccs_base;/home/student/ti/xdctools_3_23_03_53/packages;..;'. Ensure that the package path is set correctly.

When i try add framework components repositories

/home/student/dvsdk_2_00_00_22/framework_components_2_23_01/packages

i have issues :

Cannot call method "instances" of undefined.

What is possible reason of this error.