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.

Variable expansion failed for Post-Build command line when compiling stack for cc26xx

Other Parts Discussed in Thread: CC2650

Hi,

The stack is not getting compiled properly.  The error i see on the console while building stack:


pwrmon.c
ROM_Init.c
Linking
ThermometerStackFlashROM.out
Converting
Variable expansion failed for Post-Build command line.
Offending text: "$BOUNDARY$\Boundary.exe -chip "CC2650" -prj "iar" -lcf "$PROJ_DIR$\..\..\..\..\..\common\cc26xx\IAR\cc26xx_ble_stack.icf" -map
"$PROJ_DIR$\$CONFIG_NAME$\List\ThermometerStackFlashROM.map" -xml "$PROJ_DIR$\..\..\..\..\..\..\..\Projects\ble\common\cc26xx\Boundary\
BoundaryConfig.xml" -cc "$PROJ_DIR$\..\..\Config\IAR-Boundary.bdef" -lnk "$PROJ_DIR$\..\..\Config\IAR-Boundary.xcl" -log "$PROJ_DIR$\..\..\Config\
Boundary.log""

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

The custom arguments given are:

We are trying to use the thermometer application.The application gets compiled properly but the stack gives the error. 

Please suggest some solution. Thanks in advance.