We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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?