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.

Some errors with codec engine_2_22 on OMAPL137

Other Parts Discussed in Thread: OMAP-L137, OMAP3530

I make code engine_2_22 followed by Building The OMAP-L137 SDK on http://wiki.davincidsp.com/index.php?title=Building_The_OMAP-L137_SDK and OMAPL137_arm_1_00_00_07\codec_engine_2_22\examples\build_instructions.html.But there are errors in making process.I can build codecs、extensions and servers except apps has some errors.

###############################################################

There is user.ld file which i have change.

/*
 *  ======== user.bld ========
 *
 * User note: YOU MUST MODIFY THIS FILE TO SPECIFY THE COMPILER TOOL PATHS.
 */

// This table list the targets for which to build libraries and programs, and for
// each target it lists where the compiler tools are and for what platforms
// the programs should be built. For all build variants where you specify
// that "doBuild" is "true", you must specify the compiler tools, and it is
// desirable to comment out unwanted platforms.
// Example: if you are only interested in building Arm-side examples for
// evmDM6446 running Montavista Arm Linux, set doBuild: false everywhere
// except for the first Arm "doBuild"; then, specify your Montavista Arm
// tools directory, and comment out all platforms for that build except
// for '{ platform: "evmDM6446" }'.

var buildTable = {
    "Arm":    [{doBuild: true, // standard build for Linux
                target:  "gnu.targets.arm.GCArmv5T",

                // Arm tools. NOTE: make sure the directory you specify has a "bin" subdirectory
                cgtoolsRootDir: "/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le",

                platforms: [ // NOTE: comment out platforms (boards) below for which you don't want to build
                    { description: "DaVinci evmDM357 board, ARM only", platform: "evmDM357",     dualCpu: false,  outDir: "bin/evmDM357" },
                    { description: "DaVinci evmDM6446 board, ARM-side", platform: "evmDM6446",   dualCpu: true,  outDir: "bin/evmDM6446" },
                    { description: "DaVinci evmDM6467 board, ARM-side", platform: "evmDM6467",   dualCpu: true,  outDir: "bin/evmDM6467" },
                    { description: "DaVinci evmDM355 board, ARM only",  platform: "evmDM355" ,   dualCpu: false, outDir: "bin/evmDM355"  },
                    { description: "DaVinci evmDM365 board, ARM only",  platform: "evmDM365" ,   dualCpu: false, outDir: "bin/evmDM365"  },
//                    { description: "3430 SDP board, ARM-side only",     platform: "sdp3430",     dualCpu: true,  outDir: "bin/sdp3430"   },
                    { description: "3530 EVM board, ARM-side only",     platform: "evm3530",     dualCpu: true,  outDir: "bin/evm3530"   },
                    { description: "2530 EVM board, ARM-side only",     platform: "evm2530",     dualCpu: true,  outDir: "bin/evm2530"   },
                    { description: "OMAP-L137 EVM, ARM-side only",      platform: "evmOMAPL137", dualCpu: true,  outDir: "bin/evmOMAPL137" },
                ],
              },

              { doBuild: false, // build for uC Linux
                target:  "gnu.targets.UCArm9",

                // UCLibc tools. NOTE: make sure the directory you specify has a "bin" subdirectory
                cgtoolsRootDir: "/db/toolsrc/library/tools/vendors/opensource/buildroot/10122007/build_arm/staging_dir/usr",

                platforms: [
                    { description: "DaVinci evmDM357 board, ARM only",  platform: "evmDM357",    dualCpu: false, outDir: "bin/evmDM357" },
                    { description: "DaVinci evmDM6446 board, ARM-side", platform: "evmDM6446",   dualCpu: true,  outDir: "bin/evmDM6446" },
                    { description: "DaVinci evmDM6467 board, ARM-side", platform: "evmDM6467",   dualCpu: true,  outDir: "bin/evmDM6467" },
                    { description: "DaVinci evmDM355 board, ARM only",  platform: "evmDM355" ,   dualCpu: false, outDir: "bin/evmDM355"  },
                    { description: "DaVinci evmDM365 board, ARM only",  platform: "evmDM365" ,   dualCpu: false, outDir: "bin/evmDM365"  },
//                    { description: "3430 SDP board, ARM-side only",     platform: "sdp3430",    dualCpu: true,  outDir: "bin/sdp3430"   },
                    { description: "3530 EVM board, ARM-side only",     platform: "evm3530",     dualCpu: true,  outDir: "bin/evm3530"   },
                    { description: "2530 EVM board, ARM-side only",     platform: "evm2530",     dualCpu: true,  outDir: "bin/evm2530"   },
                    { description: "OMAP-L137 EVM, ARM-side only",      platform: "evmOMAPL137", dualCpu: true,  outDir: "bin/evmOMAPL137" },
                ],
              }],

    "DSP":    [{doBuild: false, // DSP builds (DSP servers for dual-CPU platforms or full apps for DSP-only platforms)
                target:  "ti.targets.C64P",

                // specify the "root directory" for the compiler tools. NOTE: make sure the directory you specify has a "bin" subdirectory
                cgtoolsRootDir: "/db/toolsrc/library/tools/vendors/ti/c6x/6.0.16/Linux",

                platforms: [ // NOTE: comment out platforms (boards) below for which you don't want to build
                    { description: "DaVinci evmDM6446 board, DSP-side Server", platform: "evmDM6446", outDir: "bin/evmDM6446" },
                    { description: "DaVinci evmDM6467 board, DSP-side Server", platform: "evmDM6467", outDir: "bin/evmDM6467" },
                    { description: "DaVinci evmDM6437 board, DSP only",        platform: "evmDM6437", outDir: "bin/evmDM6437" },
//                    { description: "DaVinci evmDM648 board, DSP only",         platform: "evmDM648",  outDir: "bin/evmMD648"  },
//                    { description: "3430 SDP board, DSP-side server",          platform: "sdp3430",   outDir: "bin/sdp3430"   },
                    { description: "3530 EVM board, DSP-side server",          platform: "evm3530",   outDir: "bin/evm3530"   },
                    { description: "2530 EVM board, DSP-side server",          platform: "evm2530",   outDir: "bin/evm2530"   },
                ],
              },

              {doBuild: true, // DSP builds (DSP servers for dual-CPU platforms or full apps for DSP-only platforms)
                target:  "ti.targets.C674",

                // specify the "root directory" for the compiler tools. NOTE: make sure the directory you specify has a "bin" subdirectory
                cgtoolsRootDir: "/opt/ti-tools/c6000/cgtools",

                platforms: [ // NOTE: comment out platforms (boards) below for which you don't want to build
                    { description: "OMAP-L137 EVM, DSP-side Server", platform: "evmOMAPL137", outDir: "bin/evmOMAPL137" },
                ],
              }],

    "PC":     [{doBuild: false,  // build for PC Linux
                target:  "gnu.targets.Linux86",
                cgtoolsRootDir: "/db/toolsrc/library/tools/vendors/opensource/gcc/4.1.0/Linux/gcc-4.1.0-glibc-2.3.6/i686-unknown-linux-gnu",
                platforms: [ { platform: null, outDir: "bin/PC" } ],
              }],
};


