This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

arm CC compiler on ARM cortex a53

My bare metal application and BSP for arm cortex a53 is configured with GCC compiler toolchain. Now I would like to compile my application with ARM CC compiler.

I wrote some part of my application in neon intrinsics and now I would like to check which compiler would produce better optimized code. 

I know that I have to configure BSP and Xilinx SDK(IDE) with new compiler but do not know the step by step procedure.

Would ARM CC compiler work with the same hardware definition file. I want to know what changes I have to make to be able to run arm cc compiler?