[ale] NewLib installation

Randy Janinda randy.janinda at ndcorp.com
Wed Jun 14 11:44:35 EDT 2000


On Wed, Jun 14, 2000 at 11:10:33AM -0400, Randy Janinda decided:
> Has anyone ever successfully installed NewLib (the small libc look-alike from
> Cygnus)? I keep getting errors when doing this:
> 
> mkdir newlib-i386-pc-linux-gnu
> cd newlib-i386-pc-linux-gnu
> ../newlib-1.8.2/configure --host=i686-pc-linux-gnu --target=i386-pc-linux-gnu
> make
> 
> 

Ok I found a fix (below):

make CC_FOR_TARGET=gcc \
AS_FOR_TARGET=as \
LD_FOR_TARGET=ld \
AR_FOR_TARGET=ar \
RANLIB_FOR_TARGET=ranlib

It's still compiling so we will see if it actually works when it is done.

Randy
--
To unsubscribe: mail majordomo at ale.org with "unsubscribe ale" in message body.





More information about the Ale mailing list