// -----------------------------------------------------------------------------

var targets = [];
var userbldBuildPlatforms = {};

for each (var cpu in buildTable) {
    for (var t = 0; t < cpu.length; t++) {
        if (cpu[t].doBuild) {
            var targ = xdc.useModule(cpu[t].target);
            targets.push(targ);
            targ.rootDir = cpu[t].cgtoolsRootDir;
            userbldBuildPlatforms[targ.name] = cpu[t].platforms;
        }
    }
}

Build.targets = targets;


// Expert users: you can specify any compiler toolchain-specific options
// here. For example, when using the CodeSourcery toolchain, you need to
// remove C++ references and add the pthread library.

// specify custom toolchain options
for (var i = 0; i < Build.targets.length; i++) {
    var t = targets[i];

    if (t.name == "GCArmv5T") {
 t.LONGNAME = "bin/arm_v5t_le-gcc";
    }
}

#####################################################################################

There is xdcpaths.mk file which i have change.

#  ======== xdcpaths.mak ========
#  definition of XDC paths and commands
#
#  This makefile constructs the "search path" for the XDC tools where it finds
#  numerous components and packages needed to build Codec Engine examples and
#  programs.
#
#  USER NOTE:
#  1) you must specify various <component>_INSTALL_DIRs directores below to
#     reflect your installation, where <component> is CE for Codec Engine,
#     BIOS for DSP/BIOS, etc.
#  2) you must specify compiler path and name in CGTOOLS_* variables below
#  3) you can remove some of the devices from the "DEVICES" list and/or remove
#     some of the types of binaries from the "PROGRAMS" list to reduce
#     the build time (and possibly avoid checking for presence of a component
#     you don't need)

 

# (Optional) Remove from this list the devices you're not interested in building
#DEVICES  := DM6446 DM6467 DM6437 DM355 DM357 DM365 OMAP2530 OMAP3530 OMAPL137
DEVICES := OMAPL137
# (Optional) Remove from the list the types of programs you're not intersted in
# building:
# APP_CLIENT -- ARM client for codecs running on the DSP, on dual-CPU systems
# DSP_SERVER -- DSP server with the codecs, running on the DSP, on dual-CPUs
# APP_LOCAL  -- Client+codecs in a single program, whether ARM only or DSP only
PROGRAMS := APP_CLIENT DSP_SERVER APP_LOCAL


# (Mandatory) Specify where various components are installed.
# What you need depends on what device(s) you're building for, what type(s) of
# programs you are building for, and whether your Codec Engine distribution
# includes a "cetools" directory. The legend:
# CE      - Codec Engine (needed for ARM and for DSP)
# XDC     - XDC tools (ARM and DSP)
# BIOS    - DSP/BIOS (DSP only)
# XDAIS   - XDAIS header files (ARM and DSP)
# FC      - Framework Components, various resource managers (ARM and DSP)
# CMEM    - Contiguous memory manager (ARM only)
# DSPLINK - Arm<->DSP communication software (ARM + DSP)
#
# you can omit directory specifications for the components you think you don't
# need (will be warned if you do, based on your DEVICES + PROGRAMS selection
# above).

CE_INSTALL_DIR        := /mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22
XDC_INSTALL_DIR       := /opt/ti-tools/xdctools
BIOS_INSTALL_DIR      := /opt/bios_5_33_03

# no need to specify the installation directories below if your CE installation
# has cetools/ directory on top
USE_CETOOLS_IF_EXISTS := 0
XDAIS_INSTALL_DIR     := /mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01
DSPLINK_INSTALL_DIR   := /mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt
CMEM_INSTALL_DIR      := /mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01
FC_INSTALL_DIR        := /mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01
BIOSUTILS_INSTALL_DIR := /mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01


# (Mandatory) specify correct compiler paths and names for the architectures
# you'll be building for:

