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;…