qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] x86_64 vs. i386
@ 2006-07-31 10:58 Philipp Gühring
  2006-08-20 18:38 ` Thomas Steffen
  0 siblings, 1 reply; 2+ messages in thread
From: Philipp Gühring @ 2006-07-31 10:58 UTC (permalink / raw)
  To: qemu-devel

Hi,

The current Linux distributions for x86_64 can run both 64Bit and 32Bit 
applications. But they have one major problem: 64Bit applications have to use 
64Bit libraries, and 32Bit applications have to use 32Bit libraries.

One huge problem for example is the non-existance of a 64Bit Flash-Player at 
the moment.

Those are the usual error message for 32 vs. 64 bit problems

/usr/lib/firefox/firefox-bin: error while loading shared libraries: 
libasound.so.2: wrong ELF class: ELFCLASS64

Inconsistency detected by ld.so: dl-close.c: 342: _dl_close: Assertion 
`tmap->l_ns == ns' failed!

Now I am wondering, whether it would be possible to integrate the processor 
emulator of qemu into the Linux kernel, so that applications can 
transparently use different-bitsized libraries by qemulating them on demand?

Best regards,
Philipp Gühring

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-08-20 18:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-31 10:58 [Qemu-devel] x86_64 vs. i386 Philipp Gühring
2006-08-20 18:38 ` Thomas Steffen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).