linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Questions about using shell and tools linked with glibc2.1
@ 2000-01-28 18:53 Wohlgemuth, Jason
  2000-01-31 12:42 ` Marcus Sundberg
  0 siblings, 1 reply; 2+ messages in thread
From: Wohlgemuth, Jason @ 2000-01-28 18:53 UTC (permalink / raw)
  To: 'linuxppc-embedded@lists.linuxppc.org'


I am trying to get my MPC860 board to work with binaries linked against
glibc2.1.  The kernel has math emulation support and when I pull down a
prebuilt bash & glibc & libtermcap packages from ftp.linuxppc.org and I try
to use them I end up hanging.  I went into fs/namei.c and put a printk at
the top of open_namei to see if I could track down which library was causing
the problem and I ended up with this output.

open_namei(): attempting to open "/dev/console".
open_namei(): attempting to open "/sbin/init".
open_namei(): attempting to open "/etc/init".
open_namei(): attempting to open "/bin/init".
open_namei(): attempting to open "/bin/sh".
open_namei(): attempting to open "/lib/ld.so.1".
open_namei(): attempting to open "/etc/ld.so.preload".
open_namei(): attempting to open "/etc/ld.so.cache".
open_namei(): attempting to open "/lib/libtermcap.so.2".

so it finds /bin/sh and starts to load it but it looks like it is blowing up
with libtermcap.so.2 which is a link to libtermcap.so.2.0.8

Does anyone have any suggestions, or is does anyone have tools linked
against glibc working on their boards?

Thanks in advance,
Jason

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

* Re: Questions about using shell and tools linked with glibc2.1
  2000-01-28 18:53 Questions about using shell and tools linked with glibc2.1 Wohlgemuth, Jason
@ 2000-01-31 12:42 ` Marcus Sundberg
  0 siblings, 0 replies; 2+ messages in thread
From: Marcus Sundberg @ 2000-01-31 12:42 UTC (permalink / raw)
  To: Wohlgemuth, Jason; +Cc: 'linuxppc-embedded@lists.linuxppc.org'


"Wohlgemuth, Jason" <jason_wohlgemuth@gilbarco.com> writes:

> I am trying to get my MPC860 board to work with binaries linked against
> glibc2.1.  The kernel has math emulation support and when I pull down a
> prebuilt bash & glibc & libtermcap packages from ftp.linuxppc.org and I try
> to use them I end up hanging.

You can _not_ use a normal glibc on 8xx CPUs. See
http://lists.linuxppc.org/listarcs/linuxppc-embedded/199909/msg00000.html
for info and patches. As you have math emulation in the kernel only
the first part (about cache-lines) is relevant.

//Marcus
--
Signature under construction, please come back later.

** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/

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

end of thread, other threads:[~2000-01-31 12:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-01-28 18:53 Questions about using shell and tools linked with glibc2.1 Wohlgemuth, Jason
2000-01-31 12:42 ` Marcus Sundberg

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