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.

codec engine: make examples errors

Other Parts Discussed in Thread: SYSBIOS

Hi,

I am trying to compile codec engine examples on EZSDK ver 5.03 on linux for TI8168, i am following the document "codec_engine_3_21_02_25/examples/build_instructions.html"
example codecs and  example extensions were compiled OK, but i have problem with  example servers, can anyone please help?
The make fail with errors as follows:

======== .interfaces [.] ========
making package.mak (because of package.bld) ...
Platform.xs: dspTarg = C674elf
Adding C674elf platform...
exe name = 'bin/ti_platforms_evmTI816X/all_DSP'
generating interfaces for package ti.sdo.ce.examples.servers.all_codecs (because package/package.xdc.inc is older than package.xdc) ...
.interfaces files complete: Tue Sep 4 10:58:43 IDT 2012.
======== .libraries [.] ========
.libraries files complete: Tue Sep 4 10:58:43 IDT 2012.
======== .dlls [.] ========
configuring bin/ti_platforms_evmTI816X/all_DSP.xe674 from package/cfg/bin/ti_platforms_evmTI816X/all_DSP_pe674.cfg ...
platformName = 'ti.platforms.evmTI816X:DSP'
Setting to dskt2's functions

NOTE: You can find the complete server data sheet in ./package/info/bin/ti_platforms_evmTI816X/all_DSP.xe674.DataSheet.html
---------------------------------------------------------------------------------------------------------------------------

manageIpc = true
Heap: ti.sysbios.heaps.HeapMem
js: "/home/gabi/z3/z3-netra/z3-netra-RPS-20120221/ezsdk/component-sources/syslink_2_00_05_85/packages/ti/syslink/ipc/rtos/package.xs", line 95: Error: Library not found: ti.syslink.ipc.rtos.ae674
gmake[1]: *** [package/cfg/bin/ti_platforms_evmTI816X/all_DSP_pe674.xdl] Error 1
gmake[1]: *** Deleting file `package/cfg/bin/ti_platforms_evmTI816X/all_DSP_pe674.xdl'
gmake[1]: *** [package/cfg/bin/ti_platforms_evmTI816X/all_DSP_pe674.xdl] Deleting file `package/cfg/bin/ti_platforms_evmTI816X/all_DSP_pe674.h'
gmake[1]: *** [package/cfg/bin/ti_platforms_evmTI816X/all_DSP_pe674.xdl] Deleting file `package/cfg/bin/ti_platforms_evmTI816X/all_DSP_pe674.c'
gmake: *** [.,.dlls] Error 2
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/gabi/z3/z3-netra/z3-netra-RPS-20120221/ezsdk/component-sources/codec_engine_3_21_02_25/examples/ti/sdo/ce/examples/servers/all_codecs'
make: *** [all] Error 2