# compiler path and name for Montavista Arm 9 toolchain. NOTE: make sure the
# directory you specify has a "bin" subdirectory
CGTOOLS_V5T = /opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le
CC_V5T = bin/arm_v5t_le-gcc
CGTARGET = gnu.targets.arm.GCArmv5T

# compiler path and name for TI C64x toolchain. NOTE: make sure the
# directory you specify has a "bin" subdirectory
CGTOOLS_C64P = /opt/ti-tools/c6000/cgtools/
CC_C64P      = bin/cl6x

# compiler path and name for TI C674 toolchain. NOTE: make sure the
# directory you specify has a "bin" subdirectory
CGTOOLS_C674 = /opt/ti-tools/c6000/cgtools/
CC_C674      = bin/cl6x

# -----------------------------------------------------------------------------

# Utility variables - useful for over-riding these repos from the cmd line
CE_REPO ?= $(CE_INSTALL_DIR)/packages
CETOOLS_REPO ?= $(CE_INSTALL_DIR)/cetools/packages

# figure out what categories of devices we are to build for
ifneq (,$(findstring DM6446,$(DEVICES)))
    DEVICES_DUALCPU := 1
endif
ifneq (,$(findstring DM6467,$(DEVICES)))
    DEVICES_DUALCPU := 1
endif
ifneq (,$(findstring OMAP2530,$(DEVICES)))
    DEVICES_DUALCPU := 1
endif
ifneq (,$(findstring OMAP3530,$(DEVICES)))
    DEVICES_DUALCPU := 1
endif
ifneq (,$(findstring SDP3430,$(DEVICES)))
    DEVICES_DUALCPU := 1
endif
ifneq (,$(findstring OMAPL137,$(DEVICES)))
    DEVICES_DUALCPU := 1
endif

# Determine which components are necessary based on DEVICES and PROGRAMS

# All configurations require CE, XDC, XDAIS and FC
REQUIRE_CE    := 1
REQUIRE_XDC   := 1
REQUIRE_XDAIS := 1
REQUIRE_FC    := 1

ifneq (,$(findstring DM6446,$(DEVICES)))
    ifneq (, $(findstring APP_CLIENT, $(PROGRAMS) ))
        REQUIRE_LINK := 1
        REQUIRE_CMEM := 1
    endif
    ifneq (, $(findstring DSP_SERVER, $(PROGRAMS) ))
        REQUIRE_LINK := 1
        REQUIRE_BIOS := 1
    endif
endif

ifneq (,$(findstring DM6467,$(DEVICES)))
    ifneq (, $(findstring APP_CLIENT, $(PROGRAMS) ))
        REQUIRE_LINK := 1
        REQUIRE_CMEM := 1
    endif
    ifneq (, $(findstring DSP_SERVER, $(PROGRAMS) ))
        REQUIRE_LINK := 1
        REQUIRE_BIOS := 1
    endif
endif

ifneq (,$(findstring DM355,$(DEVICES)))
    ifneq (, $(findstring APP_LOCAL, $(PROGRAMS) ))
        REQUIRE_CMEM := 1
    endif
endif

ifneq (,$(findstring DM357,$(DEVICES)))
    ifneq (, $(findstring APP_LOCAL, $(PROGRAMS) ))
        REQUIRE_CMEM := 1
    endif
endif

ifneq (,$(findstring DM365,$(DEVICES)))
    ifneq (, $(findstring APP_LOCAL, $(PROGRAMS) ))
        REQUIRE_CMEM := 1
    endif
endif

ifneq (,$(findstring DM6437,$(DEVICES)))
    ifneq (, $(findstring APP_LOCAL, $(PROGRAMS) ))
        REQUIRE_BIOS := 1
    endif
endif

ifneq (,$(findstring DM648,$(DEVICES)))
    ifneq (, $(findstring APP_LOCAL, $(PROGRAMS) ))
        REQUIRE_BIOS := 1
    endif
endif

ifneq (,$(findstring OMAP2530,$(DEVICES)))
    ifneq (, $(findstring APP_CLIENT, $(PROGRAMS) ))
        REQUIRE_LINK := 1
        REQUIRE_CMEM := 1
    endif
    ifneq (, $(findstring DSP_SERVER, $(PROGRAMS) ))
        REQUIRE_LINK := 1
        REQUIRE_BIOS := 1
    endif
endif

ifneq (,$(findstring OMAP3530,$(DEVICES)))
    ifneq (, $(findstring APP_CLIENT, $(PROGRAMS) ))
        REQUIRE_LINK := 1
        REQUIRE_CMEM := 1
    endif
    ifneq (, $(findstring DSP_SERVER, $(PROGRAMS) ))
        REQUIRE_LINK := 1
        REQUIRE_BIOS := 1
    endif
endif

ifneq (,$(findstring OMAPL137,$(DEVICES)))
    ifneq (, $(findstring APP_CLIENT, $(PROGRAMS) ))
        REQUIRE_LINK := 1
        REQUIRE_CMEM := 1
    endif
    ifneq (, $(findstring DSP_SERVER, $(PROGRAMS) ))
        REQUIRE_LINK := 1
        REQUIRE_BIOS := 1
    endif
endif


# Build the XDC path from the necessary components, verifying along the way
# that the required compoments are present
XDC_PATH :=

ERRMSG = which is invalid (could not find file "$(TEST_FILE)"). Set this in <codec engine examples>/xdcpaths.mak! See the build documentation to correct this error.

