CORTEX_R4_RM48_CCS5 using on CCS

willylin wrote on Wednesday, December 12, 2018:

Hello
I using CORTEX_R4_RM48_CCS5 demo file on CCS_V5.2, but it does not build success.
And, I only change code that the “mainCREATE_SIMPLE_BLINKY_DEMO_ONLY” set to 1.
The error like graphic, what can I do to solve this problem?
Or, is there an operational process that can be used in this demo?

rtel wrote on Wednesday, December 12, 2018:

__clz is an intrinsic provided by the compiler. I guess the name used
by the compiler has changed. Check the compiler documentation - it might
be something like __CLZ - or any other variation.

willylin wrote on Monday, December 17, 2018:

Hello
I do not find the compiler documentation in CORTEX_R4_RM48_CCS5.
Can you tell me the path or where the compiler documentation?

rtel wrote on Monday, December 17, 2018:

The compiler documentation will come with the compiler, so wherever you
have installed the compiler.