qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] qemu-arm dynamically linked binary problem
@ 2004-12-31 18:21 Lennert Buytenhek
  2005-01-05 12:03 ` [Qemu-devel] " Lennert Buytenhek
  2005-01-05 13:35 ` [Qemu-devel] " Magnus Damm
  0 siblings, 2 replies; 8+ messages in thread
From: Lennert Buytenhek @ 2004-12-31 18:21 UTC (permalink / raw)
  To: fabrice; +Cc: qemu-devel

Hi,

I have three sets of {ld-linux,libc} for little-endian ARM: one from
qemu-gnemul-0.5.1.tar.gz from the qemu site, one hand-built with gcc
3.3.4 and glibc 2.3.3, and one hand-built with gcc 3.4.2 and glibc
2.3.3.  Yours works and mine don't.

Is there anything special about your libraries?  Which versions of
gcc/glibc did you use to build them?


thanks,
Lennert


% qemu-arm -L /usr/gnemul/qemu-arm-bellard ./hello-le
hello world


% qemu-arm -L /usr/gnemul/qemu-arm-gcc-3.3.4-glibc-2.3.3 ./hello-le
Inconsistency detected by ld.so: dymanic-link.h: 150: elf_get_dynamic_info: Assertion `info[20]->d_un.d_val == 17 || info[20]->d_un.d_val == 7' failed!


% qemu-arm -L /usr/gnemul/qemu-arm-gcc-3.4.2-glibc-2.3.3 ./hello-le
qemu: uncaught signal 11 (Segmentation fault) - exiting
	(Here it seems to be segfaulting while emulating the first ~30
	instructions of match_symbol() in ld-linux.so.2.)

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

end of thread, other threads:[~2005-01-08 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-31 18:21 [Qemu-devel] qemu-arm dynamically linked binary problem Lennert Buytenhek
2005-01-05 12:03 ` [Qemu-devel] " Lennert Buytenhek
2005-01-05 13:35 ` [Qemu-devel] " Magnus Damm
2005-01-05 13:49   ` Lennert Buytenhek
2005-01-05 15:20     ` Paul Brook
2005-01-05 15:48       ` Lennert Buytenhek
2005-01-05 16:40         ` Paul Brook
2005-01-08 14:01           ` Lennert Buytenhek

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).