On Thu, Oct 29, 2009 at 12:04 PM, Alexander Graf <ag...@suse.de> wrote: [...] >> More on (2): if there is no OS, then I think a small application like >> bootloader should probably be present to launch the cross-compiled >> executable on to Qemu. Any further suggestions on how to make (2) possible? >> All the previous threads in developer mail archives dealt with debugging >> linux image in some form or the other. > > Qemu does that job, interpreting the ELF headers. I'm not sure where the > linking is done though, so maybe better read the code there :-).
For dynamically linked programs, the simulated ld.so will be run so you have no control over what's going on. Laurent