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

Generate Assembly Code for ODROID-XU4

So, I am working on a project in which I need to emulate the ARM A-15 processors Performance Registers. i.e. When a C program is run I need to determine how many instructions it ran, CPU cycles it took, bus cycles, cache hits, etc. These are a total of 16 values. 

I am using an Intel i5 based Laptop. I am not able to compile the C program to corresponding assembly code for the ARM A-15 architecture. Please help, I am a complete beginner.