This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.
See the CrossGCC FAQ for lots more information.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Hi all!
I've got a strange problem with my ppc860-nptl-toolchain: dynamically linked
applications written in plain C just hang when started. However, C++
applications seem to run fine.
Even calling "/lib/ld.so.1 --list" on a C executable just hangs; the same
with a C++ app gives you the listing:
> /lib/ld.so.1 --list ./powerpc-860-linux-gnu-hello2
libstdc++.so.6 => /lib/libstdc++.so.6 (0x0fef5000)
libm.so.6 => /lib/libm.so.6 (0x0fe27000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x0fdf7000)
libc.so.6 => /lib/libc.so.6 (0x0fca1000)
/lib/ld.so.1 (0x08000000)
I have added strace output of calling powerpc-860-linux-gnu-hello2 (which
works) and powerpc-860-linux-gnu-hello (which doesn't work).
I'd appreciate any hints.
Best regards,
Peter
--
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++Attachment:
c.trace
Description: Binary data
Attachment:
cpp.trace
Description: Binary data
------ Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/ Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |