Tool/software:
i have Linux system and i have installed code composer studio and mmwave low power SDK to run the example bit i have encountered an error so i could not build
**** Build of configuration Debug for project hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang **** /home/satcard/ti/ccs1281/ccs/utils/bin/gmake -k -j 16 all -O Building file: "../example.syscfg" Invoking: SysConfig "/home/satcard/ti/ccs1281/ccs/utils/sysconfig_1.20.0/sysconfig_cli.sh" --script "/home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/example.syscfg" -o "syscfg" -s "/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/.metadata/product.json" --context "m4fss0-0" --part Default --package FCCSP --compiler ticlang Running script... Validating... Generating Code (example.syscfg)... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_dpl_config.c... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_dpl_config.h... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_drivers_config.c... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_drivers_config.h... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_drivers_open_close.c... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_drivers_open_close.h... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_pinmux_config.c... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_power_clock_config.c... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_board_config.c... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_board_config.h... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_board_open_close.c... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_board_open_close.h... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_cli_mpd_demo_config.h... Writing /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg/ti_cli_mmwave_demo_config.h... Finished building: "../example.syscfg" Building file: "syscfg/ti_board_open_close.c" Invoking: Arm Compiler "/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang" -c -mcpu=cortex-m4 -mfloat-abi=hard -mlittle-endian -mthumb -I"/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source" -DSOC_XWRL64XX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -mno-unaligned-access -MMD -MP -MF"syscfg/ti_board_open_close.d_raw" -MT"syscfg/ti_board_open_close.o" -I"/home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_board_open_close.o" "syscfg/ti_board_open_close.c" Finished building: "syscfg/ti_board_open_close.c" Building file: "syscfg/ti_dpl_config.c" Invoking: Arm Compiler "/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang" -c -mcpu=cortex-m4 -mfloat-abi=hard -mlittle-endian -mthumb -I"/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source" -DSOC_XWRL64XX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -mno-unaligned-access -MMD -MP -MF"syscfg/ti_dpl_config.d_raw" -MT"syscfg/ti_dpl_config.o" -I"/home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_dpl_config.o" "syscfg/ti_dpl_config.c" Finished building: "syscfg/ti_dpl_config.c" Building file: "syscfg/ti_pinmux_config.c" Invoking: Arm Compiler "/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang" -c -mcpu=cortex-m4 -mfloat-abi=hard -mlittle-endian -mthumb -I"/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source" -DSOC_XWRL64XX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -mno-unaligned-access -MMD -MP -MF"syscfg/ti_pinmux_config.d_raw" -MT"syscfg/ti_pinmux_config.o" -I"/home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_pinmux_config.o" "syscfg/ti_pinmux_config.c" Finished building: "syscfg/ti_pinmux_config.c" Building file: "syscfg/ti_drivers_config.c" Invoking: Arm Compiler "/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang" -c -mcpu=cortex-m4 -mfloat-abi=hard -mlittle-endian -mthumb -I"/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source" -DSOC_XWRL64XX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -mno-unaligned-access -MMD -MP -MF"syscfg/ti_drivers_config.d_raw" -MT"syscfg/ti_drivers_config.o" -I"/home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_drivers_config.o" "syscfg/ti_drivers_config.c" Finished building: "syscfg/ti_drivers_config.c" Building file: "syscfg/ti_board_config.c" Invoking: Arm Compiler "/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang" -c -mcpu=cortex-m4 -mfloat-abi=hard -mlittle-endian -mthumb -I"/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source" -DSOC_XWRL64XX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -mno-unaligned-access -MMD -MP -MF"syscfg/ti_board_config.d_raw" -MT"syscfg/ti_board_config.o" -I"/home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_board_config.o" "syscfg/ti_board_config.c" Finished building: "syscfg/ti_board_config.c" Building file: "../hello_world.c" Invoking: Arm Compiler "/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang" -c -mcpu=cortex-m4 -mfloat-abi=hard -mlittle-endian -mthumb -I"/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source" -DSOC_XWRL64XX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -mno-unaligned-access -MMD -MP -MF"hello_world.d_raw" -MT"hello_world.o" -I"/home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"hello_world.o" "../hello_world.c" Finished building: "../hello_world.c" Building file: "../main.c" Invoking: Arm Compiler "/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang" -c -mcpu=cortex-m4 -mfloat-abi=hard -mlittle-endian -mthumb -I"/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source" -DSOC_XWRL64XX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -mno-unaligned-access -MMD -MP -MF"main.d_raw" -MT"main.o" -I"/home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"main.o" "../main.c" Finished building: "../main.c" Building file: "syscfg/ti_power_clock_config.c" Invoking: Arm Compiler "/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang" -c -mcpu=cortex-m4 -mfloat-abi=hard -mlittle-endian -mthumb -I"/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source" -DSOC_XWRL64XX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -mno-unaligned-access -MMD -MP -MF"syscfg/ti_power_clock_config.d_raw" -MT"syscfg/ti_power_clock_config.o" -I"/home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_power_clock_config.o" "syscfg/ti_power_clock_config.c" Finished building: "syscfg/ti_power_clock_config.c" Building file: "syscfg/ti_drivers_open_close.c" Invoking: Arm Compiler "/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang" -c -mcpu=cortex-m4 -mfloat-abi=hard -mlittle-endian -mthumb -I"/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/c" -I"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source" -DSOC_XWRL64XX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -mno-unaligned-access -MMD -MP -MF"syscfg/ti_drivers_open_close.d_raw" -MT"syscfg/ti_drivers_open_close.o" -I"/home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang/Debug/syscfg" -o"syscfg/ti_drivers_open_close.o" "syscfg/ti_drivers_open_close.c" Finished building: "syscfg/ti_drivers_open_close.c" Building target: "hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang.out" Invoking: Arm Linker "/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang" -mcpu=cortex-m4 -mfloat-abi=hard -mlittle-endian -mthumb -DSOC_XWRL64XX -D_DEBUG_=1 -g -Wall -Wno-gnu-variable-sized-type-not-at-end -Wno-unused-function -mno-unaligned-access -Wl,-m"hello_world.Debug.map" -Wl,-i"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source/kernel/nortos/lib" -Wl,-i"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source/drivers/lib" -Wl,-i"/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/source/board/lib" -Wl,-i"/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/lib" -Wl,--reread_libs -Wl,--diag_wrap=off -Wl,--display_error_number -Wl,--warn_sections -Wl,--xml_link_info="hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang_linkInfo.xml" -Wl,--ram_model -o "hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang.out" "./syscfg/ti_dpl_config.o" "./syscfg/ti_drivers_config.o" "./syscfg/ti_drivers_open_close.o" "./syscfg/ti_pinmux_config.o" "./syscfg/ti_power_clock_config.o" "./syscfg/ti_board_config.o" "./syscfg/ti_board_open_close.o" "./hello_world.o" "./main.o" "../linker.cmd" -Wl,-lnortos.xwrL64xx.m4f.ti-arm-clang.debug.lib -Wl,-ldrivers.xwrL64xx.m4f.ti-arm-clang.debug.lib -Wl,-lboard.xwrL64xx.m4f.ti-arm-clang.debug.lib -Wl,-llibc.a Finished building target: "hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang.out" /home/satcard/ti/ccs1281/ccs/utils/bin/gmake -C /home/satcard/workspace_v12/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang -f makefile_ccs_bootimage_gen OUTNAME=hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang PROFILE=Debug MCU_PLUS_SDK_PATH=/home/satcard/ti/MMWAVE_L_SDK_05_05_02_00 CG_TOOL_ROOT=/home/satcard/ti/ccs1281/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS CCS_INSTALL_DIR=/home/satcard/ti/ccs1281/ccs CCS_IDE_MODE=desktop Boot image: xwrL64xx:m4fss0-0:nortos:ti-arm-clang ... Auth Boot image: xwrL64xx:m4fss0-0:nortos:ti-arm-clang ... /home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/tools/boot/out2rprc/out2rprc Debug/hello_world_xwrL64xx-evm_m4fss0-0_nortos_ti-arm-clang.out hello_world.Debug_rprc.bin >> Debug/temp_stdout_Debug.txt makefile_ccs_bootimage_gen:65: recipe for target 'all' failed /bin/sh: 1: /home/satcard/ti/MMWAVE_L_SDK_05_05_02_00/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 **** Build Finished ****