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.

IWRL6432: Out of box build error in Linux

Part Number: IWRL6432

Hello, I discovered a build error when trying to build one of the projects from the SDK, no changes to the project, straight out of the box.

Here's my setup:

  • Ubuntu 22.04 LTS
  • SDK_05_04_00_01
  • ccs1270
  • radar_toolbox_2_00_00_06

Project:

  • ~/ti/radar_toolbox_2_00_00_06/source/ti/examples/Level_Sensing/high_accuracy_low_power_sensors

Import this project from the radar toolbox into CCS, do a build. You'll get a build error on the post-build step trying to generate the appimage .It's trying to execute out2rprc but it doesn't exist. Only the windows executable (.exe) file is there, no Linux executable. 



/home/caldwell/ti/ccs1270/ccs/utils/bin/gmake -C /home/caldwell/workspace_v12/high_accuracy_xwrl64xx -f makefile_ccs_bootimage_gen OUTNAME=high_accuracy_xwrl64xx PROFILE=Debug MCU_PLUS_SDK_PATH=/home/caldwell/ti/MMWAVE_L_SDK_05_04_00_01 CG_TOOL_ROOT=/home/caldwell/ti/ccs1270/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS CCS_INSTALL_DIR=/home/caldwell/ti/ccs1270/ccs CCS_IDE_MODE=desktop
Boot image: xwrL64xx:m4fss0-0:freertos:ti-arm-clang ...
Auth Boot image: xwrL64xx:m4fss0-0:freertos:ti-arm-clang ...
/home/caldwell/ti/MMWAVE_L_SDK_05_04_00_01/tools/boot/out2rprc/out2rprc Debug/high_accuracy_xwrl64xx.out high_accuracy_xwrl64xx_demo.Debug_rprc.bin >> Debug/temp_stdout_Debug.txt
makefile_ccs_bootimage_gen:64: recipe for target 'all' failed
/bin/sh: 1: /home/caldwell/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:182: recipe for target 'post-build' failed