This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Shared newlib for ARM]


No, a shared library newlib version of ARM is not supported. Currently the only shared library versions of newlib are x86-linux and Cygwin.

If you want to experiment, you could try modifying configure.host and setting:

   use_libtool=yes
   aext=la
   oext=lo
   lpfx=

before configuration.

-- Jeff J.

Igor wrote:
Hi,

Is it possible to build a Newlib shared library for ARM?

I have successfuly compiled static newlib by running this:

1)CC=arm-elf-gcc ../newlib-0.15.0/newlib/configure --host=arm-elf
--prefix=/usr/local/myarm
2)make && make install

It seems like the only static libraries (libc.a, libg.a and libm.a)
are installed. Or i'm doing anything wrong?

Thank you.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]