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.

CC1352P: Variable expansion failed for Pre-Build command line

Part Number: CC1352P
Other Parts Discussed in Thread: BLE-STACK

Hello,

Install sdk simplelink_cc13x2_26x2_sdk_4_20_01_03 & IAR ARM 8.50.4 compiler.

i already added Configure Custom Argument Variables in Tools -> Configure Custom Argument Variables from SDK_INSTALL_PATH>/tools/iar/SIMPLELINK_CC13XX_CC26XX_SDK.custom_argvars

I am trying to build host_test example project for CC1352P using simplelink_cc13x2_26x2_sdk_4_20_01_03 In IAR-ARM8.50.4

But I am getting some prebuild error as shown below-

Building configuration: cc13x2p4lp_app - FlashROM_Release
Updating build tree...
Variable expansion failed for Pre-Build command line.
Offending text: ""$XDCROOT$\xs" --xdcpath="$XDCPATH$" iar.tools.configuro -c "$TOOLKIT_DIR$" --cc "$COMPILER_PATH$" --device "$DEVICE$" --compileOptions
$COMPILER_ARGS_ROOT_QUOTED$ --linkOptions $LINKER_ARGS_QUOTED$ --profile release --projFile "$PROJ_PATH$" -o $PROJ_DIR$\config\configPkg
$SIMPLELINK_CC13X2_26X2_SDK_INSTALL_DIR$\examples\rtos\CC1352P_4_LAUNCHXL\ble5stack\host_test\tirtos\ble_release.cfg"

Total number of errors: 1
Total number of warnings: 0

Build failed.