# CE_INSTALL_DIR is the location of your Codec Engine.
ifeq ($(REQUIRE_CE), 1)
    TEST_FILE := $(CE_REPO)/ti/sdo/ce/package.xdc
    ifeq ($(wildcard $(TEST_FILE)),)
        $(error CE_INSTALL_DIR is set to "$(CE_INSTALL_DIR)", $(ERRMSG))
    endif
    XDC_PATH := $(CE_REPO)
endif

# Add cetools to XDCPATH if 1) $(USE_CETOOLS_IF_EXISTS) is set, and
# 2) the CE distribution has "cetools/"
USING_CETOOLS := 0
ifeq ($(USE_CETOOLS_IF_EXISTS), 1)
    ifneq ($(wildcard $(CETOOLS_REPO)),)
        USING_CETOOLS := 1
        XDC_PATH := $(CETOOLS_REPO);$(XDC_PATH)
    endif
endif
ifeq ($(USING_CETOOLS),0)
    # XDAIS_INSTALL_DIR is the location of your XDAIS distribution
    ifeq ($(REQUIRE_XDAIS), 1)
        TEST_FILE := $(XDAIS_INSTALL_DIR)/packages/ti/xdais/package.xdc
        ifeq ($(wildcard $(TEST_FILE)),)
            $(error XDAIS_INSTALL_DIR is set to "$(XDAIS_INSTALL_DIR)", $(ERRMSG))
        endif
        XDC_PATH := $(XDC_PATH);$(XDAIS_INSTALL_DIR)/packages
    endif

    # DSPLINK_INSTALL_DIR is the location of your DSPLINK distribution
    ifeq ($(REQUIRE_LINK), 1)
        TEST_FILE := $(DSPLINK_INSTALL_DIR)/packages/dsplink/gpp/package.xdc
        ifeq ($(wildcard $(TEST_FILE)),)
            $(error DSPLINK_INSTALL_DIR is set to "$(DSPLINK_INSTALL_DIR)", $(ERRMSG))
        endif
        XDC_PATH := $(XDC_PATH);$(DSPLINK_INSTALL_DIR)/packages
    endif

    # CMEM_INSTALL_DIR is the location of your CMEM distribution
    ifeq ($(REQUIRE_CMEM), 1)
        TEST_FILE := $(CMEM_INSTALL_DIR)/packages/ti/sdo/linuxutils/cmem/package.xdc
        ifeq ($(wildcard $(TEST_FILE)),)
            $(error CMEM_INSTALL_DIR is set to "$(CMEM_INSTALL_DIR)", $(ERRMSG))
        endif
        XDC_PATH := $(XDC_PATH);$(CMEM_INSTALL_DIR)/packages
    endif

    # FC_INSTALL_DIR is the location of your Frameworks Components distribution
    ifeq ($(REQUIRE_FC), 1)
        TEST_FILE := $(FC_INSTALL_DIR)/packages/ti/sdo/fc/dskt2/package.xdc
        ifeq ($(wildcard $(TEST_FILE)),)
            $(error FC_INSTALL_DIR is set to "$(FC_INSTALL_DIR)", $(ERRMSG))
        endif
        XDC_PATH := $(XDC_PATH);$(FC_INSTALL_DIR)/packages
    endif

    # BIOSUTILS_INSTALL_DIR is the location of your BIOSUTILS distribution
    ifeq ($(REQUIRE_BIOS), 1)
        TEST_FILE := $(BIOSUTILS_INSTALL_DIR)/packages/ti/bios/utils/package.xdc
        ifeq ($(wildcard $(TEST_FILE)),)
            $(error BIOSUTILS_INSTALL_DIR is set to "$(BIOSUTILS_INSTALL_DIR)", $(ERRMSG))
        endif
        XDC_PATH := $(XDC_PATH);$(BIOSUTILS_INSTALL_DIR)/packages
    endif

endif

# BIOS_INSTALL_DIR is the location of your BIOS distribution
ifeq ($(REQUIRE_BIOS), 1)
    TEST_FILE := $(BIOS_INSTALL_DIR)/packages/ti/bios/package.xdc
    ifeq ($(wildcard $(TEST_FILE)),)
        $(error BIOS_INSTALL_DIR is set to "$(BIOS_INSTALL_DIR)", $(ERRMSG))
    endif
    XDC_PATH := $(XDC_PATH);$(BIOS_INSTALL_DIR)/packages
endif

# XDC_INSTALL_DIR is the location of your XDCTOOLS installation.
ifeq ($(REQUIRE_XDC), 1)
    TEST_FILE := $(XDC_INSTALL_DIR)/packages/xdc/package.xdc
    ifeq ($(wildcard $(TEST_FILE)),)
        $(error XDC_INSTALL_DIR is set to "$(XDC_INSTALL_DIR)", $(ERRMSG))
    endif
endif

# XDC_PATH is complete. Any other components you could add as
# XDC_PATH := <your component>/packages;$(XDC_PATH)
################################################################################

The console display in making codec engine_2_22 process.

