I have a question about creating Variables in CCS.
Case 1.
XDC_CG_ROOT ${ROOT_DIR}\xdctools_3_24_03_33
-> Okay
Case 2.
TEMP1 xdctools_3_24_03_33
XDC_CG_ROOT ${ROOT_DIR}\${TEMP1} -> Not okay( To create XDC_CG_ROOT variable, TEMP1 variable is used.)
Case 1 and case 2 seem that back-slash behaves differently even though same compiler is used.
Is there anyone who can explain above?