What do I need for development for an ARM processor?

Posted by claws on Stack Overflow See other posts from Stack Overflow or by claws
Published on 2010-04-16T06:34:26Z Indexed on 2010/04/16 6:43 UTC
Read the original article Hit count: 428

Filed under:
|
|
|

Hello,

I'm familiar with X86[-64] architecture & assembly. I want to start develop for an ARM processor. But unlike desktop processors, I don't have an actual ARM processor. I think I need an ARM simulator.

http://www.armtutorial.com/ say

An ARM assembly compiler will be required, the most accessible is the ARMulator.

I thought of downloading Armulator but found from http://forums.arm.com/index.php?showtopic=13744 that

Its not sold seperately. But you can download an eval of RVDS - which includes RVISS/ARMulator

I've downloaded & installed RVDS but It looks very complex. I'm unable to figure out what do I need to do to write ARM assembly & run it.

Do you have any better suggestions?

© Stack Overflow or respective owner

Related posts about arm

Related posts about assembly