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.

Linux/PROCESSOR-SDK-AM57X: IPC example build error

Part Number: PROCESSOR-SDK-AM57X
Other Parts Discussed in Thread: MATHLIB, OMAPL138

Tool/software: Linux

Hi all,

I got the below error with Segmentation Fault while compiling IPC example (ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq)

root@f-ubuntu:/opt/ti/ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq# make all
#
# Making dsp1 ...
make -C dsp1 PROCLIST="dsp1 dsp2 ipu1 ipu2 host"
make[1]: Entering directory '/opt/ti/ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq/dsp1'
make PROFILE=debug PROCLIST="dsp1 dsp2 ipu1 ipu2 host" server_dsp1.x
make[2]: Entering directory '/opt/ti/ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq/dsp1'
#
# Making bin/debug/configuro/.config ...
/opt/ti/xdctools_3_32_02_25_core/xs --xdcpath="/opt/ti/bios_6_46_04_53/packages;/opt/ti/ipc_3_44_01_01/packages;/opt/ti/xdctools_3_32_02_25_core/packages" \
            xdc.tools.configuro -o bin/debug/configuro \
            -t ti.targets.elf.C66 \
            -c /opt/ti/ccsv7/tools/compiler/ti-cgt-c6000_8.1.3 \
            -p ti.platforms.evmDRA7XX:dsp1 \
            -b ../shared/config.bld -r debug \
            Dsp1.cfg
Segmentation fault (core dumped)
makefile:77: recipe for target 'bin/debug/configuro/.config' failed
make[2]: *** [bin/debug/configuro/.config] Error 139
make[2]: Leaving directory '/opt/ti/ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq/dsp1'
makefile:58: recipe for target 'debug' failed
make[1]: *** [debug] Error 2
make[1]: Leaving directory '/opt/ti/ipc_3_44_01_01/examples/DRA7XX_linux_elf/ex02_messageq/dsp1'
makefile:49: recipe for target 'dsp1' failed
make: *** [dsp1] Error 2

What may be the problem?

Here is the products.mak definitions:

DEPOT = /opt

PLATFORM = DRA7xx

TOOLCHAIN_LONGNAME = arm-linux-gnueabihf
TOOLCHAIN_INSTALL_DIR = $(DEPOT)/ti-processor-sdk-linux-am57xx-evm-03.03.00.04/linux-devkit/sysroots/x86_64-arago-linux/usr
TOOLCHAIN_PREFIX = $(TOOLCHAIN_INSTALL_DIR)/bin/$(TOOLCHAIN_LONGNAME)-

KERNEL_INSTALL_DIR = /opt/ti-processor-sdk-linux-am57xx-evm-03.03.00.04/board-support/linux-4.4.41+gitAUTOINC+f9f6f0db2d-gf9f6f0db2d/

XDC_INSTALL_DIR = $(DEPOT)/ti/xdctools_3_32_02_25_core
BIOS_INSTALL_DIR = $(DEPOT)/ti/bios_6_46_04_53

ti.targets.elf.C66 = /opt/ti/ti-cgt-c6000_8.1.3

