This is the mail archive of the newlib@sources.redhat.com 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: Compiling newlib on a cygwin host for arm-elf target


Earnie,

The config line was in the original
post. --host=i686-pc-cygwin --target=arm-elf, but --build is not defined, is
this the problem ? what shouldit be set to ?

----- Original Message -----
From: "Earnie Boyd" <earnie_boyd@yahoo.com>
To: "Andy Hare" <ahare@btinternet.com>
Cc: <newlib@sources.redhat.com>
Sent: Wednesday, February 27, 2002 12:21 PM
Subject: Re: Compiling newlib on a cygwin host for arm-elf target


> You don't say what options you gave configure.  Did you specify the
> --host, --build and --target properly?
>
> Earnie.
>
> Andy Hare wrote:
> >
> >
> > I have used the following configure line :
> >
> >  mkdir /build/arm/newlib ; \
> >  cd /build/arm/newlib ; \
> >  rm -r * ; \
> >  export CC='arm-elf-gcc' ; \
> >  /GNU-Source-Code/src/newlib/configure -v \
> >    --host=i686-pc-cygwin \
> >    --prefix=/xgcc-arm/gnu \
> >    --exec-prefix=/xgcc-arm/gnu \
> >    --target=arm-elf >$(HOME)/config-newlib.out 2>&1
> >

Andy Hare
www.ahare.btinternet.co.uk



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