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.

IWRL6432: mmwave_l_sdk_5.4.0.1 ti.com Release Problem

Part Number: IWRL6432
Other Parts Discussed in Thread: SYSCONFIG, AWRL1432

Hi experts,

        Customer reports issue for mmwave_l_sdk_5.4.0.1 downloaded from ti.com. There is no action after issue make command  “make -s -f makefile.xwrL64xx libs” i nor “make -s -f makefile.xwrL64xx libs-clean”

 

Please note only executable download from https://www.ti.com/tool/MMWAVE-L-SDK has issue. file from mySecureSW doesn't have.

Regards

Andre

  • Hi Andre,

    I am able to build the libraries with the following sequence and modifications to imports.mak (I use CCS 12.5 and sysconfig 1.17). Can you confirm if this works for your customer?

    Best,

    Nate

    Terminal:

    gmake -s clean PROFILE=release

    gmake -s PROFILE=release  

    imports.mak

    DEVICE ?= xwrL64xx
    
    ifeq ($(OS),Windows_NT)
        TOOLS_PATH?=C:/ti
        CCS_PATH?=$(TOOLS_PATH)/ccs1250/ccs
        CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipsec
        CYGWIN_PATH?=$(CCS_PATH)/utils/cygwin
        MKDIR=$(CYGWIN_PATH)/mkdir -p
        RMDIR=$(CYGWIN_PATH)/rm -rf
        RM=$(CYGWIN_PATH)/rm -f
        COPY=$(CYGWIN_PATH)/cp
        TOUCH=$(CYGWIN_PATH)/touch
        PATHSEP=\\
        CHMOD=$(CYGWIN_PATH)/echo
        SHELL=cmd.exe
    else
        UNAME_S := $(shell uname -s)
        ifeq ($(UNAME_S),Linux)
            export TOOLS_PATH?=$(HOME)/ti
            export CCS_PATH?=$(TOOLS_PATH)/ccs1250/ccs
            export CCS_ECLIPSE=$(CCS_PATH)/eclipse/eclipse
            export MKDIR=mkdir -p
            export RMDIR=rm -rf
            export RM=rm -f
            export COPY=cp
            export TOUCH=touch
            export PATHSEP=/
            export CHMOD=chmod
        endif
    endif
    
    ifneq ($(wildcard $(CCS_PATH)/.),)
        CGT_TI_ARM_CLANG_PATH=$(CCS_PATH)/tools/compiler/ti-cgt-armllvm_3.2.0.LTS
    else
        CGT_TI_ARM_CLANG_PATH=$(TOOLS_PATH)/ti-cgt-armllvm_2.1.3.LTS
    endif
    
    MMW_DFP_PATH=$(MCU_PLUS_SDK_PATH)/firmware/mmwave_dfp
    
    SYSCFG_PATH ?= $(TOOLS_PATH)/sysconfig_1.17.0
    SYSCFG_CLI_PATH ?= $(SYSCFG_PATH)
    SYSCFG_NODE = $(SYSCFG_PATH)/nodejs/node
    SYSCFG_NWJS = $(SYSCFG_PATH)/nw/nw
    SYSCFG_SDKPRODUCT=$(MCU_PLUS_SDK_PATH)/.metadata/product.json
    

  • Nathan,

        I already modify import.mak, I have no problem to build libs for AWRL1432 by "gmake -s -f makefile.xwrL14xx" libs. 

    So the setting is correct. 

    However, "gmake -s -f makefile.xwrL64xx libs" still do nothing. Problem is still there.

    Can you please double check?

    Regards

    Andre

  • Hi Andre,

    I can confirm that the gmake -s -f makefile.xwrL64xx libs command does nothing. Can you use the commands I posted above to get the libraries to build?

    Best,
    Nate

  • This is what I got

      

    Nothing to build.

    Regards

    Andre

  • And this is what I got from mySecureSW internal release:

      

    the result is identical to what customer reported in separated mail you are in CC list.

    Regards

    Andre

  • Hi Andre,

    I'm getting a fix from SDK team now. Expect an update by tomorrow.

    Best,

    Nate

  • Hi Andre,

    Sending you the fix over email.

    Best,

    Nate

  • Nathan,

        Confirmed problem solved. Please help to make sure this patch also included in future release.

    Regards

    Andre