So I have worked with Arm 32 bit and was able to generate the log file which contains all the instructions and addresses and all... Now i want to do the same for 64 bit. But it seems we need another compiler to do the same. If possible, can you guys give me the steps on how to accomplish this task.
Hello,
You could start from this page:
https://developer.arm.com/open-source/gnu-toolchain/gnu-a/downloads
Things that will help you select:
Your host computer (computer you are running the compiler on) could be Windows or Linux.
If you are building Linux applications or bare metal software (no operating system or real-time operating system).
Please feel free to provide more info and ask follow-up questions.
Thanks,
Jason