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 examples编译问题

DM8168+EZSDK 按照 software-dl.ti.com/.../build_instructions.html 中的方法,在编译apps时出现如下错误:

js: "/usr/local/ezsdk/component-sources/xdctools_3_23_03_53/packages/xdc/cfg/Main.xs", line 46: XDC runtime error: can't find the library 'lib/cmem.a470MV' specified by package ti.sdo.linuxutils.cmem.  It wasn't found along the path '/root/桌面/installfiles/examples/ti/sdo/ce/examples/apps/speech/../../../../../..;/usr/codec_engine_3_22_01_06/cetools;/usr/local/ezsdk/component-sources/xdais_7_22_00_03/packages;/usr/local/ezsdk/component-sources/bios_6_33_05_46/packages;/usr/local/ezsdk/component-sources/linuxutils_3_22_00_02/packages;/usr/local/ezsdk/component-sources/syslink_2_20_02_20/packages;/usr/local/ezsdk/component-sources/osal_1_22_01_09/packages;/usr/local/ezsdk/component-sources/framework_components_3_22_01_07/packages;/usr/local/ezsdk/component-sources/edma3lld_02_11_05_02/packages;/usr/local/ezsdk/component-sources/ipc_1_24_03_32/packages;/usr/codec_engine_3_22_01_06/packages;/usr/local/ezsdk/component-sources/xdctools_3_23_03_53/packages;../../../../../..;'.
gmake[1]: *** [package/cfg/bin/ti_platforms_evmTI816X/app_local_pv5T.xdl] 错误 1

附:终端执行make .show-products如下:

DEVICE                      = TI816X
GPPOS                       = LINUX_GCC
PROGRAMS                    = APP_CLIENT DSP_SERVER APP_LOCAL
CE_INSTALL_DIR              = /usr/codec_engine_3_22_01_06
LINK_INSTALL_DIR            = /usr/local/ezsdk/component-sources/syslink_2_20_02_20
CMEM_INSTALL_DIR            = /usr/local/ezsdk/component-sources/linuxutils_3_22_00_02
XDAIS_INSTALL_DIR           = /usr/local/ezsdk/component-sources/xdais_7_22_00_03
IPC_INSTALL_DIR             = /usr/local/ezsdk/component-sources/ipc_1_24_03_32
EDMA3_LLD_INSTALL_DIR       = /usr/local/ezsdk/component-sources/edma3lld_02_11_05_02
FC_INSTALL_DIR              = /usr/local/ezsdk/component-sources/framework_components_3_22_01_07
OSAL_INSTALL_DIR            = /usr/local/ezsdk/component-sources/osal_1_22_01_09
CGTOOLS_V5T                 = /usr/local/arm-2009q1
CC_V5T                      = bin/arm-none-linux-gnueabi-gcc
AR_V5T                      = bin/arm-none-linux-gnueabi-ar
ti.targets.C64P      (COFF) =
ti.targets.C674      (COFF) = /usr/local/ezsdk/dsp-devkit/cgt6x_7_3_4
ti.targets.elf.C64T   (ELF) =
ti.targets.elf.C64P   (ELF) =
ti.targets.elf.C674   (ELF) =
ti.targets.elf.C66    (ELF) =
ti.targets.arm.elf.M3 (ELF) =
gnu.targets.arm.GCArmv5T    = /usr/local/arm-2009q1;LONGNAME=bin/arm-none-linux-gnueabi-gcc;profiles.release.compileOpts.copts=-O2 -ffunction-sections
google.targets.arm.Bionic   = ;LONGNAME=;libcDir=;fsDir=

请问各位专家如何解决!