hi.. i am new in arm programming.. i am confused where to start.. i want to simulate arm assembly code.. but i dont have any compiler or simulator for ARM..i google it but could not find any thing.. kindly help me ... and sugest a compiler which can complie arm assembly code and debug .. i tried keil Uvision but i did not find ARM processor in device database. plz help.... thanx...
gcc can compile arm-code, and the distreibution packages include an assembler. Look for gnu-arm, WinARM, yagarto, etc. Simulation is possible with gdb (newer versions), but it does only simulate the basic processor, no hardware components. For a "real" simulation you have to use a real processor and a JTAG interface. Oliver
Oliver wrote: > For a "real" simulation you have to use a real processor and a JTAG > interface. I would disagree. Look for qemu, which can simulate Arm, and also a complete system (LCD, HD, Keyboard, Mouse) capable of running even an OS like Linux.
Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
Log in with Google account
No account? Register here.