packages;/opt/ti-tools/xdctools/packages;../../../../../.." -Dxdc.root=/opt/ti-tools/xdctools -Dxdc.hostOS=Linux -Dconfig.importPath=".;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../..;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages;/opt/bios_5_33_03/packages;/opt/ti-tools/xdctools/packages;../../../../../..;/opt/ti-tools/xdctools;/opt/ti-tools/xdctools/etc ;/opt/bios_5_33_03/packages/ti/bios/include" -Dxdc.bld.targets="" -DTOOLS=  -f xdc/services/intern/cmd/build.xs  -m package/package.xdc.dep -i package/package.xdc.inc package.xdc
.interfaces files complete: 2009年 03月 14日 星期六 20:22:10 CST.
======== .libraries [/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy] ========
.libraries files complete: 2009年 03月 14日 星期六 20:22:10 CST.
======== .dlls [/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy] ========
.dlls files complete: 2009年 03月 14日 星期六 20:22:10 CST.
======== .executables [/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy] ========
#
# configuring bin/evmOMAPL137/app_local.x674 from package/cfg/bin/evmOMAPL137/app_local_x674.cfg ...
/opt/ti-tools/xdctools/xs -Dxdc.path="/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../..;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages;/opt/bios_5_33_03/packages;/opt/ti-tools/xdctools/packages;../../../../../.." -Dxdc.root=/opt/ti-tools/xdctools -Dxdc.hostOS=Linux -Dconfig.importPath=".;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../..;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages;/opt/bios_5_33_03/packages;/opt/ti-tools/xdctools/packages;../../../../../..;/opt/ti-tools/xdctools;/opt/ti-tools/xdctools/etc ;/opt/bios_5_33_03/packages/ti/bios/include" -Dxdc.bld.targets="" -DTOOLS=   xdc.cfg bin/evmOMAPL137/app_local.x674 package/cfg/bin/evmOMAPL137/app_local_x674.cfg package/cfg/bin/evmOMAPL137/app_local_x674
    configuring ti.sdo.ce.osal ...
    done.
    will link with ti.sdo.ce.examples.codecs.sphenc_copy:lib/sphenc_copy.a674
    will link with ti.sdo.ce.examples.codecs.sphdec_copy:lib/sphdec_copy.a674
    will link with ti.sdo.ce.speech:lib/release/speech.a674
    will link with ti.sdo.ce:lib/release/ce.a674
    will link with ti.sdo.ce.alg:lib/release/Algorithm_BIOS.a674
    will link with ti.sdo.ce.ipc.bios:lib/release/ipc_bios.a674
    will link with ti.sdo.ce.osal.bios:lib/osal_bios.a674
    will link with ti.sdo.ce.osal.bios:lib/osal_bios_load.a674
    will link with ti.bios.utils:lib/utils.a674
    will link with ti.sdo.fc.acpy3:lib/release/acpy3.a674
    will link with ti.sdo.fc.memutils:lib/release/memutils.a674
    will link with ti.sdo.fc.dman3:lib/release/dman3Cfg.a674
    will link with ti.sdo.ce.utils.xdm:lib/release/XdmUtils.a674
    will link with ti.sdo.utils.trace:lib/release/gt.a674
    will link with ti.sdo.fc.dskt2:lib/release/dskt2.a674
