Hi.. On Tue, May 6, 2008 at 1:14 AM, tejas khatiwala <socretez@xxxxxxxxx> wrote: > Hello, > > This is not exactly relevant to Linux kernel but I'm gonna ask any way. > > Is there any way I can modify a 64-bit ELF object file to make it look like > 32-bit ELF object file and link it (using `ld`) with 32-bit ELF file? the thing is, how do you deal with virtual addressing difference? one is using 64 bit address, the other use 32 bit. perhaps you're looking for something like qemu 64 bit userland dynamic emulator? regards, Mulyadi. -- To unsubscribe from this list: send an email with "unsubscribe kernelnewbies" to ecartis@xxxxxxxxxxxx Please read the FAQ at http://kernelnewbies.org/FAQ