Part Number: CC1352P
Other Parts Discussed in Thread: SYSCONFIG
Hi,
I have an IAR project, that builds correctly on one computer.
When trying to build the same project on another computer, I get an IAR error:
Building configuration: app - EVL_Debug
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$" $PROJ_DIR$/ble_oad_release.cfg"
Total number of errors: 1
Total number of warnings: 0
Turns out that the "offending" text is: $COMPILER_ARGS_ROOT_QUOTED$.
All other configuration is exactly the same between the two computers: IAR version, SDK, and XDC. proj.custom_args is also the same.
From what I've seen from the IAR documentation, they don't mention the $COMPILER_ARGS_ROOT_QUOTED$ at all. It's also not part of the SDK the XDS or the custom_args file.
Am I missing something? Is there any other requirements for the IAR system?
Thanks, Isak.