Regards

  • The software team have been notified. They will respond here.
  • Hi, Ferhat,

    Please refer to the IPC quick start guide at processors.wiki.ti.com/.../Processor_SDK_IPC_Quick_Start_Guide

    Rex
  • Hi Rex,

    Thank you for the link. I am going through on it and successfully rebuild the ARM binary. However while building the DSP binary I got the below error:

    root@ubuntu:/opt/ti/processor_sdk_rtos_am57xx_3_03_00_04# make ipc_bios
    make -C /opt/ti/ipc_3_44_01_01 -f ipc-bios.mak all \
    PLATFORM=DRA7XX \
    XDC_INSTALL_DIR="/opt/ti/xdctools_3_32_01_22_core" \
    BIOS_INSTALL_DIR="/opt/ti/bios_6_46_04_53" \
    gnu.targets.arm.A15="/opt/ti/gcc-arm-none-eabi-4_9-2015q3" gnu.targets.arm.A15F="/opt/ti/gcc-arm-none-eabi-4_9-2015q3" ti.targets.elf.C66="/opt/ti/ti-cgt-c6000_8.1.3" ti.targets.arm.elf.M4="/opt/ti/ti-cgt-arm_16.9.1.LTS" ti.targets.arm.elf.M4F="/opt/ti/ti-cgt-arm_16.9.1.LTS"
    make[1]: Entering directory '/opt/ti/ipc_3_44_01_01'
    building ipc packages ...
    making all: Prş Haz 22 09:10:28 +03 2017 ...
    ======== .interfaces [./packages/ti/grcm/] ========
    making package.mak (because of package.bld) ...
    Segmentation fault (core dumped)
    making package.mak (because of package.bld) ...
    Segmentation fault (core dumped)
    gmake[1]: *** No rule to make target `package.mak', needed by `.interfaces'. Stop.
    gmake: *** [packages/ti/grcm/,.interfaces] Error 2
    ipc-bios.mak:138: recipe for target 'all' failed
    make[1]: *** [all] Error 2
    make[1]: Leaving directory '/opt/ti/ipc_3_44_01_01'
    makefile:115: recipe for target 'ipc_bios' failed
    make: *** [ipc_bios] Error 2


    Below is my Environment Configuration:


    Optional parameter not configured : CG_XML_BIN_INSTALL_PATH
    REQUIRED for xdc release build
    Example: export CG_XML_BIN_INSTALL_PATH="~/ti/cg_xml/bin"
    Optional parameter not configured : DOXYGEN_INSTALL_PATH
    REQUIRED for xdc release build
    Example: export DOXYGEN_INSTALL_PATH="~/ti/Doxygen/doxygen/1.5.1-p1/bin"
    **************************************************************************
    Environment Configuration:
    LIMIT_SOCS : am571x am572x
    LIMIT_BOARDS : evmAM572x idkAM571x idkAM572x
    PDK_INSTALL_PATH : /opt/ti/pdk_am57xx_1_0_6/packages
    C6X_GEN_INSTALL_PATH : /opt/ti/ti-cgt-c6000_8.1.3
    TOOLCHAIN_PATH_A15 : /opt/ti/gcc-arm-none-eabi-4_9-2015q3
    TOOLCHAIN_PATH_A8 : /opt/ti/gcc-arm-none-eabi-4_9-2015q3
    TOOLCHAIN_PATH_A9 : /opt/ti/gcc-arm-none-eabi-4_9-2015q3
    TOOLCHAIN_PATH_M4 : /opt/ti/ti-cgt-arm_16.9.1.LTS
    TOOLCHAIN_PATH_Arm9 : /opt/ti/ti-cgt-arm_16.9.1.LTS
    TOOLCHAIN_PATH_EVE : /opt/ti/ccsv7/tools/compiler/arp32_1.0.8
    CL_PRU_INSTALL_PATH : /opt/ti/ti-cgt-pru_2.1.4
    FPULIB_PATH : /opt/ti/gcc-arm-none-eabi-4_9-2015q3/lib/gcc/arm-none-eabi/4.9.3/fpu
    CROSS_TOOL_PRFX : arm-none-eabi-
    XDC_INSTALL_PATH : /opt/ti/xdctools_3_32_01_22_core
    BIOS_INSTALL_PATH : /opt/ti/bios_6_46_04_53
    IPC_INSTALL_PATH : /opt/ti/ipc_3_44_01_01
    EDMA3LLD_BIOS6_INSTALLDIR : /opt/ti/edma3_lld_2_12_03_27
    NDK_INSTALL_PATH : /opt/ti/ndk_2_25_01_11
    IMGLIB_INSTALL_PATH : /opt/ti/imglib_c66x_3_1_1_0
    DSPLIB_INSTALL_PATH : /opt/ti/dsplib_c66x_3_4_0_0
    MATHLIB_INSTALL_PATH : /opt/ti/mathlib_c66x_3_1_1_0
    UIA_INSTALL_PATH : /opt/ti/uia_2_00_06_52
    IPC_PLATFORM: DRA7XX
    IPC_ALT_PLATFORM:
    PROC_SDK_INSTALL_PATH : /opt/ti/processor_sdk_rtos_am57xx_3_03_00_04

    PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
    *******************************************************************************


    Thanks and regards
  • Hmm... something changed between 3.2 and 3.3 release. I see the setupenv.sh were modified. I'll take a look and update the document. I'll get back to you.

    Rex 

  • Hi, Ferhat,

    I modified the pdksetupenv.sh to reflect the versions of ti-cgt-arm and ti-cgt-c6000 come in CCS 7.0 which are v16.9.0.LTS and v8.1.2 correspondingly. In addition, I export TOOLS_INSTALL_PATH to give the path down to compiler folder which is changed in pdksetupenv.sh from ProcSDK 3.2 to ProcSDK 3.3. With these changes, I am able to build ipc_bios. Please see my command history and part of the build below. I am checking why the version numbers are different from those in CCSv7. I checked for update, but it didn't show up anything needed to be updated.

    1999 export SDK_INSTALL_PATH=~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04
    2000 export TOOLS_INSTALL_PATH=~/ti/ccs7.0.0.00043/ccsv7/tools/compiler
    2001 source ./setupenv.sh
    2002 make ipc_bios
    2003 history


    $ make ipc_bios
    make -C /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/ipc_3_44_01_01 -f ipc-bios.mak all \
    PLATFORM=DRA7XX \
    XDC_INSTALL_DIR="/home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/xdctools_3_32_01_22_core" \
    BIOS_INSTALL_DIR="/home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/bios_6_46_04_53" \
    gnu.targets.arm.A15="/home/a0850461local/ti/ccs7.0.0.00043/ccsv7/tools/compiler/gcc-arm-none-eabi-4_9-2015q3" gnu.targets.arm.A15F="/home/a0850461local/ti/ccs7.0.0.00043/ccsv7/tools/compiler/gcc-arm-none-eabi-4_9-2015q3" ti.targets.elf.C66="/home/a0850461local/ti/ccs7.0.0.00043/ccsv7/tools/compiler/ti-cgt-c6000_8.1.2" ti.targets.arm.elf.M4="/home/a0850461local/ti/ccs7.0.0.00043/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS" ti.targets.arm.elf.M4F="/home/a0850461local/ti/ccs7.0.0.00043/ccsv7/tools/compiler/ti-cgt-arm_16.9.0.LTS"
    make[1]: Entering directory `/home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/ipc_3_44_01_01'
    building ipc packages ...
    making all: Thu Jun 22 14:51:11 EDT 2017 ...
    ======== .interfaces [./packages/ti/grcm/] ========
    making package.mak (because of package.bld) ...
    generating interfaces for package ti.grcm (because package/package.xdc.inc is older than package.xdc) ...
    translating RcmServer
    translating Settings
    ======== .interfaces [./packages/ti/ipc/] ========
    making package.mak (because of package.bld) ...
    generating interfaces for package ti.ipc (because package/package.xdc.inc is older than package.xdc) ...
    ======== .interfaces [./packages/ti/ipc/family/omap54xx/] ========
    making package.mak (because of package.bld) ...
    generating interfaces for package ti.ipc.family.omap54xx (because package/package.xdc.inc is older than package.xdc) ...
    ======== .interfaces [./packages/ti/ipc/family/omapl138/] ========
    making package.mak (because of package.bld) ...
    generating interfaces for package ti.ipc.family.omapl138 (because package/package.xdc.inc is older than package.xdc) ...
    translating VirtQueue
    ======== .interfaces [./packages/ti/ipc/family/tci6614/] ========
    making package.mak (because of package.bld) ...
    generating interfaces for package ti.ipc.family.tci6614 (because package/package.xdc.inc is older than package.xdc) ...
    translating Interrupt
    translating VirtQueue
    translating NotifySetup
    ======== .interfaces [./packages/ti/ipc/family/tci6638/] ========
    making package.mak (because of package.bld) ...
    generating interfaces for package ti.ipc.family.tci6638 (because package/package.xdc.inc is older than package.xdc) ...
    translating Interrupt
    translating VirtQueue
    translating NotifyCircSetup
  • Ok. Ferhat,

    The tools are included in RTOS SDK, so the version is newer than those in CCS. Be aware that the env variables don't get updated by re-sourcing the setupenv.sh. The script checks and if the variable exists, it does not execute the export command.

    Here's what I did using tools in RTOS SDK, and no issue building:

    1999 export SDK_INSTALL_PATH=~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04
    2000 export TOOLS_INSTALL_PATH=~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04
    2001 vi ../pdk_am57xx_1_0_6/packages/pdksetupenv.sh <== I changed the version # back to what they were
    2002 la ..
    2003 source ./setupenv.sh
    2004 make ipc_bios
    2005 vi makefile
    2006 make clean
    2007 make ipc_bios

    Rex
  • Hi Rex,

    Thank you for the answer. Although I removed processor-sdk-linux and processor-sdk-rtos and install them again, the problem still exist. Could you please share your last "setupenv.sh" and "make ipc_bios" console output again? I will compare the environment configuration.

    root@ubuntu:/opt/ti/processor_sdk_rtos_am57xx_3_03_00_04# export SDK_INSTALL_PATH=/opt/ti
    root@ubuntu:/opt/ti/processor_sdk_rtos_am57xx_3_03_00_04# export TOOLS_INSTALL_PATH=/opt/ti
    root@ubuntu:/opt/ti/processor_sdk_rtos_am57xx_3_03_00_04# source ./setupenv.sh
    Optional parameter not configured : CG_XML_BIN_INSTALL_PATH
    REQUIRED for xdc release build
    Example: export CG_XML_BIN_INSTALL_PATH="~/ti/cg_xml/bin"
    Optional parameter not configured : DOXYGEN_INSTALL_PATH
    REQUIRED for xdc release build
    Example: export DOXYGEN_INSTALL_PATH="~/ti/Doxygen/doxygen/1.5.1-p1/bin"
    **************************************************************************
    Environment Configuration:
        LIMIT_SOCS                : am571x am572x
        LIMIT_BOARDS              : evmAM572x idkAM571x idkAM572x
        PDK_INSTALL_PATH          : /opt/ti/pdk_am57xx_1_0_6/packages
        C6X_GEN_INSTALL_PATH      : /opt/ti/ti-cgt-c6000_8.1.3
        TOOLCHAIN_PATH_A15        : /opt/ti/gcc-arm-none-eabi-4_9-2015q3
        TOOLCHAIN_PATH_A8         : /opt/ti/gcc-arm-none-eabi-4_9-2015q3
        TOOLCHAIN_PATH_A9         : /opt/ti/gcc-arm-none-eabi-4_9-2015q3
        TOOLCHAIN_PATH_M4         : /opt/ti/ti-cgt-arm_16.9.1.LTS
        TOOLCHAIN_PATH_Arm9       : /opt/ti/ti-cgt-arm_16.9.1.LTS
        TOOLCHAIN_PATH_EVE        : /opt/ti/ccsv7/tools/compiler/arp32_1.0.8
        CL_PRU_INSTALL_PATH       : /opt/ti/ti-cgt-pru_2.1.4
        FPULIB_PATH               : /opt/ti/gcc-arm-none-eabi-4_9-2015q3/lib/gcc/arm-none-eabi/4.9.3/fpu
        CROSS_TOOL_PRFX           : arm-none-eabi-
        XDC_INSTALL_PATH          : /opt/ti/xdctools_3_32_01_22_core
        BIOS_INSTALL_PATH         : /opt/ti/bios_6_46_04_53
        IPC_INSTALL_PATH          : /opt/ti/ipc_3_44_01_01
        EDMA3LLD_BIOS6_INSTALLDIR : /opt/ti/edma3_lld_2_12_03_27
        NDK_INSTALL_PATH          : /opt/ti/ndk_2_25_01_11
        IMGLIB_INSTALL_PATH       : /opt/ti/imglib_c66x_3_1_1_0
        DSPLIB_INSTALL_PATH       : /opt/ti/dsplib_c66x_3_4_0_0
        MATHLIB_INSTALL_PATH      : /opt/ti/mathlib_c66x_3_1_1_0
        UIA_INSTALL_PATH          : /opt/ti/uia_2_00_06_52
    IPC_PLATFORM: DRA7XX
    IPC_ALT_PLATFORM:
        PROC_SDK_INSTALL_PATH     : /root/ti/processor_sdk_rtos_am57xx_3_03_00_04

    PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED
    *******************************************************************************
    root@ubuntu:/opt/ti/processor_sdk_rtos_am57xx_3_03_00_04#
    root@ubuntu:/opt/ti/processor_sdk_rtos_am57xx_3_03_00_04#
    root@ubuntu:/opt/ti/processor_sdk_rtos_am57xx_3_03_00_04# make ipc_bios
    make -C /opt/ti/ipc_3_44_01_01 -f ipc-bios.mak all \
      PLATFORM=DRA7XX \
      XDC_INSTALL_DIR="/opt/ti/xdctools_3_32_01_22_core" \
      BIOS_INSTALL_DIR="/opt/ti/bios_6_46_04_53" \
      gnu.targets.arm.A15="/opt/ti/gcc-arm-none-eabi-4_9-2015q3" gnu.targets.arm.A15F="/opt/ti/gcc-arm-none-eabi-4_9-2015q3" ti.targets.elf.C66="/opt/ti/ti-cgt-c6000_8.1.3" ti.targets.arm.elf.M4="/opt/ti/ti-cgt-arm_16.9.1.LTS" ti.targets.arm.elf.M4F="/opt/ti/ti-cgt-arm_16.9.1.LTS"
    make[1]: Entering directory '/opt/ti/ipc_3_44_01_01'
    building ipc packages ...
    making all: *** Haz 23 10:51:35 +03 2017 ...
    ======== .interfaces [./packages/ti/grcm/] ========
    making package.mak (because of package.bld) ...
    Segmentation fault (core dumped)
    making package.mak (because of package.bld) ...
    Segmentation fault (core dumped)
    gmake[1]: *** No rule to make target `package.mak', needed by `.interfaces'.  Stop.
    gmake: *** [packages/ti/grcm/,.interfaces] Error 2
    ipc-bios.mak:138: recipe for target 'all' failed
    make[1]: *** [all] Error 2
    make[1]: Leaving directory '/opt/ti/ipc_3_44_01_01'
    makefile:115: recipe for target 'ipc_bios' failed
    make: *** [ipc_bios] Error 2

  • Hi, Ferhat,

    I had rtos SDK installed under work directory. Here are the commands I did. The screen output of "source ./setupenv.sh" follows the command history. I logged the build after I did "make clean" and is attached in screen_make.log.gz.

    2002  cd work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/

    2003  export SDK_INSTALL_PATH=~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04

    2004  export TOOLS_INSTALL_PATH=~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04

    2005  cd processor_sdk_rtos_am57xx_3_03_00_04/

    2006  source ./setupenv.sh

    2007  make clean

    2008  script screen_make.log

    2009  vi screen_make.log

    2010  la

    2011  man gzip

    2012  gzip screen_make.log

    2013  la

    2014  history

    cd work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/

    ~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04$ export SDK_INSTALL_PATH=~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04

    ~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04$ export TOOLS_INSTALL_PATH=~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04

    ~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04$ cd processor_sdk_rtos_am57xx_3_03_00_04/

    ~/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/processor_sdk_rtos_am57xx_3_03_00_04$ source ./setupenv.sh

    Optional parameter not configured : CG_XML_BIN_INSTALL_PATH

    REQUIRED for xdc release build

    Example: export CG_XML_BIN_INSTALL_PATH="~/ti/cg_xml/bin"

    Optional parameter not configured : DOXYGEN_INSTALL_PATH

    REQUIRED for xdc release build

    Example: export DOXYGEN_INSTALL_PATH="~/ti/Doxygen/doxygen/1.5.1-p1/bin"

    **************************************************************************

    Environment Configuration:

       LIMIT_SOCS                : am571x am572x

       LIMIT_BOARDS              : evmAM572x idkAM571x idkAM572x

       PDK_INSTALL_PATH          : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/pdk_am57xx_1_0_6/packages

       C6X_GEN_INSTALL_PATH      : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/ti-cgt-c6000_8.1.3

       TOOLCHAIN_PATH_A15        : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/gcc-arm-none-eabi-4_9-2015q3

       TOOLCHAIN_PATH_A8         : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/gcc-arm-none-eabi-4_9-2015q3

       TOOLCHAIN_PATH_A9         : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/gcc-arm-none-eabi-4_9-2015q3

       TOOLCHAIN_PATH_M4         : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/ti-cgt-arm_16.9.1.LTS

       TOOLCHAIN_PATH_Arm9       : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/ti-cgt-arm_16.9.1.LTS

       TOOLCHAIN_PATH_EVE        : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/ccsv7/tools/compiler/arp32_1.0.8

       CL_PRU_INSTALL_PATH       : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/ti-cgt-pru_2.1.4

       FPULIB_PATH               : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/gcc-arm-none-eabi-4_9-2015q3/lib/gcc/arm-none-eabi/4.9.3/fpu

       CROSS_TOOL_PRFX           : arm-none-eabi-

       XDC_INSTALL_PATH          : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/xdctools_3_32_01_22_core

       BIOS_INSTALL_PATH         : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/bios_6_46_04_53

       IPC_INSTALL_PATH          : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/ipc_3_44_01_01

       EDMA3LLD_BIOS6_INSTALLDIR : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/edma3_lld_2_12_03_27

       NDK_INSTALL_PATH          : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/ndk_2_25_01_11

       IMGLIB_INSTALL_PATH       : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/imglib_c66x_3_1_1_0

       DSPLIB_INSTALL_PATH       : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/dsplib_c66x_3_4_0_0

       MATHLIB_INSTALL_PATH      : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/mathlib_c66x_3_1_1_0

       UIA_INSTALL_PATH          : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/uia_2_00_06_52

    IPC_PLATFORM: DRA7XX

    IPC_ALT_PLATFORM:

       PROC_SDK_INSTALL_PATH     : /home/a0850461local/work/ti-processor-sdk-rtos-am57xx-evm-03.03.00.04/processor_sdk_rtos_am57xx_3_03_00_04

    PROCESSOR SDK BUILD ENVIRONMENT CONFIGURED

    *******************************************************************************

    screen_make.log.gz