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

How to run AArch32 code in DS-5 AArch64?

Hi,

I installed DS-5 64-bit version in windows, but i received 32-bit code which is running on AArch32 without any issue , and it's not running on my machine with AArch64 DS-5, is there any setting which i can do to run the same code without any changes? or do i need to do any code changes in 32-bit code to run on 64-bit DS-5?

 

Thanks,

Divya.

Parents
  • When i am trying to compile A32 instructions in DS-5 using Cortex-A53 FVP, i am getting compilation issues as "Error: instruction mnemonic is not supported". If i replace A32 instructions with equivalent A64 instructions in my code, code is working fine. So, to compile my code, i am changing A32 instructions into their equivalent A64 instructions. Is there any other alternative for this?
Reply
  • When i am trying to compile A32 instructions in DS-5 using Cortex-A53 FVP, i am getting compilation issues as "Error: instruction mnemonic is not supported". If i replace A32 instructions with equivalent A64 instructions in my code, code is working fine. So, to compile my code, i am changing A32 instructions into their equivalent A64 instructions. Is there any other alternative for this?
Children