Hi ARM experts,
I'm new to develop boorom with armv8 CPU.
I have seen the example in ARM DS-5 .(startup_v8_ARMCompiler6)
But I have no idea which step is essential .
Could you show me or tell me where I can find the related…
I would like to open a new project under DS-5. I want it to have the following code:
int main() {
int a = 7;
int b = 3;
for (int i=0; i < a*b; i++)
a = b+i;…
Hi all,
How about the GCC compiler support of ARM arch v8 has been given. Is it full fledged, with all the options provided by ARMCC or it needs to be updated yet in future. I mean support for armcc Vs gcc