I am trying to convert the following code for armclang compiler:
I am unable to convert the line numbers 48 and 51 of the above code.. The below code is not working fine,
Can anyone please support me on this.
Hello, what error are you seeing with your new code?
As a first pass, I recommend you see the armcc to armclang migration guide:https://developer.arm.com/documentation/100068/0617/Migrating-from-armcc-to-armclang/Inline-assembly-with-Arm-Compiler-for-Embedded-6
Hi Ronan
Thank you so much. I have already referred the link the link that you have shared.
The error is at line 47 "error: [0m[1mexpected ';' after expression: [0m[1mexpected ';' after expression". Even after putting ; its not working.