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.

AWR1642BOOST: Unable to set up build environment on windows

Part Number: AWR1642BOOST

Hi,

PFA

I'm getting an error as DOWNLOAD_FROM_CCS needs to be defined..... screen shot of error is attached.

 I defined set DOWNLOAD_FROM_CCS=yes and also tried defining "no" both are not working.

Thanks,

Vinayak

  • Vinayak,

    The issue could be in the setenv_tools.bat file where you are setting the  "DOWNLOAD_FROM_CCS" . There could be a space when setting this environment variable.

    Please check.

    For your reference attaching the

    @REM ******************************************************************
    @REM * FILE PURPOSE: Environment Setup
    @REM ******************************************************************
    @REM * FILE NAME: mmwave_sdk_setupenv.bat
    @REM *
    @REM * DESCRIPTION:
    @REM *  Configures and sets up the Build Environment for mmWave SDK.
    @REM *
    @REM ******************************************************************
    @echo off
    
    REM -------------------------------------------------------------------
    REM Sanity Check: Ensure that all the required variables are defined
    REM -------------------------------------------------------------------
    set R4F_CODEGEN_INSTALL_PATH=D:/Project/Auto-Radar/Source/ar1xxx_tools/cgtools/arm/16.9.1.LTS
    set MMWAVE_SDK_INSTALL_PATH=D:/ti/mmwave_sdk_01_00_00_05/packages
    set BIOS_INSTALL_PATH=D:/ti/bios_6_50_01_12/packages
    set XDC_INSTALL_PATH=D:/ti/xdctools_3_50_00_10_core
    set PERL_INSTALL_PATH=C:/Strawberry/bin
    set DOWNLOAD_FROM_CCS=yes
    set MMWAVE_SDK_DEVICE=%1
    set C674_CODEGEN_INSTALL_PATH=D:/ti/ti-cgt-c6000_8.2.0
    set C64Px_DSPLIB_INSTALL_PATH=D:/ti/dsplib_c64Px_3_4_0_0
    set C674x_MATHLIB_INSTALL_PATH=D:/ti/mathlib_c674x_3_1_2_1
    set XWR16XX_RADARSS_IMAGE_BIN=%MMWAVE_SDK_INSTALL_PATH%/../firmware/radarss/xwr16xx_radarss_rprc.bin
    

    Thanks,

    Raghu

  • Hello Raghu,

    In setenv_tools.bat, there is no space, it is similar to the reference file you have attached. I have installed all dependencies upgraded versions which mentioned in mmwave_sdk release notes.

    My setenv_tools.bat file, drive.google.com/.../view

    Thanks,

    Vinayak

  • Is this issue resolved?

    -Raghu