linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Anyone using uClibc on a 405GP platform?
@ 2004-02-24 11:09 Torben Mathiasen
  2004-02-24 11:18 ` Joakim Tjernlund
  2004-02-24 11:46 ` Torben Mathiasen
  0 siblings, 2 replies; 5+ messages in thread
From: Torben Mathiasen @ 2004-02-24 11:09 UTC (permalink / raw)
  To: linuxppc-embedded


Hi,

Does anyone successfully use uClibc on a 405GP platform? I tried compiling
uClibc but all my dynamic apps just segfault. Its the shared library loader
that segfaults immediately after execve(). I tried both a recent 2.4 and 2.6
kernel with the same result. Also using latest 0.9.26 uClibc.

Has anyone gotten this to work?

On my i386 platform uClibc works very well.

Thanks,
Torben
--

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

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

* RE: Anyone using uClibc on a 405GP platform?
  2004-02-24 11:09 Anyone using uClibc on a 405GP platform? Torben Mathiasen
@ 2004-02-24 11:18 ` Joakim Tjernlund
  2004-02-24 11:46 ` Torben Mathiasen
  1 sibling, 0 replies; 5+ messages in thread
From: Joakim Tjernlund @ 2004-02-24 11:18 UTC (permalink / raw)
  To: 'Torben Mathiasen', linuxppc-embedded


> Hi,
>
> Does anyone successfully use uClibc on a 405GP platform? I
> tried compiling
> uClibc but all my dynamic apps just segfault. Its the shared
> library loader
> that segfaults immediately after execve(). I tried both a
> recent 2.4 and 2.6
> kernel with the same result. Also using latest 0.9.26 uClibc.
>
> Has anyone gotten this to work?
>
> On my i386 platform uClibc works very well.

ldso is broken in 0.9.26 uClibc for powerpc, try latest uClibc CVS.
There might be some problem with dlopen and friends in CVS still.

 Jocke

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

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

* Re: Anyone using uClibc on a 405GP platform?
  2004-02-24 11:09 Anyone using uClibc on a 405GP platform? Torben Mathiasen
  2004-02-24 11:18 ` Joakim Tjernlund
@ 2004-02-24 11:46 ` Torben Mathiasen
  2004-02-24 12:21   ` Joakim Tjernlund
  1 sibling, 1 reply; 5+ messages in thread
From: Torben Mathiasen @ 2004-02-24 11:46 UTC (permalink / raw)
  To: Torben Mathiasen; +Cc: linuxppc-embedded


On Tue, Feb 24 2004, Torben Mathiasen wrote:
>
> Hi,
>
> Does anyone successfully use uClibc on a 405GP platform? I tried compiling
> uClibc but all my dynamic apps just segfault. Its the shared library loader
> that segfaults immediately after execve(). I tried both a recent 2.4 and 2.6
> kernel with the same result. Also using latest 0.9.26 uClibc.
>
> Has anyone gotten this to work?
>

Funny, I got this to work. I was under the assumption that one should be able
to execute the library loader directly, which has never worked for me on
powerpc. But a dynamic linked application seems to be working now. Both those
I compiled myself and the ones I got from the root_fs_powerpc fs.

Torben
--

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

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

* RE: Anyone using uClibc on a 405GP platform?
  2004-02-24 11:46 ` Torben Mathiasen
@ 2004-02-24 12:21   ` Joakim Tjernlund
  2004-02-24 15:01     ` Torben Mathiasen
  0 siblings, 1 reply; 5+ messages in thread
From: Joakim Tjernlund @ 2004-02-24 12:21 UTC (permalink / raw)
  To: 'Torben Mathiasen'; +Cc: linuxppc-embedded


> On Tue, Feb 24 2004, Torben Mathiasen wrote:
> >
> > Hi,
> >
> > Does anyone successfully use uClibc on a 405GP platform? I
> tried compiling
> > uClibc but all my dynamic apps just segfault. Its the
> shared library loader
> > that segfaults immediately after execve(). I tried both a
> recent 2.4 and 2.6
> > kernel with the same result. Also using latest 0.9.26 uClibc.
> >
> > Has anyone gotten this to work?
> >
>
> Funny, I got this to work. I was under the assumption that
> one should be able
> to execute the library loader directly, which has never
> worked for me on
> powerpc. But a dynamic linked application seems to be working
> now. Both those
> I compiled myself and the ones I got from the root_fs_powerpc fs.

hmm, not sure about executing ldso directly, you may have better luck asking
about that on the uClibc list.

ldso is however somewhat broken. Lots of stuff/fixes has been added
since the last release.

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

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

* Re: Anyone using uClibc on a 405GP platform?
  2004-02-24 12:21   ` Joakim Tjernlund
@ 2004-02-24 15:01     ` Torben Mathiasen
  0 siblings, 0 replies; 5+ messages in thread
From: Torben Mathiasen @ 2004-02-24 15:01 UTC (permalink / raw)
  To: Joakim Tjernlund; +Cc: 'Torben Mathiasen', linuxppc-embedded


On Tue, Feb 24 2004, Joakim Tjernlund wrote:
> > On Tue, Feb 24 2004, Torben Mathiasen wrote:
> > >
> > > Hi,
> > >
> > > Does anyone successfully use uClibc on a 405GP platform? I
> > tried compiling
> > > uClibc but all my dynamic apps just segfault. Its the
> > shared library loader
> > > that segfaults immediately after execve(). I tried both a
> > recent 2.4 and 2.6
> > > kernel with the same result. Also using latest 0.9.26 uClibc.
> > >
> > > Has anyone gotten this to work?
> > >
> >
> > Funny, I got this to work. I was under the assumption that
> > one should be able
> > to execute the library loader directly, which has never
> > worked for me on
> > powerpc. But a dynamic linked application seems to be working
> > now. Both those
> > I compiled myself and the ones I got from the root_fs_powerpc fs.
>
> hmm, not sure about executing ldso directly, you may have better luck asking
> about that on the uClibc list.
>
> ldso is however somewhat broken. Lots of stuff/fixes has been added
> since the last release.

Thanks for the info. The uClibc I'm using now is the latest from CVS.

Torben
--

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

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

end of thread, other threads:[~2004-02-24 15:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-24 11:09 Anyone using uClibc on a 405GP platform? Torben Mathiasen
2004-02-24 11:18 ` Joakim Tjernlund
2004-02-24 11:46 ` Torben Mathiasen
2004-02-24 12:21   ` Joakim Tjernlund
2004-02-24 15:01     ` Torben Mathiasen

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