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.
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 ?