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.

IWR1642: No contexR target in XDCtools directory

Part Number: IWR1642
Other Parts Discussed in Thread: MATHLIB

Hi All,

I want to build mmw demo in C:\ti\mmwave_sdk_01_00_00_05\packages\ti\demo\xwr16xx\mmw. 

According to release note, i downloaded XDCtools from http://software-dl.ti.com/dsps/dsps_public_sw/sdo_sb/targetcontent/rtsc/3_50_00_10/index_FDS.html.

When making files, it reported there is no ti.platforms.contexR in this XDC core package. I think these targets files should be in the XDC tool standard version but NOT core version. Howerver, i can't find standard XDC tools in TI website. 

Could you please help to tell me how to get these target files?

Thank you.

Regards,

Allen

 

  • Hi Allen,

    I'm not so sure of your question right now but it has been referred to an IWR team member and someone will be with you shortly.


    Cheers,
    Akash
  • Allen,

    In XDCtools download page, download the installer that has no mention of JRE. After installation, the location is under C:/ti/xdctools_3_50_00_10_core

    Please let me know if you still have issue.

    Regards,

    Michelle

  • You're getting this error because you didn't configure the paths (BIOS_INSTALL_PATH) in set_env.bat to point to the correct directory. 
    Any other errors are all caused because of this. Also, make sure to use the exact versions as mentioned in the user guide.

  • Hi Rakshit, Michelle,

    I think i set BIOS_INSTALL_PATH correctly. Here is my setenv_tools.bat. 

    @REM Select your device. Options (case sensitive) are: awr14xx,iwr14xx, awr16xx, iwr16xx
    set MMWAVE_SDK_DEVICE=awr16xx
    @REM Common settings for awr14xx, awr16xx, iwr14xx and iwr16xx
    @REM TI ARM compiler
    set R4F_CODEGEN_INSTALL_PATH=C:/ti/ccsv7/tools/compiler/ti-cgt-arm_16.9.3.LTS
    @REM Path to <mmwave_sdk installation path>/packages folder
    set MMWAVE_SDK_INSTALL_PATH=c:/ti/mmwave_sdk_01_00_00_05/packages
    @REM TI XDC
    set XDC_INSTALL_PATH=C:/ti/xdctools_3_50_00_10_core
    @REM TI BIOS
    set BIOS_INSTALL_PATH=C:/ti/bios_6_50_01_12/packages
    @REM perl
    set PERL_INSTALL_PATH=C:/Strawberry/perl/bin
    @REM if using CCS to download, set below define to yes else no
    set DOWNLOAD_FROM_CCS=yes
    @REM install from web (free s/w). skip if doxygen output is not needed
    @REM set DOXYGEN_INSTALL_PATH=C:/ti/doxygen
    @REM Following only needed for awr16xx and iwr16xx
    @REM TI DSP compiler
    set C674_CODEGEN_INSTALL_PATH=C:/ti/ccsv7/tools/compiler/ti-cgt-c6000_8.1.3
    @REM DSPlib
    set C64Px_DSPLIB_INSTALL_PATH=C:/ti/dsplib_c64Px_3_4_0_0
    @REM MATHlib
    set C674x_MATHLIB_INSTALL_PATH=C:/ti/mathlib_c674x_3_1_2_1
    @REM awr16xx/iwr16xx radarss firmware. Use the RPRC formatted binary file.
    set XWR16XX_RADARSS_IMAGE_BIN=%MMWAVE_SDK_INSTALL_PATH%/../firmware/radarss/xwr16xx_radarss_rprc.bin

    And i tried XDCtool with or without JRE version, there is NO target definition in these two package.

    Regards,

    Allen

  • Hi All,

    Sorry i forgot to execute mmwave_sdk_setupenv.bat after i modified setenv_tools.bat.
    Thank you for help.

    Regards,
    Allen