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.

RTOS/TDA3XEVM: Vision SDK Getting Started. ipc_PATH missing

Part Number: TDA3XEVM
Other Parts Discussed in Thread: SYSBIOS, MATHLIB

Tool/software: TI-RTOS

I'm trying to follow the Vision SDK TDA3xx User Guide to get started.  In section 3.2, Building the Application, when I try to do "gmake -s -j", it can't find ipc_PATH.  Where is this supposed to come from?

  • Hi,

    IPC is present in PROCESSOR_SDK_VISION_03_03_00_00\ti_components\os_tools\ipc_3_45_00_00. What is the build error you are getting?
    Can you remove -j from build command and try.

    Regards,
    Rishabh
  • I've gotten a bit further. FYI, I'm using Windows 7.
    In \PROCESSOR_SDK_VISION_03_xx_xx_xx\vision_sdk\build\Rules.make, I've set MAKEAPPNAME=apps and MAKECONFIG=tda3xx_evm_bios_all.
    "gmake -j -s depend" seems to work AFAIK.
    When I run "gmake", I get the following:

    gmake apps
    gmake[1]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build'
    gmake links_fw_libs
    gmake[2]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build'
    gmake -fMAKEFILE.MK -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos libs
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos linkfw_libs
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=ipu1_0 ; gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=ipu1_1 ; gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=c66xdsp_1 ; gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=c66xdsp_2 ; gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=arp32_1 ;
    gmake[5]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm'
    gmake[5]: *** No rule to make target `;'. Stop.
    gmake[5]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm'
    gmake[4]: *** [links_common_algorithm] Error 2
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos'
    gmake[3]: *** [libs] Error 2
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos'
    gmake[2]: *** [links_fw_libs] Error 2
    gmake[2]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build'
    gmake[1]: *** [apps] Error 2
    gmake[1]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build'
    gmake: *** [vision_sdk] Error 2

    I'm not sure where the semicolon is coming from, but it doesn't seem to like it.

    Separately, if I run just:

    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=ipu1_0

    it doesn't work from either the vision_sdk/build directory or the a number of other directories I try. It gives me the error message:

    makefile:31: /build/rtos/makerules/common.mk: No such file or directory
    gmake: *** No rule to make target `/build/rtos/makerules/common.mk'. Stop.

    It's try that "/build/rtos/makerules/common.mk" does not exist, but "C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build/rtos/makerules/common.mk" does exist.

    Thank you for your help.
  • Sorry, the last paragraph should read:

    It's true that "/build/rtos/makerules/common.mk" does not exist, but "C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build/rtos/makerules/common.mk" does exist.
  • Hi,

    It seems that dependencies have not been built correctly. Can you run build commands without -j.

    Regards,
    Rishabh
  • Synopsis: I ran both "gmake depend" and then "gmake" and got the same results.

    More detail: First I ran "gmake depend >> saveoutput.txt". On the command line, I saw the following:

    ================================================================================ start
    /cygdrive/c/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/mkdir: cannot create directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/include/config': File exists
    /cygdrive/c/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/mkdir: cannot create directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/include/config/apps': File exists
    /cygdrive/c/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/mkdir: cannot create directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/include/config/apps/tda3xx_evm_bios_all': File exists
    MAKEFILE.MK:33: warning: overriding commands for target `apps'
    MAKEFILE.MK:33: warning: ignoring old commands for target `apps'
    MAKEFILE.MK:56: warning: overriding commands for target `apps_eve1'
    MAKEFILE.MK:56: warning: ignoring old commands for target `apps_eve1'
    MAKEFILE.MK:105: warning: overriding commands for target `apps_ipu1_1'
    MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
    MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
    MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
    MAKEFILE.MK:127: warning: overriding commands for target `apps_dsp2'
    MAKEFILE.MK:127: warning: ignoring old commands for target `apps_dsp2'
    MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
    MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
    MAKEFILE.MK:168: warning: overriding commands for target `libs'
    MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
    MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
    MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
    MAKEFILE.MK:184: warning: overriding commands for target `clean'
    MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
    MAKEFILE.MK:267: warning: overriding commands for target `depend'
    MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
    MAKEFILE.MK:274: warning: overriding commands for target `header'
    MAKEFILE.MK:274: warning: ignoring old commands for target `header'
    MAKEFILE.MK:279: warning: overriding commands for target `footer'
    MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
    MAKEFILE.MK:285: warning: overriding commands for target `all'
    MAKEFILE.MK:285: warning: ignoring old commands for target `all'
    MAKEFILE.MK:33: warning: overriding commands for target `apps'
    MAKEFILE.MK:33: warning: ignoring old commands for target `apps'
    MAKEFILE.MK:56: warning: overriding commands for target `apps_eve1'
    MAKEFILE.MK:56: warning: ignoring old commands for target `apps_eve1'
    MAKEFILE.MK:105: warning: overriding commands for target `apps_ipu1_1'
    MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
    MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
    MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
    MAKEFILE.MK:127: warning: overriding commands for target `apps_dsp2'
    MAKEFILE.MK:127: warning: ignoring old commands for target `apps_dsp2'
    MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
    MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
    MAKEFILE.MK:168: warning: overriding commands for target `libs'
    MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
    MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
    MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
    MAKEFILE.MK:184: warning: overriding commands for target `clean'
    MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
    MAKEFILE.MK:267: warning: overriding commands for target `depend'
    MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
    MAKEFILE.MK:274: warning: overriding commands for target `header'
    MAKEFILE.MK:274: warning: ignoring old commands for target `header'
    MAKEFILE.MK:279: warning: overriding commands for target `footer'
    MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
    MAKEFILE.MK:285: warning: overriding commands for target `all'
    MAKEFILE.MK:285: warning: ignoring old commands for target `all'
    MAKEFILE.MK:33: warning: overriding commands for target `apps'
    MAKEFILE.MK:33: warning: ignoring old commands for target `apps'
    MAKEFILE.MK:56: warning: overriding commands for target `apps_eve1'
    MAKEFILE.MK:56: warning: ignoring old commands for target `apps_eve1'
    MAKEFILE.MK:105: warning: overriding commands for target `apps_ipu1_1'
    MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
    MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
    MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
    MAKEFILE.MK:127: warning: overriding commands for target `apps_dsp2'
    MAKEFILE.MK:127: warning: ignoring old commands for target `apps_dsp2'
    MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
    MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
    MAKEFILE.MK:168: warning: overriding commands for target `libs'
    MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
    MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
    MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
    MAKEFILE.MK:184: warning: overriding commands for target `clean'
    MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
    MAKEFILE.MK:267: warning: overriding commands for target `depend'
    MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
    MAKEFILE.MK:274: warning: overriding commands for target `header'
    MAKEFILE.MK:274: warning: ignoring old commands for target `header'
    MAKEFILE.MK:279: warning: overriding commands for target `footer'
    MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
    MAKEFILE.MK:285: warning: overriding commands for target `all'
    MAKEFILE.MK:285: warning: ignoring old commands for target `all'
    MAKEFILE.MK:33: warning: overriding commands for target `apps'
    MAKEFILE.MK:33: warning: ignoring old commands for target `apps'
    MAKEFILE.MK:56: warning: overriding commands for target `apps_eve1'
    MAKEFILE.MK:56: warning: ignoring old commands for target `apps_eve1'
    MAKEFILE.MK:105: warning: overriding commands for target `apps_ipu1_1'
    MAKEFILE.MK:105: warning: ignoring old commands for target `apps_ipu1_1'
    MAKEFILE.MK:116: warning: overriding commands for target `apps_dsp1'
    MAKEFILE.MK:116: warning: ignoring old commands for target `apps_dsp1'
    MAKEFILE.MK:127: warning: overriding commands for target `apps_dsp2'
    MAKEFILE.MK:127: warning: ignoring old commands for target `apps_dsp2'
    MAKEFILE.MK:151: warning: overriding commands for target `apps_ipu1_0'
    MAKEFILE.MK:151: warning: ignoring old commands for target `apps_ipu1_0'
    MAKEFILE.MK:168: warning: overriding commands for target `libs'
    MAKEFILE.MK:168: warning: ignoring old commands for target `libs'
    MAKEFILE.MK:171: warning: overriding commands for target `clean_files'
    MAKEFILE.MK:171: warning: ignoring old commands for target `clean_files'
    MAKEFILE.MK:184: warning: overriding commands for target `clean'
    MAKEFILE.MK:184: warning: ignoring old commands for target `clean'
    MAKEFILE.MK:267: warning: overriding commands for target `depend'
    MAKEFILE.MK:267: warning: ignoring old commands for target `depend'
    MAKEFILE.MK:274: warning: overriding commands for target `header'
    MAKEFILE.MK:274: warning: ignoring old commands for target `header'
    MAKEFILE.MK:279: warning: overriding commands for target `footer'
    MAKEFILE.MK:279: warning: ignoring old commands for target `footer'
    MAKEFILE.MK:285: warning: overriding commands for target `all'
    MAKEFILE.MK:285: warning: ignoring old commands for target `all'
    gmake[3]: *** No rule to make target `;'. Stop.
    gmake[2]: *** [depend] Error 2
    gmake[1]: *** [links_fw_depend] Error 2
    gmake: *** [depend] Error 2
    ================================================================================ end

    When I opened the resulting "saveoutput.txt" file, I saw the following:

    ================================================================================ start
    gmake -s makeconfig
    # makeconfig: Config is [ tda3xx_evm_bios_all ]
    # makeconfig: Output file is @ C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/include/config/apps/tda3xx_evm_bios_all/system_cfg.h
    # makeconfig: Input file is @ C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build/configs/tda3xx_evm_bios_all/cfg.mk
    # makeconfig: Generating header ...
    # makeconfig: Generating alg plugin config ...
    # makeconfig: Generating usecase config ...
    # makeconfig: Generating footer ...
    # makeconfig: Done !!!
    #
    # CPUs that are NOT required but included in config [ tda3xx_evm_bios_all ],
    #
    # WARNING: IPU1_1 can be excluded from application
    #
    # CPUs that are required but not included in config [ tda3xx_evm_bios_all ],
    #
    #
    # Edit C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build/configs/tda3xx_evm_bios_all/cfg.mk to include or exclude CPUs in an application
    #
    gmake edma3lld
    gmake[1]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build'
    gmake -C ./rtos/makerules -fbuild_edma3lld.mk edma3lld
    gmake[2]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build/rtos/makerules'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv MODULE_NAME=edma3lld_drv edma3lld_drv_PLATFORM_DEPENDENCY=yes CORE=ipu1_0 ISA=m4
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/m4/release/edma3lld_drv.aem4
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake[4]: `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/m4/release/edma3lld_drv.aem4' is up to date.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm MODULE_NAME=edma3lld_rm edma3lld_rm_PLATFORM_DEPENDENCY=yes CORE=ipu1_0 ISA=m4
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/m4/release/edma3lld_rm.aem4
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake[4]: `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/m4/release/edma3lld_rm.aem4' is up to date.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv MODULE_NAME=edma3lld_drv edma3lld_drv_PLATFORM_DEPENDENCY=yes CORE=c66xdsp_1 ISA=66
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/66/release/edma3lld_drv.ae66
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake[4]: `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/66/release/edma3lld_drv.ae66' is up to date.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm MODULE_NAME=edma3lld_rm edma3lld_rm_PLATFORM_DEPENDENCY=yes CORE=c66xdsp_1 ISA=66
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/66/release/edma3lld_rm.ae66
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake[4]: `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/66/release/edma3lld_rm.ae66' is up to date.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv MODULE_NAME=edma3lld_drv edma3lld_drv_PLATFORM_DEPENDENCY=yes CORE=arp32_1 ISA=arp32
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/arp32/release/edma3lld_drv.aearp32F
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake[4]: `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/arp32/release/edma3lld_drv.aearp32F' is up to date.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/drv'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm MODULE_NAME=edma3lld_rm edma3lld_rm_PLATFORM_DEPENDENCY=yes CORE=arp32_1 ISA=arp32
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/arp32/release/edma3lld_rm.aearp32F
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake[4]: `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/lib/tda3xx-evm/arp32/release/edma3lld_rm.aearp32F' is up to date.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20/packages/ti/sdo/edma3/rm'
    gmake[2]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build/rtos/makerules'
    gmake[1]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build'
    gmake pdk
    gmake[1]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build/rtos/makerules -fbuild_pdk.mk pdk
    gmake[2]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build/rtos/makerules'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/ pdk_libs MAKERULEDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules PDK_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages TOOLCHAIN_PATH_GCC=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_A15=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_M4=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/ti-cgt-arm_16.9.2.LTS C6X_GEN_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/C6000_7.4.2 TOOLCHAIN_PATH_EVE=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/arp32_1.0.7 BIOS_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53 XDC_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core EDMA3LLD_BIOS6_INSTALLDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20 RADARLINK_INSTALL_PATH= MSHIELD_DK_DIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/mshield-dk_std_4_5_3 utils_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin INCLUDE_DUMMY_OSAL=no PACKAGE_VIP=yes INCLUDE_SYSBIOS=yes PACKAGE_VPE=no PACKAGE_CAL=yes PACKAGE_ISS=yes PACKAGE_DSS=yes BOARD=tda3xx-evm CORE=ipu1_0 BUILD_PROFILE=release
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    Nothing to be done for tda3xx csl_init
    Nothing to be done for tda3xx csl_intc
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl -fmakefile.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/common
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/common'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/common'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/uart_console
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/uart_console'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/uart_console'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/i2c
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/i2c'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/i2c'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal/makefile.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal/makefile_optimized.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib/makefile.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib/makefile_optimized.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    Nothing to be done for tda3xx pm_rtos
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/sbl_lib -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/sbl_lib'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/sbl_lib'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/sbl_utils -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/sbl_utils'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/sbl_utils'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/diag -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/diag'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/diag'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/fw_l3l4 -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/fw_l3l4'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/fw_l3l4'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/norflash -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/norflash'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/norflash'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/qspiflash -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/qspiflash'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/boot/sbl_auto/qspiflash'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/i2clld -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/i2clld'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/i2clld'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/platform -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/platform'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/platform'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/uartconsole -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/uartconsole'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/uartconsole'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/fatlib -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/fatlib'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/fatlib'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/fatlib -ffatlib_edma/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/fatlib'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/fatlib'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/boards -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/boards'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/boards'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/devices -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/devices'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/devices'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/examples/utility -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/examples/utility'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/examples/utility'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/common
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/common'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/common'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/vpslib
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/vpslib'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/vpslib'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/vpslib/drv
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/vpslib/drv'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/vpslib/drv'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/fvid2
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/fvid2'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/fvid2'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/tirtos
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/tirtos'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/tirtos'
    Nothing to be done for tda3xx vps_osal_tirtos_smp
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/vpsdrv
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/vpsdrv'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/vpsdrv'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/platforms
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/platforms'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/platforms'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/devices
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/devices'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/devices'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/boards
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/boards'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/boards'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/examples/utility
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/examples/utility'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/examples/utility'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/bsp_lld/i2c -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/bsp_lld/i2c'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/bsp_lld/i2c'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/bsp_lld/uart -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/bsp_lld/uart'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/bsp_lld/uart'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/bsp_lld/mcspi -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/bsp_lld/mcspi'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/bsp_lld/mcspi'
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/ pdk_libs MAKERULEDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules PDK_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages TOOLCHAIN_PATH_GCC=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_A15=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_M4=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/ti-cgt-arm_16.9.2.LTS C6X_GEN_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/C6000_7.4.2 TOOLCHAIN_PATH_EVE=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/arp32_1.0.7 BIOS_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53 XDC_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core EDMA3LLD_BIOS6_INSTALLDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20 RADARLINK_INSTALL_PATH= MSHIELD_DK_DIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/mshield-dk_std_4_5_3 utils_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin INCLUDE_DUMMY_OSAL=no PACKAGE_VIP=yes INCLUDE_SYSBIOS=yes PACKAGE_VPE=no PACKAGE_CAL=yes PACKAGE_ISS=yes PACKAGE_DSS=yes BOARD=tda3xx-evm CORE=ipu1_1 BUILD_PROFILE=release
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    Nothing to be done for tda3xx csl_init
    Nothing to be done for tda3xx csl_intc
    Nothing to be done for tda3xx ipu1_1 csl
    Nothing to be done for tda3xx ipu1_1 csl_utils_common
    Nothing to be done for tda3xx ipu1_1 csl_uart_console
    Nothing to be done for tda3xx ipu1_1 csl_utils_i2c
    Nothing to be done for tda3xx ipu1_1 pm_hal
    Nothing to be done for tda3xx ipu1_1 pm_hal_optimized
    Nothing to be done for tda3xx ipu1_1 pm_lib
    Nothing to be done for tda3xx ipu1_1 pm_lib_optimized
    Nothing to be done for tda3xx pm_rtos
    Nothing to be done for tda3xx ipu1_1 sbl_lib
    Nothing to be done for tda3xx ipu1_1 sbl_utils
    Nothing to be done for tda3xx ipu1_1 diag
    Nothing to be done for tda3xx ipu1_1 firewall_l3l4
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite'
    Nothing to be done for tda3xx ipu1_1 norflash_lib
    Nothing to be done for tda3xx ipu1_1 qspiflash_lib
    Nothing to be done for tda3xx ipu1_1 i2c_lld
    Nothing to be done for tda3xx ipu1_1 stw_platform
    Nothing to be done for tda3xx ipu1_1 stw_uartconsole
    Nothing to be done for tda3xx ipu1_1 stw_fatlib
    Nothing to be done for tda3xx ipu1_1 stw_fatlib_edma
    Nothing to be done for tda3xx ipu1_1 stw_boards
    Nothing to be done for tda3xx ipu1_1 stw_devices
    Nothing to be done for tda3xx ipu1_1 stw_examples_utility
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal'
    Nothing to be done for tda3xx ipu1_1 vps_common
    Nothing to be done for tda3xx ipu1_1 vpslib
    Nothing to be done for tda3xx ipu1_1 vpsdrv_baremetal
    Nothing to be done for tda3xx ipu1_1 fvid2
    Nothing to be done for tda3xx ipu1_1 vps_osal_tirtos
    Nothing to be done for tda3xx vps_osal_tirtos_smp
    Nothing to be done for tda3xx ipu1_1 vpsdrv
    Nothing to be done for tda3xx ipu1_1 vps_platforms
    Nothing to be done for tda3xx ipu1_1 vps_devices
    Nothing to be done for tda3xx ipu1_1 vps_boards
    Nothing to be done for tda3xx ipu1_1 vps_examples_utility
    Nothing to be done for tda3xx ipu1_1 bsp_i2c
    Nothing to be done for tda3xx ipu1_1 bsp_uart
    Nothing to be done for tda3xx ipu1_1 bsp_mcspi
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/ pdk_libs MAKERULEDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules PDK_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages TOOLCHAIN_PATH_GCC=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_A15=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_M4=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/ti-cgt-arm_16.9.2.LTS C6X_GEN_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/C6000_7.4.2 TOOLCHAIN_PATH_EVE=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/arp32_1.0.7 BIOS_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53 XDC_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core EDMA3LLD_BIOS6_INSTALLDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20 RADARLINK_INSTALL_PATH= MSHIELD_DK_DIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/mshield-dk_std_4_5_3 utils_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin INCLUDE_DUMMY_OSAL=no PACKAGE_VIP=yes INCLUDE_SYSBIOS=yes PACKAGE_VPE=no PACKAGE_CAL=yes PACKAGE_ISS=yes PACKAGE_DSS=yes BOARD=tda3xx-evm CORE=ipu2_0 BUILD_PROFILE=
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    Nothing to be done for tda3xx csl_init
    Nothing to be done for tda3xx csl_intc
    Nothing to be done for tda3xx ipu2_0 csl
    Nothing to be done for tda3xx ipu2_0 csl_utils_common
    Nothing to be done for tda3xx ipu2_0 csl_uart_console
    Nothing to be done for tda3xx ipu2_0 csl_utils_i2c
    Nothing to be done for tda3xx ipu2_0 pm_hal
    Nothing to be done for tda3xx ipu2_0 pm_hal_optimized
    Nothing to be done for tda3xx ipu2_0 pm_lib
    Nothing to be done for tda3xx ipu2_0 pm_lib_optimized
    Nothing to be done for tda3xx pm_rtos
    Nothing to be done for tda3xx ipu2_0 sbl_lib
    Nothing to be done for tda3xx ipu2_0 sbl_utils
    Nothing to be done for tda3xx ipu2_0 diag
    Nothing to be done for tda3xx ipu2_0 firewall_l3l4
    Nothing to be done for tda3xx ipu2_0 ipc_lib
    Nothing to be done for tda3xx ipu2_0 norflash_lib
    Nothing to be done for tda3xx ipu2_0 qspiflash_lib
    Nothing to be done for tda3xx ipu2_0 i2c_lld
    Nothing to be done for tda3xx ipu2_0 stw_platform
    Nothing to be done for tda3xx ipu2_0 stw_uartconsole
    Nothing to be done for tda3xx ipu2_0 stw_fatlib
    Nothing to be done for tda3xx ipu2_0 stw_fatlib_edma
    Nothing to be done for tda3xx ipu2_0 stw_boards
    Nothing to be done for tda3xx ipu2_0 stw_devices
    Nothing to be done for tda3xx ipu2_0 stw_examples_utility
    Nothing to be done for tda3xx ipu2_0 vps_osal_baremetal
    Nothing to be done for tda3xx ipu2_0 vps_common
    Nothing to be done for tda3xx ipu2_0 vpslib
    Nothing to be done for tda3xx ipu2_0 vpsdrv_baremetal
    Nothing to be done for tda3xx ipu2_0 fvid2
    Nothing to be done for tda3xx ipu2_0 vps_osal_tirtos
    Nothing to be done for tda3xx vps_osal_tirtos_smp
    Nothing to be done for tda3xx ipu2_0 vpsdrv
    Nothing to be done for tda3xx ipu2_0 vps_platforms
    Nothing to be done for tda3xx ipu2_0 vps_devices
    Nothing to be done for tda3xx ipu2_0 vps_boards
    Nothing to be done for tda3xx ipu2_0 vps_examples_utility
    Nothing to be done for tda3xx ipu2_0 bsp_i2c
    Nothing to be done for tda3xx ipu2_0 bsp_uart
    Nothing to be done for tda3xx ipu2_0 bsp_mcspi
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/ pdk_libs MAKERULEDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules PDK_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages TOOLCHAIN_PATH_GCC=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_A15=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_M4=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/ti-cgt-arm_16.9.2.LTS C6X_GEN_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/C6000_7.4.2 TOOLCHAIN_PATH_EVE=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/arp32_1.0.7 BIOS_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53 XDC_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core EDMA3LLD_BIOS6_INSTALLDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20 RADARLINK_INSTALL_PATH= MSHIELD_DK_DIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/mshield-dk_std_4_5_3 utils_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin INCLUDE_DUMMY_OSAL=no PACKAGE_VIP=yes INCLUDE_SYSBIOS=yes PACKAGE_VPE=no PACKAGE_CAL=yes PACKAGE_ISS=yes PACKAGE_DSS=yes BOARD=tda3xx-evm CORE=c66x BUILD_PROFILE=release
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    Nothing to be done for tda3xx csl_init
    Nothing to be done for tda3xx csl_intc
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl -fmakefile.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/common
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/common'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/common'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/uart_console
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/uart_console'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/uart_console'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/i2c
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/i2c'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/i2c'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal/makefile.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal/makefile_optimized.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib/makefile.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib/makefile_optimized.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    Nothing to be done for tda3xx pm_rtos
    Nothing to be done for tda3xx c66x sbl_lib
    Nothing to be done for tda3xx c66x sbl_utils
    Nothing to be done for tda3xx c66x diag
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/fw_l3l4 -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/fw_l3l4'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/fw_l3l4'
    Nothing to be done for tda3xx c66x ipc_lib
    Nothing to be done for tda3xx c66x norflash_lib
    Nothing to be done for tda3xx c66x qspiflash_lib
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/i2clld -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/i2clld'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/i2clld'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/platform -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/platform'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/platform'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/uartconsole -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/uartconsole'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/uartconsole'
    Nothing to be done for tda3xx c66x stw_fatlib
    Nothing to be done for tda3xx c66x stw_fatlib_edma
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/boards -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/boards'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/boards'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/devices -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/devices'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/devices'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/examples/utility -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/examples/utility'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/examples/utility'
    Nothing to be done for tda3xx c66x vps_osal_baremetal
    Nothing to be done for tda3xx c66x vps_common
    Nothing to be done for tda3xx c66x vpslib
    Nothing to be done for tda3xx c66x vpsdrv_baremetal
    Nothing to be done for tda3xx c66x fvid2
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/tirtos
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/tirtos'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/tirtos'
    Nothing to be done for tda3xx vps_osal_tirtos_smp
    Nothing to be done for tda3xx c66x vpsdrv
    Nothing to be done for tda3xx c66x vps_platforms
    Nothing to be done for tda3xx c66x vps_devices
    Nothing to be done for tda3xx c66x vps_boards
    Nothing to be done for tda3xx c66x vps_examples_utility
    Nothing to be done for tda3xx c66x bsp_i2c
    Nothing to be done for tda3xx c66x bsp_uart
    Nothing to be done for tda3xx c66x bsp_mcspi
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/ pdk_libs MAKERULEDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules PDK_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages TOOLCHAIN_PATH_GCC=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_A15=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_M4=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/ti-cgt-arm_16.9.2.LTS C6X_GEN_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/C6000_7.4.2 TOOLCHAIN_PATH_EVE=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/arp32_1.0.7 BIOS_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53 XDC_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core EDMA3LLD_BIOS6_INSTALLDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20 RADARLINK_INSTALL_PATH= MSHIELD_DK_DIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/mshield-dk_std_4_5_3 utils_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin INCLUDE_DUMMY_OSAL=no PACKAGE_VIP=yes INCLUDE_SYSBIOS=yes PACKAGE_VPE=no PACKAGE_CAL=yes PACKAGE_ISS=yes PACKAGE_DSS=yes BOARD=tda3xx-evm CORE=c66xdsp_1 BUILD_PROFILE=release
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    Nothing to be done for tda3xx csl_init
    Nothing to be done for tda3xx csl_intc
    Nothing to be done for tda3xx c66xdsp_1 csl
    Nothing to be done for tda3xx c66xdsp_1 csl_utils_common
    Nothing to be done for tda3xx c66xdsp_1 csl_uart_console
    Nothing to be done for tda3xx c66xdsp_1 csl_utils_i2c
    Nothing to be done for tda3xx c66xdsp_1 pm_hal
    Nothing to be done for tda3xx c66xdsp_1 pm_hal_optimized
    Nothing to be done for tda3xx c66xdsp_1 pm_lib
    Nothing to be done for tda3xx c66xdsp_1 pm_lib_optimized
    Nothing to be done for tda3xx pm_rtos
    Nothing to be done for tda3xx c66xdsp_1 sbl_lib
    Nothing to be done for tda3xx c66xdsp_1 sbl_utils
    Nothing to be done for tda3xx c66xdsp_1 diag
    Nothing to be done for tda3xx c66xdsp_1 firewall_l3l4
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite'
    Nothing to be done for tda3xx c66xdsp_1 norflash_lib
    Nothing to be done for tda3xx c66xdsp_1 qspiflash_lib
    Nothing to be done for tda3xx c66xdsp_1 i2c_lld
    Nothing to be done for tda3xx c66xdsp_1 stw_platform
    Nothing to be done for tda3xx c66xdsp_1 stw_uartconsole
    Nothing to be done for tda3xx c66xdsp_1 stw_fatlib
    Nothing to be done for tda3xx c66xdsp_1 stw_fatlib_edma
    Nothing to be done for tda3xx c66xdsp_1 stw_boards
    Nothing to be done for tda3xx c66xdsp_1 stw_devices
    Nothing to be done for tda3xx c66xdsp_1 stw_examples_utility
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal'
    Nothing to be done for tda3xx c66xdsp_1 vps_common
    Nothing to be done for tda3xx c66xdsp_1 vpslib
    Nothing to be done for tda3xx c66xdsp_1 vpsdrv_baremetal
    Nothing to be done for tda3xx c66xdsp_1 fvid2
    Nothing to be done for tda3xx c66xdsp_1 vps_osal_tirtos
    Nothing to be done for tda3xx vps_osal_tirtos_smp
    Nothing to be done for tda3xx c66xdsp_1 vpsdrv
    Nothing to be done for tda3xx c66xdsp_1 vps_platforms
    Nothing to be done for tda3xx c66xdsp_1 vps_devices
    Nothing to be done for tda3xx c66xdsp_1 vps_boards
    Nothing to be done for tda3xx c66xdsp_1 vps_examples_utility
    Nothing to be done for tda3xx c66xdsp_1 bsp_i2c
    Nothing to be done for tda3xx c66xdsp_1 bsp_uart
    Nothing to be done for tda3xx c66xdsp_1 bsp_mcspi
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/ pdk_libs MAKERULEDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules PDK_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages TOOLCHAIN_PATH_GCC=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_A15=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_M4=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/ti-cgt-arm_16.9.2.LTS C6X_GEN_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/C6000_7.4.2 TOOLCHAIN_PATH_EVE=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/arp32_1.0.7 BIOS_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53 XDC_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core EDMA3LLD_BIOS6_INSTALLDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20 RADARLINK_INSTALL_PATH= MSHIELD_DK_DIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/mshield-dk_std_4_5_3 utils_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin INCLUDE_DUMMY_OSAL=no PACKAGE_VIP=yes INCLUDE_SYSBIOS=yes PACKAGE_VPE=no PACKAGE_CAL=yes PACKAGE_ISS=yes PACKAGE_DSS=yes BOARD=tda3xx-evm CORE=c66xdsp_2 BUILD_PROFILE=release
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    Nothing to be done for tda3xx csl_init
    Nothing to be done for tda3xx csl_intc
    Nothing to be done for tda3xx c66xdsp_2 csl
    Nothing to be done for tda3xx c66xdsp_2 csl_utils_common
    Nothing to be done for tda3xx c66xdsp_2 csl_uart_console
    Nothing to be done for tda3xx c66xdsp_2 csl_utils_i2c
    Nothing to be done for tda3xx c66xdsp_2 pm_hal
    Nothing to be done for tda3xx c66xdsp_2 pm_hal_optimized
    Nothing to be done for tda3xx c66xdsp_2 pm_lib
    Nothing to be done for tda3xx c66xdsp_2 pm_lib_optimized
    Nothing to be done for tda3xx pm_rtos
    Nothing to be done for tda3xx c66xdsp_2 sbl_lib
    Nothing to be done for tda3xx c66xdsp_2 sbl_utils
    Nothing to be done for tda3xx c66xdsp_2 diag
    Nothing to be done for tda3xx c66xdsp_2 firewall_l3l4
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite'
    Nothing to be done for tda3xx c66xdsp_2 norflash_lib
    Nothing to be done for tda3xx c66xdsp_2 qspiflash_lib
    Nothing to be done for tda3xx c66xdsp_2 i2c_lld
    Nothing to be done for tda3xx c66xdsp_2 stw_platform
    Nothing to be done for tda3xx c66xdsp_2 stw_uartconsole
    Nothing to be done for tda3xx c66xdsp_2 stw_fatlib
    Nothing to be done for tda3xx c66xdsp_2 stw_fatlib_edma
    Nothing to be done for tda3xx c66xdsp_2 stw_boards
    Nothing to be done for tda3xx c66xdsp_2 stw_devices
    Nothing to be done for tda3xx c66xdsp_2 stw_examples_utility
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/baremetal'
    Nothing to be done for tda3xx c66xdsp_2 vps_common
    Nothing to be done for tda3xx c66xdsp_2 vpslib
    Nothing to be done for tda3xx c66xdsp_2 vpsdrv_baremetal
    Nothing to be done for tda3xx c66xdsp_2 fvid2
    Nothing to be done for tda3xx c66xdsp_2 vps_osal_tirtos
    Nothing to be done for tda3xx vps_osal_tirtos_smp
    Nothing to be done for tda3xx c66xdsp_2 vpsdrv
    Nothing to be done for tda3xx c66xdsp_2 vps_platforms
    Nothing to be done for tda3xx c66xdsp_2 vps_devices
    Nothing to be done for tda3xx c66xdsp_2 vps_boards
    Nothing to be done for tda3xx c66xdsp_2 vps_examples_utility
    Nothing to be done for tda3xx c66xdsp_2 bsp_i2c
    Nothing to be done for tda3xx c66xdsp_2 bsp_uart
    Nothing to be done for tda3xx c66xdsp_2 bsp_mcspi
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/ pdk_libs MAKERULEDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules PDK_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages TOOLCHAIN_PATH_GCC=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_A15=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_M4=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/ti-cgt-arm_16.9.2.LTS C6X_GEN_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/C6000_7.4.2 TOOLCHAIN_PATH_EVE=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/arp32_1.0.7 BIOS_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53 XDC_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core EDMA3LLD_BIOS6_INSTALLDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20 RADARLINK_INSTALL_PATH= MSHIELD_DK_DIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/mshield-dk_std_4_5_3 utils_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin INCLUDE_DUMMY_OSAL=no PACKAGE_VIP=yes INCLUDE_SYSBIOS=yes PACKAGE_VPE=no PACKAGE_CAL=yes PACKAGE_ISS=yes PACKAGE_DSS=yes BOARD=tda3xx-evm CORE=arp32_1 BUILD_PROFILE=release
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    Nothing to be done for tda3xx csl_init
    Nothing to be done for tda3xx csl_intc
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl -fmakefile.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/common
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/common'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/common'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/uart_console
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/uart_console'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/uart_console'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/i2c
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/i2c'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/csl/example/utils/i2c'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal/makefile.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal/makefile_optimized.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmhal'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib/makefile.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib -fC:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib/makefile_optimized.mk
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/pm/src/pmlib'
    Nothing to be done for tda3xx pm_rtos
    Nothing to be done for tda3xx arp32_1 sbl_lib
    Nothing to be done for tda3xx arp32_1 sbl_utils
    Nothing to be done for tda3xx arp32_1 diag
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/fw_l3l4 -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/fw_l3l4'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/fw_l3l4'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/ipc_lite'
    Nothing to be done for tda3xx arp32_1 norflash_lib
    Nothing to be done for tda3xx arp32_1 qspiflash_lib
    Nothing to be done for tda3xx arp32_1 i2c_lld
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/platform -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/platform'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/platform'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/uartconsole -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/uartconsole'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/uartconsole'
    Nothing to be done for tda3xx arp32_1 stw_fatlib
    Nothing to be done for tda3xx arp32_1 stw_fatlib_edma
    Nothing to be done for tda3xx arp32_1 stw_boards
    Nothing to be done for tda3xx arp32_1 stw_devices
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/examples/utility -fsrc/makefile
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/examples/utility'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/stw_lld/examples/utility'
    Nothing to be done for tda3xx arp32_1 vps_osal_baremetal
    Nothing to be done for tda3xx arp32_1 vps_common
    Nothing to be done for tda3xx arp32_1 vpslib
    Nothing to be done for tda3xx arp32_1 vpsdrv_baremetal
    Nothing to be done for tda3xx arp32_1 fvid2
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/tirtos
    gmake[4]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/tirtos'
    gmake[4]: Nothing to be done for `all'.
    gmake[4]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/drv/vps/src/osal/tirtos'
    Nothing to be done for tda3xx vps_osal_tirtos_smp
    Nothing to be done for tda3xx arp32_1 vpsdrv
    Nothing to be done for tda3xx arp32_1 vps_platforms
    Nothing to be done for tda3xx arp32_1 vps_devices
    Nothing to be done for tda3xx arp32_1 vps_boards
    Nothing to be done for tda3xx arp32_1 vps_examples_utility
    Nothing to be done for tda3xx arp32_1 bsp_i2c
    Nothing to be done for tda3xx arp32_1 bsp_uart
    Nothing to be done for tda3xx arp32_1 bsp_mcspi
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/ pdk_libs MAKERULEDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules PDK_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages TOOLCHAIN_PATH_GCC=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_A15=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_M4=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/ti-cgt-arm_16.9.2.LTS C6X_GEN_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/C6000_7.4.2 TOOLCHAIN_PATH_EVE=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/arp32_1.0.7 BIOS_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53 XDC_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core EDMA3LLD_BIOS6_INSTALLDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20 RADARLINK_INSTALL_PATH= MSHIELD_DK_DIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/mshield-dk_std_4_5_3 utils_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin INCLUDE_DUMMY_OSAL=no PACKAGE_VIP=yes INCLUDE_SYSBIOS=yes PACKAGE_VPE=no PACKAGE_CAL=yes PACKAGE_ISS=yes PACKAGE_DSS=yes BOARD=tda3xx-evm CORE=arp32_2 BUILD_PROFILE=
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    Nothing to be done for tda3xx csl_init
    Nothing to be done for tda3xx csl_intc
    Nothing to be done for tda3xx arp32_2 csl
    Nothing to be done for tda3xx arp32_2 csl_utils_common
    Nothing to be done for tda3xx arp32_2 csl_uart_console
    Nothing to be done for tda3xx arp32_2 csl_utils_i2c
    Nothing to be done for tda3xx arp32_2 pm_hal
    Nothing to be done for tda3xx arp32_2 pm_hal_optimized
    Nothing to be done for tda3xx arp32_2 pm_lib
    Nothing to be done for tda3xx arp32_2 pm_lib_optimized
    Nothing to be done for tda3xx pm_rtos
    Nothing to be done for tda3xx arp32_2 sbl_lib
    Nothing to be done for tda3xx arp32_2 sbl_utils
    Nothing to be done for tda3xx arp32_2 diag
    Nothing to be done for tda3xx arp32_2 firewall_l3l4
    Nothing to be done for tda3xx arp32_2 ipc_lib
    Nothing to be done for tda3xx arp32_2 norflash_lib
    Nothing to be done for tda3xx arp32_2 qspiflash_lib
    Nothing to be done for tda3xx arp32_2 i2c_lld
    Nothing to be done for tda3xx arp32_2 stw_platform
    Nothing to be done for tda3xx arp32_2 stw_uartconsole
    Nothing to be done for tda3xx arp32_2 stw_fatlib
    Nothing to be done for tda3xx arp32_2 stw_fatlib_edma
    Nothing to be done for tda3xx arp32_2 stw_boards
    Nothing to be done for tda3xx arp32_2 stw_devices
    Nothing to be done for tda3xx arp32_2 stw_examples_utility
    Nothing to be done for tda3xx arp32_2 vps_osal_baremetal
    Nothing to be done for tda3xx arp32_2 vps_common
    Nothing to be done for tda3xx arp32_2 vpslib
    Nothing to be done for tda3xx arp32_2 vpsdrv_baremetal
    Nothing to be done for tda3xx arp32_2 fvid2
    Nothing to be done for tda3xx arp32_2 vps_osal_tirtos
    Nothing to be done for tda3xx vps_osal_tirtos_smp
    Nothing to be done for tda3xx arp32_2 vpsdrv
    Nothing to be done for tda3xx arp32_2 vps_platforms
    Nothing to be done for tda3xx arp32_2 vps_devices
    Nothing to be done for tda3xx arp32_2 vps_boards
    Nothing to be done for tda3xx arp32_2 vps_examples_utility
    Nothing to be done for tda3xx arp32_2 bsp_i2c
    Nothing to be done for tda3xx arp32_2 bsp_uart
    Nothing to be done for tda3xx arp32_2 bsp_mcspi
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/ pdk_libs MAKERULEDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules PDK_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages TOOLCHAIN_PATH_GCC=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_A15=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_M4=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/ti-cgt-arm_16.9.2.LTS C6X_GEN_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/C6000_7.4.2 TOOLCHAIN_PATH_EVE=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/arp32_1.0.7 BIOS_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53 XDC_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core EDMA3LLD_BIOS6_INSTALLDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20 RADARLINK_INSTALL_PATH= MSHIELD_DK_DIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/mshield-dk_std_4_5_3 utils_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin INCLUDE_DUMMY_OSAL=no PACKAGE_VIP=yes INCLUDE_SYSBIOS=yes PACKAGE_VPE=no PACKAGE_CAL=yes PACKAGE_ISS=yes PACKAGE_DSS=yes BOARD=tda3xx-evm CORE=arp32_3 BUILD_PROFILE=
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    Nothing to be done for tda3xx csl_init
    Nothing to be done for tda3xx csl_intc
    Nothing to be done for tda3xx arp32_3 csl
    Nothing to be done for tda3xx arp32_3 csl_utils_common
    Nothing to be done for tda3xx arp32_3 csl_uart_console
    Nothing to be done for tda3xx arp32_3 csl_utils_i2c
    Nothing to be done for tda3xx arp32_3 pm_hal
    Nothing to be done for tda3xx arp32_3 pm_hal_optimized
    Nothing to be done for tda3xx arp32_3 pm_lib
    Nothing to be done for tda3xx arp32_3 pm_lib_optimized
    Nothing to be done for tda3xx pm_rtos
    Nothing to be done for tda3xx arp32_3 sbl_lib
    Nothing to be done for tda3xx arp32_3 sbl_utils
    Nothing to be done for tda3xx arp32_3 diag
    Nothing to be done for tda3xx arp32_3 firewall_l3l4
    Nothing to be done for tda3xx arp32_3 ipc_lib
    Nothing to be done for tda3xx arp32_3 norflash_lib
    Nothing to be done for tda3xx arp32_3 qspiflash_lib
    Nothing to be done for tda3xx arp32_3 i2c_lld
    Nothing to be done for tda3xx arp32_3 stw_platform
    Nothing to be done for tda3xx arp32_3 stw_uartconsole
    Nothing to be done for tda3xx arp32_3 stw_fatlib
    Nothing to be done for tda3xx arp32_3 stw_fatlib_edma
    Nothing to be done for tda3xx arp32_3 stw_boards
    Nothing to be done for tda3xx arp32_3 stw_devices
    Nothing to be done for tda3xx arp32_3 stw_examples_utility
    Nothing to be done for tda3xx arp32_3 vps_osal_baremetal
    Nothing to be done for tda3xx arp32_3 vps_common
    Nothing to be done for tda3xx arp32_3 vpslib
    Nothing to be done for tda3xx arp32_3 vpsdrv_baremetal
    Nothing to be done for tda3xx arp32_3 fvid2
    Nothing to be done for tda3xx arp32_3 vps_osal_tirtos
    Nothing to be done for tda3xx vps_osal_tirtos_smp
    Nothing to be done for tda3xx arp32_3 vpsdrv
    Nothing to be done for tda3xx arp32_3 vps_platforms
    Nothing to be done for tda3xx arp32_3 vps_devices
    Nothing to be done for tda3xx arp32_3 vps_boards
    Nothing to be done for tda3xx arp32_3 vps_examples_utility
    Nothing to be done for tda3xx arp32_3 bsp_i2c
    Nothing to be done for tda3xx arp32_3 bsp_uart
    Nothing to be done for tda3xx arp32_3 bsp_mcspi
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/ pdk_libs MAKERULEDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build/makerules PDK_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages TOOLCHAIN_PATH_GCC=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_A15=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3 TOOLCHAIN_PATH_M4=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/ti-cgt-arm_16.9.2.LTS C6X_GEN_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/C6000_7.4.2 TOOLCHAIN_PATH_EVE=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/cg_tools/windows/arp32_1.0.7 BIOS_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/bios_6_46_04_53 XDC_INSTALL_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core EDMA3LLD_BIOS6_INSTALLDIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/edma3_lld_02_12_00_20 RADARLINK_INSTALL_PATH= MSHIELD_DK_DIR=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/mshield-dk_std_4_5_3 utils_PATH=C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin INCLUDE_DUMMY_OSAL=no PACKAGE_VIP=yes INCLUDE_SYSBIOS=yes PACKAGE_VPE=no PACKAGE_CAL=yes PACKAGE_ISS=yes PACKAGE_DSS=yes BOARD=tda3xx-evm CORE=arp32_4 BUILD_PROFILE=
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    Nothing to be done for tda3xx csl_init
    Nothing to be done for tda3xx csl_intc
    Nothing to be done for tda3xx arp32_4 csl
    Nothing to be done for tda3xx arp32_4 csl_utils_common
    Nothing to be done for tda3xx arp32_4 csl_uart_console
    Nothing to be done for tda3xx arp32_4 csl_utils_i2c
    Nothing to be done for tda3xx arp32_4 pm_hal
    Nothing to be done for tda3xx arp32_4 pm_hal_optimized
    Nothing to be done for tda3xx arp32_4 pm_lib
    Nothing to be done for tda3xx arp32_4 pm_lib_optimized
    Nothing to be done for tda3xx pm_rtos
    Nothing to be done for tda3xx arp32_4 sbl_lib
    Nothing to be done for tda3xx arp32_4 sbl_utils
    Nothing to be done for tda3xx arp32_4 diag
    Nothing to be done for tda3xx arp32_4 firewall_l3l4
    Nothing to be done for tda3xx arp32_4 ipc_lib
    Nothing to be done for tda3xx arp32_4 norflash_lib
    Nothing to be done for tda3xx arp32_4 qspiflash_lib
    Nothing to be done for tda3xx arp32_4 i2c_lld
    Nothing to be done for tda3xx arp32_4 stw_platform
    Nothing to be done for tda3xx arp32_4 stw_uartconsole
    Nothing to be done for tda3xx arp32_4 stw_fatlib
    Nothing to be done for tda3xx arp32_4 stw_fatlib_edma
    Nothing to be done for tda3xx arp32_4 stw_boards
    Nothing to be done for tda3xx arp32_4 stw_devices
    Nothing to be done for tda3xx arp32_4 stw_examples_utility
    Nothing to be done for tda3xx arp32_4 vps_osal_baremetal
    Nothing to be done for tda3xx arp32_4 vps_common
    Nothing to be done for tda3xx arp32_4 vpslib
    Nothing to be done for tda3xx arp32_4 vpsdrv_baremetal
    Nothing to be done for tda3xx arp32_4 fvid2
    Nothing to be done for tda3xx arp32_4 vps_osal_tirtos
    Nothing to be done for tda3xx vps_osal_tirtos_smp
    Nothing to be done for tda3xx arp32_4 vpsdrv
    Nothing to be done for tda3xx arp32_4 vps_platforms
    Nothing to be done for tda3xx arp32_4 vps_devices
    Nothing to be done for tda3xx arp32_4 vps_boards
    Nothing to be done for tda3xx arp32_4 vps_examples_utility
    Nothing to be done for tda3xx arp32_4 bsp_i2c
    Nothing to be done for tda3xx arp32_4 bsp_uart
    Nothing to be done for tda3xx arp32_4 bsp_mcspi
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/drivers/pdk_01_09_00_17/packages/ti/build'
    gmake[2]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build/rtos/makerules'
    gmake[1]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build'
    gmake links_fw_depend
    gmake[1]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build'
    gmake -fMAKEFILE.MK -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos depend
    gmake[2]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos'
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/linksfwLibList_a15_0_.txt
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/linksfwLibList_arp32_1_release.txt
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/linksfwLibList_arp32_2_.txt
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/linksfwLibList_arp32_3_.txt
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/linksfwLibList_arp32_4_.txt
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/linksfwLibList_c66xdsp_1_release.txt
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/linksfwLibList_c66xdsp_2_release.txt
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/linksfwLibList_ipu1_0_release.txt
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/linksfwLibList_ipu1_1_release.txt
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/binaries/apps/tda3xx_evm_bios_all/linksfwLibList_ipu2_.txt
    C:/PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/windows/xdctools_3_32_01_22_core/bin/rm -rf C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/include/config/apps/tda3xx_evm_bios_all/linksInclude_*.h
    gmake -fMAKEFILE.MK HeaderCORE=ipu1_0 header ; gmake -fMAKEFILE.MK HeaderCORE=ipu1_1 header ; gmake -fMAKEFILE.MK HeaderCORE=c66xdsp_1 header ; gmake -fMAKEFILE.MK HeaderCORE=c66xdsp_2 header ; gmake -fMAKEFILE.MK HeaderCORE=arp32_1 header ;
    gmake[3]: Entering directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos'
    gmake[3]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos'
    gmake[2]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos'
    gmake[1]: Leaving directory `C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/build'
    ================================================================================ end

    The final step of running "gmake" resulted in output that was identical to what I posted previously.
  • Hi Scott,

    This seems to be a path issue.
    Is OS parameter set correctly in Rules.make?

    Regards,
    Rishabh
  • Hi,

    Can you check the ipc_PATH in vision_sdk/build/tools_path.mk and see if it is correct?

    Regards,
    Brijesh
  • SYNOPSIS: Neither "OS" nor "ipc_PATH" changed the situation.

    ===== DETAILS regarding "OS" setting =====

    I found 3 different Rules.make files.

    C:\PROCESSOR_SDK_VISION_03_03_00_00\ti_components\drivers\pdk_01_09_00_17\packages\ti\build\Rules.make was set correctly as "export OS ?= Windows_NT".

    C:\PROCESSOR_SDK_VISION_03_03_00_00\vision_sdk\build\Rules.make was set incorrectly and I changed it to "export OS ?= Windows_NT".

    C:\PROCESSOR_SDK_VISION_03_03_00_00\ti_components\algorithms\eve_sw_01_18_01_00\starterware\Rules.make doesn't have an explicit OS setting, but rather uses the following code which I left unchanged:

    ifeq ($(OS),Windows_NT)
    OS := Windows
    else
    UNAME := $(shell uname)
    ifeq ($(UNAME),Linux)
    OS := Linux
    endif
    endif

    ===== Details regarding "ipc_PATH" setting =====

    I found the following code in tools_path.mk:

    ifeq ($(PLATFORM),$(filter $(PLATFORM), tda2xx-evm tda2px-evm tda2ex-evm tda2xx-mc tda2xx-rvp tda3xx-evm tda3xx-rvp))
    bios_PATH ?= $(TI_SW_ROOT)/os_tools/bios_6_46_04_53
    ifeq ($(RADAR_INCLUDE),no)
    ipc_PATH ?= $(TI_SW_ROOT)/os_tools/ipc_3_45_00_00
    endif
    ifeq ($(BUILD_OS),Windows_NT)
    xdc_PATH ?= $(TI_SW_ROOT)/os_tools/windows/xdctools_3_32_01_22_core
    endif
    ifeq ($(BUILD_OS),Linux)
    xdc_PATH ?= $(TI_SW_ROOT)/os_tools/linux/xdctools_3_32_01_22_core
    endif
    endif

    To eliminate ipc_PATH as a potential problem, I just hard-coded the following statement after the above if blocks:
    ipc_PATH ?= /PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/ipc_3_45_00_00

    ===== testing the results =====

    I then ran the following to clean everything:

    gmake clean
    gmake depend clean
    gmake clean depend

    And finally, I re-ran the builds:

    gmake depend
    gmake

    The results were the same.  This very long, continuous line causes a problem:

    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=ipu1_0 ; gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=ipu1_1 ; gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=c66xdsp_1 ; gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=c66xdsp_2 ; gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=arp32_1 ;

    It gives the message:

    gmake[5]: *** No rule to make target `;'.  Stop.

    I'm not sure why all the commands are strung together with a semicolon or why it's not being recognized as a delimiter, but that would improve things.

    However, when I take just the first command and run it by itself:

    gmake -C C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm CORE=ipu1_0

    I still get the following error:

    makefile:31: /build/rtos/makerules/common.mk: No such file or directory

    In C:/PROCESSOR_SDK_VISION_03_03_00_00/vision_sdk/links_fw/src/rtos/links_common/algorithm/Makefile

    There is the following line:

    include $(ROOTDIR)/build/rtos/makerules/common.mk

    It looks to me like ROOTDIR is not being set.  Where is this supposed to be set?

    Thanks for your help.

  • Hi Scott,

    The build is working at our end.
    It could some issue during installation.
    Can you please try a fresh installation and see if you still get the same error.
    Also can you please share Rules.make and tools_path.mk.

    Regards,
    Rishabh
  • Do you know where ROOTPATH is supposed to be defined.  It's not set in my environment variables if that's where it's supposed to come from.  I am including the two files you requested below.

    First, I am attaching the Rules.make found in the build subdirectory which is what I assume you want:

    # file name: Rules.make
    # set up the build environment

    ifeq ($(vision_sdk_PATH), )

    #
    # Application to build for
    #
    # Supported Applications are:
    # sample_app
    # apps

    MAKEAPPNAME?=apps

    #
    # Config to use
    #
    # Selecting a config selects the system config and modules to include
    # in the build
    #
    # Edit the detailed config in file
    # $(vision_sdk_PATH)/$(MAKEAPPNAME)/configs/$(MAKECONFIG)/cfg.mk
    #
    # Supported "out of box" configs are listed below
    # - TDA2x Configs,
    # tda2xx_evm_bios_all
    # tda2xx_evm_bios_opencx
    # tda2xx_evm_bios_radar
    # tda2xx_evm_linux_all
    # tda2xx_rvp_linux_all
    # tda2xx_evm_linux_infoadas
    # tda2xx_evm_linux_opencl
    # tda2xx_evm_linux_opencx
    # tda2xx_evm_robust_rvc
    #
    # - TDA3x Configs,
    # tda3xx_alps_bios_radar
    # tda3xx_evm_bios_all
    # tda3xx_evm_bios_radar
    # tda3xx_rvp_bios_all
    # tda3xx_evm_bios_iss
    # tda3xx_rvp_bios_iss
    #
    # - TDA2Ex Configs,
    # tda2ex_17x17_evm_linux_all
    # tda2ex_evm_bios_all
    # tda2ex_evm_linux_all
    # tda2ex_evm_linux_infoadas
    # tda2ex_evm_robust_rvc
    #
    # - TDA2Px Configs,
    # tda2px_evm_bios_all
    # tda2px_evm_bios_radar
    # tda2px_evm_linux_all
    # tda2px_evm_linux_infoadas
    # tda2px_evm_bios_iss
    #
    #
    MAKECONFIG?=tda3xx_evm_bios_all

    # Default build environment
    # Options: Windows_NT or Linux
    BUILD_OS ?= Windows_NT
    ifeq ($(OS),Windows_NT)
    BUILD_OS=Windows_NT
    endif

    #
    # Set BUILD_MACHINE to 32BIT as required, this is needed only
    # if A15_TARGET_OS is going to be Linux
    #
    # Options: 32BIT or 64BIT
    BUILD_MACHINE ?= 64BIT

    vision_sdk_RELPATH = vision_sdk
    vision_sdk_PATH := $(abspath ..)

    # Application paths
    $(MAKEAPPNAME)_PATH := $(vision_sdk_PATH)/$(MAKEAPPNAME)

    include $($(MAKEAPPNAME)_PATH)/configs/defaults.mk
    include $($(MAKEAPPNAME)_PATH)/configs/cfg.mk
    include $($(MAKEAPPNAME)_PATH)/configs/autorules_header_cfg.mk
    include $(vision_sdk_PATH)/build/tools_path.mk
    include $($(MAKEAPPNAME)_PATH)/configs/autorules_footer_cfg.mk

    endif

    include $(MAKERULEDIR)/build_config.mk
    include $(MAKERULEDIR)/platform.mk
    include $(MAKERULEDIR)/env.mk
    include $(MAKERULEDIR)/component.mk

    export MAKEAPPNAME
    export $(MAKEAPPNAME)_PATH
    export MAKECONFIG

    ======================================================================

    tools_path.mk, also from the build subdirectory.  You'll note I added the one line:

    ipc_PATH ?= /PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/ipc_3_45_00_00

    which points to the correct directory on my C: drive.

    Here is the complete file:

    ifeq ($(BUILD_OS),Windows_NT)
    TI_SW_ROOT := $(abspath ../..)/ti_components
    endif

    ifeq ($(BUILD_OS),Linux)
    TI_SW_ROOT := $(abspath ../..)/ti_components
    # or /opt/ti if you follow the package installers
    endif

    export SDK_INSTALL_PATH ?= $(TI_SW_ROOT)/../
    infoadas_PATH ?=

    #
    # Code gen and config tools
    #

    ifeq ($(BUILD_OS),Windows_NT)
    CODEGEN_PATH_DSP ?= $(TI_SW_ROOT)/cg_tools/windows/C6000_7.4.2
    CODEGEN_PATH_EVE ?= $(TI_SW_ROOT)/cg_tools/windows/arp32_1.0.7
    CODEGEN_PATH_A15 ?= $(TI_SW_ROOT)/cg_tools/windows/gcc-arm-none-eabi-4_9-2015q3
    CODEGEN_PATH_M4 ?= $(TI_SW_ROOT)/cg_tools/windows/ti-cgt-arm_16.9.2.LTS
    TI_OCL_CGT_INSTALL ?= $(TI_SW_ROOT)/cg_tools/windows/ti-cgt-c6000_8.1.0
    endif

    ifeq ($(BUILD_OS),Linux)
    CODEGEN_PATH_DSP ?= $(TI_SW_ROOT)/cg_tools/linux/C6000_7.4.2
    CODEGEN_PATH_EVE ?= $(TI_SW_ROOT)/cg_tools/linux/arp32_1.0.7
    CODEGEN_PATH_M4 ?= $(TI_SW_ROOT)/cg_tools/linux/ti-cgt-arm_16.9.2.LTS
    TI_OCL_CGT_INSTALL ?= $(TI_SW_ROOT)/cg_tools/linux/ti-cgt-c6000_8.1.0

    ifeq ($(A15_TARGET_OS),Bios)
    CODEGEN_PATH_A15 ?=$(TI_SW_ROOT)/cg_tools/linux/gcc-arm-none-eabi-4_9-2015q3
    endif

    ifeq ($(A15_TARGET_OS),Linux)
    CODEGEN_PATH_A15 ?= $(TI_SW_ROOT)/os_tools/linux/linaro/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf
    A15_TOOLCHAIN_PREFIX ?= $(CODEGEN_PATH_A15)/bin/arm-linux-gnueabihf-
    endif

    ifeq ($(A15_TARGET_OS),Qnx)
    ifeq ($(QNX_HOST), )
    $(error QNX_HOST does not exist or not set! )
    endif
    CODEGEN_PATH_A15 ?= $(QNX_HOST)
    ifeq ($(QCONF_OVERRIDE), )
    $(error QCONF_OVERRIDE does not exist or not set! )
    endif
    ifeq ($(QNX_TARGETFS), )
    $(error QNX_TARGETFS does not exist or not set! )
    endif
    ifeq ($(infoadas_PATH), )
    $(error infoadas_PATH does not exist or not set! )
    endif
    endif
    endif

    #
    # BIOS, IPC and XDC, M4 Codegen
    #

    ifeq ($(PLATFORM),$(filter $(PLATFORM), tda2xx-evm tda2px-evm tda2ex-evm tda2xx-mc tda2xx-rvp tda3xx-evm tda3xx-rvp))
    bios_PATH ?= $(TI_SW_ROOT)/os_tools/bios_6_46_04_53
    ifeq ($(RADAR_INCLUDE),no)
    ipc_PATH ?= $(TI_SW_ROOT)/os_tools/ipc_3_45_00_00
    endif
    ifeq ($(BUILD_OS),Windows_NT)
    xdc_PATH ?= $(TI_SW_ROOT)/os_tools/windows/xdctools_3_32_01_22_core
    endif
    ifeq ($(BUILD_OS),Linux)
    xdc_PATH ?= $(TI_SW_ROOT)/os_tools/linux/xdctools_3_32_01_22_core
    endif
    endif
    ipc_PATH ?= /PROCESSOR_SDK_VISION_03_03_00_00/ti_components/os_tools/ipc_3_45_00_00

    ifeq ($(A15_TARGET_OS),Linux)
    #
    # Path where linux uImage, uboot etc will be copied to after build
    #
    LINUX_BOOT_OUT_FILES =$(DEST_ROOT)/hlos/linux/boot
    LINUX_TARGETFS ?=$(vision_sdk_PATH)/../ti_components/os_tools/linux/targetfs

    kernel_PATH ?= $(vision_sdk_PATH)/../ti_components/os_tools/linux/kernel/omap
    cmem_PATH ?= $(vision_sdk_PATH)/../ti_components/os_tools/linux/kernel/cmem/ludev
    debugss_PATH ?= $(vision_sdk_PATH)/../ti_components/os_tools/linux/kernel/dsptop/debugss_module/debugss-mod
    gdbc6x_PATH ?= $(vision_sdk_PATH)/../ti_components/os_tools/linux/kernel/gdbc6x/kernel_module/gdbproxy-mod
    kernel_addon_PATH ?= $(vision_sdk_PATH)/../ti_components/os_tools/linux/kernel/linux-kernel-addon
    memcache_PATH ?= $(kernel_addon_PATH)/memcache
    shm_PATH := $(infoadas_PATH)/../plat/linux/lib/shmem/inc
    uboot_PATH ?= $(vision_sdk_PATH)/../ti_components/os_tools/linux/u-boot/u-boot
    sgx_PATH ?= $(vision_sdk_PATH)/../ti_components/os_tools/linux/sgx/omap5-sgx-ddk-linux
    pvr_PATH ?= $($(MAKEAPPNAME)_PATH)/src/hlos/modules/sgxRenderUtils
    mm_PATH ?= $(vision_sdk_PATH)/../ti_components/codecs/ipumm
    ce_PATH ?= $(TI_SW_ROOT)/codecs/codec_engine_3_24_00_08
    endif

    ifeq ($(A15_TARGET_OS),Qnx)
    pvr_PATH ?= $($(MAKEAPPNAME)_PATH)/src/hlos/modules/sgxRenderUtils
    endif

    #
    # Low-level drivers
    #
    pdk_PATH ?= $(TI_SW_ROOT)/drivers/pdk_01_09_00_17
    edma_PATH ?= $(TI_SW_ROOT)/drivers/edma3_lld_02_12_00_20

    #
    # Networking related packages
    #
    ndk_PATH ?= $(TI_SW_ROOT)/networking/ndk_2_24_02_31
    nsp_PATH ?= $(TI_SW_ROOT)/networking/nsp_gmacsw_4_15_00_00
    avbtp_PATH ?= $(TI_SW_ROOT)/networking/avbtp_0_10_00_00

    #
    # Algorithm related packages
    #
    fc_PATH ?= $(TI_SW_ROOT)/codecs/framework_components_3_40_02_07
    xdais_PATH ?= $(TI_SW_ROOT)/codecs/xdais_7_24_00_04
    hdvicplib_PATH ?= $(TI_SW_ROOT)/codecs/ivahd_hdvicp20api_01_00_00_23_production
    jpegvenc_PATH ?= $(TI_SW_ROOT)/codecs/ivahd_jpegvenc_01_00_16_01_production
    jpegvdec_PATH ?= $(TI_SW_ROOT)/codecs/ivahd_jpegvdec_01_00_13_01_production
    h264venc_PATH ?= $(TI_SW_ROOT)/codecs/ivahd_h264enc_02_00_09_01_production
    h264vdec_PATH ?= $(TI_SW_ROOT)/codecs/ivahd_h264vdec_02_00_17_01_production
    evealg_PATH ?= $(TI_SW_ROOT)/algorithms/eve_sw_01_18_01_00
    vlib_PATH ?= $(TI_SW_ROOT)/algorithms/vlib_c66x_3_3_0_3
    lane_detect_PATH ?= $(TI_SW_ROOT)/algorithms/REL.200.V.LD.C66X.00.03.00.00/200.V.LD.C66X.00.03
    object_detect_PATH ?= $(TI_SW_ROOT)/algorithms/REL.200.V.OD.C66X.00.06.02.00/200.V.OD.C66X.00.06
    object_classification_PATH ?= $(TI_SW_ROOT)/algorithms/REL.200.V.OC.C66X.00.02.00.00/200.V.OC.C66X.00.02
    stereo_postprocess_PATH ?= $(TI_SW_ROOT)/algorithms/REL.200.V.ST.C66X.00.03.00.00/200.V.ST.C66X.00.03.00.00
    clr_PATH ?= $(TI_SW_ROOT)/algorithms/REL.200.V.CLR.C66X.00.02.00.00/200.V.CLR.C66X.00.02
    mathlib_PATH ?= $(TI_SW_ROOT)/algorithms/mathlib_c66x_3_1_0_0
    scene_obstruction_detect_PATH ?= $(TI_SW_ROOT)/algorithms/REL.200.V.SOD.C66X.00.02.00.00/200.V.SOD.C66X.02.00
    sfm_PATH ?= $(TI_SW_ROOT)/algorithms/REL.200.V.SFM.C66X.00.02.00.00/200.V.SFM.C66X.00.02
    gpe_PATH ?= $(sfm_PATH)
    fcw_PATH ?= $(sfm_PATH)
    tidl_PATH ?= $(TI_SW_ROOT)/algorithms/REL.TIDL.01.01.00.00
    dmautils_PATH ?= $(TI_SW_ROOT)/algorithms/REL.DMAUTILS.00.08.00.02/dmautils
    algframework_PATH ?= $(TI_SW_ROOT)/algorithms/REL.ALGFRAMEWORK.02.08.00.00/algframework
    VXLIB_PATH ?= $(TI_SW_ROOT)/algorithms/vxlib_c66x_1_1_1_0

    OpenCL_PATH ?= $(TI_SW_ROOT)/open_compute/opencl_rtos_am57xx_01_01_10_00
    OpenCV_SRC_PATH ?= $(TI_SW_ROOT)/open_compute/opencv_src/tiopencv
    OpenCV_PREBUILD_PATH ?= $(TI_SW_ROOT)/open_compute/opencv/opencv-3.1.0
    OpenCV_BUILD_PATH ?= build_dummy
    #OpenVX_PATH ?= $(vision_sdk_PATH)/../ti_components/open_compute/tiovx
    OpenVX_PATH ?= $(TI_SW_ROOT)/open_compute/tiovx_01_00_01_00
    ifeq ($(A15_TARGET_OS), Linux)
    CLOCL = $(LINUX_TARGETFS)/usr/share/ti/opencl/bin/x86/clocl
    else
    CLOCL = $(TI_SW_ROOT)/open_compute/opencl_rtos_am57xx_01_01_10_00/packages/ti/clocl/linux/clocl
    endif

    ifeq ($(A15_TARGET_OS), Linux)
    TARGET_ROOTDIR=$(LINUX_TARGETFS)
    else
    ifeq ($(A15_TARGET_OS), Bios)
    TARGET_ROOTDIR=$(vision_sdk_PATH)/apps/src/rtos/opencl
    endif
    endif

    #
    # Radar related paths
    #
    ifeq ($(RADAR_INCLUDE),yes)
    mmwavelink_version=mmwave_dfp_01_00_00_01
    radarLink_PATH=$(TI_SW_ROOT)/radar/$(mmwavelink_version)
    radarMssFirmware_PATH=$(radarLink_PATH)/firmware/masterss
    radarBssFirmware_PATH=$(radarLink_PATH)/firmware/radarss
    endif

    #
    # MSHIELD related paths
    #
    MSHIELD_DK_DIR ?= $(TI_SW_ROOT)/mshield-dk_std_4_5_3
    # MSHIELD 4.5.3 needs gcc-linaro-arm-linux-gnueabihf. Will remove this in later releases.
    CODEGEN_PATH_MSHIELD ?= $(TI_SW_ROOT)/os_tools/linux/linaro/gcc-linaro-5.3-2016.02-x86_64_arm-linux-gnueabihf
    TDA3X_SIGNING_TOOL_DIR ?= $(pdk_PATH)/packages/ti/boot/sbl_auto/security/tools/tda3xx

    ifeq ($(ENABLE_UIA_PROFILING),yes)
    uia_PATH=$(TI_SW_ROOT)/os_tools/uia_2_00_05_50
    endif

  • Hi Scott,

    Can you please attach the files. Click on reply button and you will see "Insert Code, Attach Files and more.." option on the right side of the box as given below.

    Regards,

    Rishabh

  • Hi Scott,
    Could you please run "where gmake" in cmd prompt
    & confirm it is pointing to gmake available under xdc path

    Regards
    Suryamani Jena
  • Instead of reinstalling on the same machine, I will set up a new machine and do a fresh install.  I will open up a new message thread because this one has become so long.

    It would be great to have a "Getting Started" guide that was a short step-by-step that would end up with having some code running on the EVM board.  Maybe the new thread can help fill that need.

    (I am still curious where ROOTDIR is created/defined, if you have any information on that.)

  • It's under ti_components\os_tools\windows\xdctools_3_32_01_22_core\gmake.exe
  • Hi Scott,

    ROOTDIR is exported from "autorules_footer_cfg.mk" file & is pointing to vision_sdk installation path

    vision_sdk/apps/configs/autorules_footer_cfg.mk:ROOTDIR := $(vision_sdk_PATH)

    vision_sdk/apps/configs/autorules_footer_cfg.mk:export ROOTDIR

    Regards

    Surya