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: people counting hard-coded

Part Number: AWR1642BOOST

我想不透過UI獨立運作people counting的程式,

目前已參考網路上的資源將cli.c檔進行修改後,將原本的cli.c檔直接替換,然後rebuild程式

但仍然要透過gui按下start程式才能運作

我有另外參考其它人的作法e2e.ti.com/.../3110725

裡面有提到,替換完cli.c檔後需要"Change director to CLI folder and run gmake clean, gmake build commands"

因此我參考SDK的userguide嘗試在windows的命令提示字元進行gmake clean & gmake all的指令

但出現以下畫面,請問是我哪裡做錯了嗎? 或者有其它解決方式不用進行gmake clean & gmake all