Multi-architecture loader/dynamic linker?

Kito Cheng kito.cheng@gmail.com
Mon Jul 16 10:22:00 GMT 2018


Perhaps you can try Musl libc (https://www.musl-libc.org/) ? It's not
newlib based but it's MIT License and contain support for dynamic
linker and loader.
On Mon, Jul 16, 2018 at 1:39 PM Sebastian Huber
<sebastian.huber@embedded-brains.de> wrote:
>
> Hello,
>
> On 14/07/18 17:16, ardi wrote:
> > Hi!
> >
> > Are you aware of any non-copyleft loader / dynamic linker, suitable for
> > developing with newlib, and with support to dynamic libraries and different
> > CPUs (Intel, ARM, MIPS, PowerPC) ?
> >
> > Thanks a lot!
>
> in RTEMS (which uses Newlib) we have some support for dynamic libraries
>
> https://ftp.rtems.org/pub/rtems/people/chrisj/rtl/rtems-linker/index.html
>
> It is not a complete implementation and work in progress.
>
> You may have a look at the loader / dynamic linker from the BSD projects.
>
> --
> Sebastian Huber, embedded brains GmbH
>
> Address : Dornierstr. 4, D-82178 Puchheim, Germany
> Phone   : +49 89 189 47 41-16
> Fax     : +49 89 189 47 41-09
> E-Mail  : sebastian.huber@embedded-brains.de
> PGP     : Public key available on request.
>
> Diese Nachricht ist keine geschäftliche Mitteilung im Sinne des EHUG.
>



More information about the Newlib mailing list