rm -f package/cfg/bin/evmOMAPL137/app_local/app.o674
#
# cl674 app.c ...
/opt/ti-tools/c6000/cgtools/bin/cl6x -c  -qq -pdsw225 -mv6740 -eo.o674 -ea.s674   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmOMAPL137/app_local_x674.h'  -Dxdc_target_name__=C674 -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_6_1_5 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include -I/opt/ti-tools/c6000/cgtools/include -fs=./package/cfg/bin/evmOMAPL137/app_local -fr=./package/cfg/bin/evmOMAPL137/app_local -fc app.c
/opt/ti-tools/xdctools/bin/mkdep -a package/cfg/bin/evmOMAPL137/app_local/app.o674.dep -p package/cfg/bin/evmOMAPL137/app_local -s o674 app.c -C   -qq -pdsw225 -mv6740 -eo.o674 -ea.s674   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmOMAPL137/app_local_x674.h'  -Dxdc_target_name__=C674 -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_6_1_5 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include -I/opt/ti-tools/c6000/cgtools/include -fs=./package/cfg/bin/evmOMAPL137/app_local -fr=./package/cfg/bin/evmOMAPL137/app_local
rm -f package/cfg/bin/evmOMAPL137/app_local_x674cfg_c.o674
#
# cl674 package/cfg/bin/evmOMAPL137/app_local_x674cfg_c.c ...
/opt/ti-tools/c6000/cgtools/bin/cl6x -c  -qq -pdsw225 -mv6740 -eo.o674 -ea.s674   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmOMAPL137/app_local_x674.h'  -Dxdc_target_name__=C674 -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_6_1_5 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include -I/opt/ti-tools/c6000/cgtools/include -fs=./package/cfg/bin/evmOMAPL137 -fr=./package/cfg/bin/evmOMAPL137 -fc package/cfg/bin/evmOMAPL137/app_local_x674cfg_c.c
/opt/ti-tools/xdctools/bin/mkdep -a package/cfg/bin/evmOMAPL137/app_local_x674cfg_c.o674.dep -p package/cfg/bin/evmOMAPL137 -s o674 package/cfg/bin/evmOMAPL137/app_local_x674cfg_c.c -C   -qq -pdsw225 -mv6740 -eo.o674 -ea.s674   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmOMAPL137/app_local_x674.h'  -Dxdc_target_name__=C674 -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_6_1_5 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include -I/opt/ti-tools/c6000/cgtools/include -fs=./package/cfg/bin/evmOMAPL137 -fr=./package/cfg/bin/evmOMAPL137
rm -f package/cfg/bin/evmOMAPL137/app_local/main_BIOS.o674
#
# cl674 main_BIOS.c ...
/opt/ti-tools/c6000/cgtools/bin/cl6x -c  -qq -pdsw225 -mv6740 -eo.o674 -ea.s674   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmOMAPL137/app_local_x674.h'  -Dxdc_target_name__=C674 -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_6_1_5 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include -I/opt/ti-tools/c6000/cgtools/include -fs=./package/cfg/bin/evmOMAPL137/app_local -fr=./package/cfg/bin/evmOMAPL137/app_local -fc main_BIOS.c
/opt/ti-tools/xdctools/bin/mkdep -a package/cfg/bin/evmOMAPL137/app_local/main_BIOS.o674.dep -p package/cfg/bin/evmOMAPL137/app_local -s o674 main_BIOS.c -C   -qq -pdsw225 -mv6740 -eo.o674 -ea.s674   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmOMAPL137/app_local_x674.h'  -Dxdc_target_name__=C674 -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_6_1_5 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include -I/opt/ti-tools/c6000/cgtools/include -fs=./package/cfg/bin/evmOMAPL137/app_local -fr=./package/cfg/bin/evmOMAPL137/app_local
rm -f package/cfg/bin/evmOMAPL137/app_local_x674cfg.o674
#
# asm674 package/cfg/bin/evmOMAPL137/app_local_x674cfg.s62 ...
/opt/ti-tools/c6000/cgtools/bin/cl6x -c -qq -mv6740 -eo.o674 -ea.s674   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmOMAPL137/app_local_x674.h'  -Dxdc_target_name__=C674 -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_6_1_5   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include -I/opt/ti-tools/c6000/cgtools/include -fr=./package/cfg/bin/evmOMAPL137 -fa package/cfg/bin/evmOMAPL137/app_local_x674cfg.s62
/opt/ti-tools/xdctools/bin/mkdep -a package/cfg/bin/evmOMAPL137/app_local_x674cfg.o674.dep -p package/cfg/bin/evmOMAPL137 -s o674 package/cfg/bin/evmOMAPL137/app_local_x674cfg.s62 -C  -qq -mv6740 -eo.o674 -ea.s674   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmOMAPL137/app_local_x674.h'  -Dxdc_target_name__=C674 -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_6_1_5   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include -I/opt/ti-tools/c6000/cgtools/include
rm -f package/cfg/bin/evmOMAPL137/app_local_x674.o674
#
# cl674 package/cfg/bin/evmOMAPL137/app_local_x674.c ...
/opt/ti-tools/c6000/cgtools/bin/cl6x -c  -qq -pdsw225 -mv6740 -eo.o674 -ea.s674   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmOMAPL137/app_local_x674.h'  -Dxdc_target_name__=C674 -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_6_1_5 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include -I/opt/ti-tools/c6000/cgtools/include -fs=./package/cfg/bin/evmOMAPL137 -fr=./package/cfg/bin/evmOMAPL137 -fc package/cfg/bin/evmOMAPL137/app_local_x674.c
/opt/ti-tools/xdctools/bin/mkdep -a package/cfg/bin/evmOMAPL137/app_local_x674.o674.dep -p package/cfg/bin/evmOMAPL137 -s o674 package/cfg/bin/evmOMAPL137/app_local_x674.c -C   -qq -pdsw225 -mv6740 -eo.o674 -ea.s674   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmOMAPL137/app_local_x674.h'  -Dxdc_target_name__=C674 -Dxdc_target_types__=ti/targets/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_6_1_5 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include -I/opt/ti-tools/c6000/cgtools/include -fs=./package/cfg/bin/evmOMAPL137 -fr=./package/cfg/bin/evmOMAPL137
rm -f bin/evmOMAPL137/app_local.x674
#
# lnk674 bin/evmOMAPL137/app_local.x674 ...
rm -f package/cfg//bin/evmOMAPL137/app_local.x674.map
/opt/ti-tools/c6000/cgtools/bin/lnk6x -w -q -u _c_int00  -q -o bin/evmOMAPL137/app_local.x674 package/cfg/bin/evmOMAPL137/app_local/app.o674 package/cfg/bin/evmOMAPL137/app_local_x674cfg_c.o674 package/cfg/bin/evmOMAPL137/app_local/main_BIOS.o674 package/cfg/bin/evmOMAPL137/app_local_x674cfg.o674 package/cfg/bin/evmOMAPL137/app_local_x674.o674  package/cfg/bin/evmOMAPL137/app_local_x674.xdl  -c -m package/cfg//bin/evmOMAPL137/app_local.x674.map -l /opt/ti-tools/c6000/cgtools/lib/rts6740.lib
#
# configuring bin/evmDM357/app_local.xv5T from package/cfg/bin/evmDM357/app_local_xv5T.cfg ...
/opt/ti-tools/xdctools/xs -Dxdc.path="/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../..;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages;/opt/bios_5_33_03/packages;/opt/ti-tools/xdctools/packages;../../../../../.." -Dxdc.root=/opt/ti-tools/xdctools -Dxdc.hostOS=Linux -Dconfig.importPath=".;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../..;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages;/opt/bios_5_33_03/packages;/opt/ti-tools/xdctools/packages;../../../../../..;/opt/ti-tools/xdctools;/opt/ti-tools/xdctools/etc ;/opt/bios_5_33_03/packages/ti/bios/include" -Dxdc.bld.targets="" -DTOOLS=   xdc.cfg bin/evmDM357/app_local.xv5T package/cfg/bin/evmDM357/app_local_xv5T.cfg package/cfg/bin/evmDM357/app_local_xv5T
    will link with ti.sdo.ce.examples.codecs.sphenc_copy:lib/sphenc_copy.av5T
    will link with ti.sdo.ce.examples.codecs.sphdec_copy:lib/sphdec_copy.av5T
    will link with ti.sdo.ce.speech:lib/release/speech.av5T
    will link with ti.sdo.ce:lib/release/ce.av5T
    will link with ti.sdo.ce.alg:lib/release/Algorithm_noOS.av5T;lib/release/alg.av5T
    will link with ti.sdo.ce.ipc.linux:lib/release/ipc_linux.av5T
    will link with ti.sdo.ce.osal.linux:lib/release/osal_linux_470.av5T
    will link with ti.sdo.fc.acpy3:lib/release/acpy3.a470MV
    will link with ti.sdo.fc.memutils:lib/release/memutils.a470MV
    will link with ti.sdo.linuxutils.cmem:lib/cmem.a470MV
    will link with ti.sdo.fc.dman3:lib/release/dman3Cfg.a470MV
    will link with ti.sdo.ce.utils.xdm:lib/release/XdmUtils.av5T
    will link with ti.sdo.utils.trace:lib/release/gt.a470MV
