Linker error for CORTEX_R4_RM48_TMS570_CCS5

Hi! I am getting a linker error related to __clz symbol while compiling the demo for RM48. My project can be downloaded from here. I am using the demo for  the TMDXRM48HDK board instead of TMDXRM48USB for which the demo is designed for. Is there anything which I should change or take care of?

Linker error for CORTEX_R4_RM48_TMS570_CCS5

Please ensure you are using the latest compiler version. The clz instruction was changed from inline assembly to an intrinsic when the intrinsic was added in a compiler update. Regards