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.

AWR1843BOOST: Problem faced when trying to set up AWR1843BOOST to start sending data when turned on.

Part Number: AWR1843BOOST

Tool/software:

I am following the steps listed in https://e2e.ti.com/support/sensors-group/sensors/f/sensors-forum/1356113/awr1843boost-awr1843boost/5185849#5185849. But I am getting the following error while trying to build the cli library using make clean and make all commands.


PS C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\utils\cli> make clean
SHMEM_ALLOC is set to 0x00000008
'Cleaning the CLI Library Objects'
/bin/rm -Rf obj_xwr18xx/cli.oer4f obj_xwr18xx/cli_mmwave.oer4f lib/libcli_xwr18xx.aer4f
process_begin: CreateProcess(NULL, /bin/rm -Rf obj_xwr18xx/cli.oer4f obj_xwr18xx/cli_mmwave.oer4f lib/libcli_xwr18xx.aer4f, ...) failed.
make (e=2): The system cannot find the file specified.
make: *** [cliLibClean] Error 2
PS C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\utils\cli>
PS C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\utils\cli>
PS C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\utils\cli>
PS C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\utils\cli>
PS C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\utils\cli>
PS C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\utils\cli>
PS C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\utils\cli> make all
SHMEM_ALLOC is set to 0x00000008
process_begin: CreateProcess(NULL, /bin/mkdir -p obj_xwr18xx, ...) failed.
make (e=2): The system cannot find the file specified.

Please help in resolving this issue.