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.

CCS/IWR1642BOOST: I am not able to re-build cli library using gmake of demo code.

Part Number: IWR1642BOOST

Tool/software: Code Composer Studio

Hi,

I am doing this process to load config parameter automatically without use of demo visualizer.I am trying this step by step  after pasting cli.c file in C:\ti\mmwave_sdk_02_00_00_04\packages\ti\utils\cli\src. I  tried to rebuild cli file using gmake but it  gives me this.

C:\ti\mmwave_sdk_02_00_00_04\packages\ti\demo\xwr16xx>gmake clean
'gmake' is not recognized as an internal or external command,
operable program or batch file.

C:\ti\mmwave_sdk_02_00_00_04\packages\ti\demo\xwr16xx>gmake all
'gmake' is not recognized as an internal or external command,
operable program or batch file.

C:\ti\mmwave_sdk_02_00_00_04\packages\ti\utils\cli>gmake clean
'gmake' is not recognized as an internal or external command,
operable program or batch file.

C:\ti\mmwave_sdk_02_00_00_04\packages\ti\utils\cli>gmake all
'gmake' is not recognized as an internal or external command,
operable program or batch file.

I am doing this as per describe in sdk user guide.Am i right ?

  • Hi Arpit,

    As mentioned in the SDK user guide, You need to run setenv.bat (under packages\scripts\windows) as the first thing in the command session to set the required environment variables.

    -Nitin