rm -f package/cfg/bin/evmDM357/app_local/main_native.ov5T
#
# clv5T main_native.c ...
/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -c -MD -MF package/cfg/bin/evmDM357/app_local/main_native.ov5T.dep -x c  -fPIC -Wunused -Wall -fno-strict-aliasing  -march=armv5t -Dfar=   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmDM357/app_local_xv5T.h'  -Dxdc_target_name__=GCArmv5T -Dxdc_target_types__=gnu/targets/arm/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_4_2_0 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include  -o package/cfg/bin/evmDM357/app_local/main_native.ov5T main_native.c
rm -f package/cfg/bin/evmDM357/app_local/app.ov5T
#
# clv5T app.c ...
/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -c -MD -MF package/cfg/bin/evmDM357/app_local/app.ov5T.dep -x c  -fPIC -Wunused -Wall -fno-strict-aliasing  -march=armv5t -Dfar=   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmDM357/app_local_xv5T.h'  -Dxdc_target_name__=GCArmv5T -Dxdc_target_types__=gnu/targets/arm/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_4_2_0 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include  -o package/cfg/bin/evmDM357/app_local/app.ov5T app.c
rm -f package/cfg/bin/evmDM357/app_local_xv5T.ov5T
#
# clv5T package/cfg/bin/evmDM357/app_local_xv5T.c ...
/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -c -MD -MF package/cfg/bin/evmDM357/app_local_xv5T.ov5T.dep -x c  -fPIC -Wunused -Wall -fno-strict-aliasing  -march=armv5t -Dfar=   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmDM357/app_local_xv5T.h'  -Dxdc_target_name__=GCArmv5T -Dxdc_target_types__=gnu/targets/arm/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_4_2_0 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include  -o package/cfg/bin/evmDM357/app_local_xv5T.ov5T package/cfg/bin/evmDM357/app_local_xv5T.c
rm -f bin/evmDM357/app_local.xv5T
#
# lnkv5T bin/evmDM357/app_local.xv5T ...
/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc    -o bin/evmDM357/app_local.xv5T package/cfg/bin/evmDM357/app_local/main_native.ov5T package/cfg/bin/evmDM357/app_local/app.ov5T package/cfg/bin/evmDM357/app_local_xv5T.ov5T  package/cfg/bin/evmDM357/app_local_xv5T.xdl   -L/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linux-gnueabi/lib -lpthread
#
# configuring bin/evmDM6446/app_local.xv5T from package/cfg/bin/evmDM6446/app_local_xv5T.cfg ...
/opt/ti-tools/xdctools/xs -Dxdc.path="/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../..;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages;/opt/bios_5_33_03/packages;/opt/ti-tools/xdctools/packages;../../../../../.." -Dxdc.root=/opt/ti-tools/xdctools -Dxdc.hostOS=Linux -Dconfig.importPath=".;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../..;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages;/opt/bios_5_33_03/packages;/opt/ti-tools/xdctools/packages;../../../../../..;/opt/ti-tools/xdctools;/opt/ti-tools/xdctools/etc ;/opt/bios_5_33_03/packages/ti/bios/include" -Dxdc.bld.targets="" -DTOOLS=   xdc.cfg bin/evmDM6446/app_local.xv5T package/cfg/bin/evmDM6446/app_local_xv5T.cfg package/cfg/bin/evmDM6446/app_local_xv5T
    will link with ti.sdo.ce.examples.codecs.sphenc_copy:lib/sphenc_copy.av5T
    will link with ti.sdo.ce.examples.codecs.sphdec_copy:lib/sphdec_copy.av5T
    will link with ti.sdo.ce.speech:lib/release/speech.av5T
    will link with ti.sdo.ce:lib/release/ce.av5T
    will link with ti.sdo.ce.alg:lib/release/Algorithm_noOS.av5T;lib/release/alg.av5T
    will link with ti.sdo.ce.ipc.linux:lib/release/ipc_linux.av5T
    will link with ti.sdo.ce.osal.linux:lib/release/osal_linux_470.av5T
    will link with ti.sdo.fc.acpy3:lib/release/acpy3.a470MV
    will link with ti.sdo.fc.memutils:lib/release/memutils.a470MV
    will link with ti.sdo.linuxutils.cmem:lib/cmem.a470MV
    will link with ti.sdo.fc.dman3:lib/release/dman3Cfg.a470MV
    will link with ti.sdo.ce.utils.xdm:lib/release/XdmUtils.av5T
    will link with ti.sdo.utils.trace:lib/release/gt.a470MV
