[Qemu-devel] qemu user mode ELF binaries with vma != lma

2007-12-07 Thread Alexandre Pereira Nunes
Hi, I'm attempting to use qemu-user-arm in a very weird way: I'm using it to simulate a firmware image for an arm mcu. I only need to emulate the arm core, not specific periferals (I'm use semihosting to interact with an abstraction level). I use the same ELF file resulted from the process (I'm

Re: [Qemu-devel] qemu user mode ELF binaries with vma != lma

2007-12-07 Thread Paul Brook
On Friday 07 December 2007, Alexandre Pereira Nunes wrote: Hi, I'm attempting to use qemu-user-arm in a very weird way: Everything works fine, except that the entry points attempts to copy memory from what it believes to be the rom image and the ram segment. Don't do that then. Just disable