So I am following the steps in ti/MMWAVE_L_SDK_05_04_00_01/docs/api_guide_xwrL64xx/GETTING_STARTED_BUILD.html and trying to build the hello_world_xwrL64xx_m4fss0-0_freertos_ti-arm-clang demo.
All the files seem to build fine, but at the end, when it goes to create the final image, I get:makefile_ccs_bootimage_gen:64: recipe for target 'all' failed
/bin/sh: 1: /home/user/ti/MMWAVE_L_SDK_05_04_00_01/tools/boot/out2rprc/out2rprc: not found
gmake[3]: *** [all] Error 127
gmake[2]: [post-build] Error 2 (ignored)
makefile:161: recipe for target 'post-build' failed
But it is clearly there:
user@userspace:~/ti/MMWAVE_L_SDK_05_04_00_01/tools/boot/out2rprc$ sudo find / -name out2rprc 2>/dev/null
/home/user/ti/MMWAVE_L_SDK_05_04_00_01/tools/boot/out2rprc
user@userspace:~/ti/MMWAVE_L_SDK_05_04_00_01/tools/boot/out2rprc$ ls -lrt
total 60
-rw-r--r-- 1 user user 59392 Mar 4 09:12 out2rprc.exe
Any ideas on how to fix this error? Did I misconfigure CCS or something?