rm -f package/cfg/bin/evmDM6446/app_local/main_native.ov5T
#
# clv5T main_native.c ...
/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -c -MD -MF package/cfg/bin/evmDM6446/app_local/main_native.ov5T.dep -x c  -fPIC -Wunused -Wall -fno-strict-aliasing  -march=armv5t -Dfar=   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmDM6446/app_local_xv5T.h'  -Dxdc_target_name__=GCArmv5T -Dxdc_target_types__=gnu/targets/arm/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_4_2_0 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include  -o package/cfg/bin/evmDM6446/app_local/main_native.ov5T main_native.c
rm -f package/cfg/bin/evmDM6446/app_local/app.ov5T
#
# clv5T app.c ...
/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -c -MD -MF package/cfg/bin/evmDM6446/app_local/app.ov5T.dep -x c  -fPIC -Wunused -Wall -fno-strict-aliasing  -march=armv5t -Dfar=   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmDM6446/app_local_xv5T.h'  -Dxdc_target_name__=GCArmv5T -Dxdc_target_types__=gnu/targets/arm/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_4_2_0 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include  -o package/cfg/bin/evmDM6446/app_local/app.ov5T app.c
rm -f package/cfg/bin/evmDM6446/app_local_xv5T.ov5T
#
# clv5T package/cfg/bin/evmDM6446/app_local_xv5T.c ...
/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -c -MD -MF package/cfg/bin/evmDM6446/app_local_xv5T.ov5T.dep -x c  -fPIC -Wunused -Wall -fno-strict-aliasing  -march=armv5t -Dfar=   -Dxdc_cfg__header__='ti/sdo/ce/examples/apps/speech_copy/package/cfg/bin/evmDM6446/app_local_xv5T.h'  -Dxdc_target_name__=GCArmv5T -Dxdc_target_types__=gnu/targets/arm/std.h -Dxdc_bld__profile_release -Dxdc_bld__vers_1_0_4_2_0 -O2   -I. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../.. -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages -I/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages -I/opt/bios_5_33_03/packages -I/opt/ti-tools/xdctools/packages -I../../../../../.. -I/opt/bios_5_33_03/packages/ti/bios/include  -o package/cfg/bin/evmDM6446/app_local_xv5T.ov5T package/cfg/bin/evmDM6446/app_local_xv5T.c
rm -f bin/evmDM6446/app_local.xv5T
#
# lnkv5T bin/evmDM6446/app_local.xv5T ...
/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc    -o bin/evmDM6446/app_local.xv5T package/cfg/bin/evmDM6446/app_local/main_native.ov5T package/cfg/bin/evmDM6446/app_local/app.ov5T package/cfg/bin/evmDM6446/app_local_xv5T.ov5T  package/cfg/bin/evmDM6446/app_local_xv5T.xdl   -L/opt/mv_pro_5.0.0/montavista/pro/devkit/arm/v5t_le/armv5tl-montavista-linux-gnueabi/lib -lpthread
#
# configuring bin/evmDM6446/app_remote.xv5T from package/cfg/bin/evmDM6446/app_remote_xv5T.cfg ...
/opt/ti-tools/xdctools/xs -Dxdc.path="/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../..;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages;/opt/bios_5_33_03/packages;/opt/ti-tools/xdctools/packages;../../../../../.." -Dxdc.root=/opt/ti-tools/xdctools -Dxdc.hostOS=Linux -Dconfig.importPath=".;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy/../../../../../..;/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/xdais_6_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/dsplink-1_61-prebuilt/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/linuxutils_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/framework_components_2_22_01/packages;/mydocument/montavista/OMAPL137_arm_1_00_00_07/biosutils_1_02_01/packages;/opt/bios_5_33_03/packages;/opt/ti-tools/xdctools/packages;../../../../../..;/opt/ti-tools/xdctools;/opt/ti-tools/xdctools/etc ;/opt/bios_5_33_03/packages/ti/bios/include" -Dxdc.bld.targets="" -DTOOLS=   xdc.cfg bin/evmDM6446/app_remote.xv5T package/cfg/bin/evmDM6446/app_remote_xv5T.cfg package/cfg/bin/evmDM6446/app_remote_xv5T
js: "/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages/ti/sdo/ce/Engine.xs", line 328: Error: server info file '/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/servers/all_codecs//package/info/bin/evmDM6446/all.x64P.info.js' does not exist; specified serverExecutable='bin/evmDM6446/all.x64P', serverPackage='ti.sdo.ce.examples.servers.all_codecs'; verify that your server package has been properly built and released.
    "/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/packages/ti/sdo/ce/Engine.xs", line 341
    "./remote.cfg", line 62
    "./package/cfg/bin/evmDM6446/app_remote_xv5T.cfg", line 475
    "./package/cfg/bin/evmDM6446/app_remote_xv5T.cfg", line 430
gmake[1]: *** [package/cfg/bin/evmDM6446/app_remote_xv5T.xdl] error 1
gmake: *** [/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy,.executables] error 2
make[1]: *** [all] error 2
make[1]: Leaving directory `/mydocument/montavista/OMAPL137_arm_1_00_00_07/codec_engine_2_22/examples/ti/sdo/ce/examples/apps/speech_copy'
make: *** [all] error 2
[root@dengyongchao apps]#
##################################################################################

What's wrong with apps?