This is the mail archive of the newlib@sourceware.cygnus.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]

Re: Help GNU lib


sodern wrote:
> 
> We have built and installed binutils-2.9.1 for a target=powerpc-elf on our
> hppa1.1-hp-hpux10.20 system.
> Then we have built and and installed gcc-2.7.2.1 (with a
> crossgcc-gcc-2.7.2.1.patch).
> But when we try to compile a little .c file here is a part of the response:
> "there is no crt1.o file."
> We guessed that it was due to the fact that we haven't installed the newlib
> package.
> So we tried to install newli-2.8.0 package.
> But when we type make all install the response is:
> Make: impossible de créeer all. Arrêt.
> Do you know why?

I assume you meant to refer to newlib-1.8.0 as (we don't have a 2.8.0).

The obvious idea that comes to mind is that you are not using GNU make.  You can
ftp it from:  ftp://prep.ai.mit.edu:/pub/gnu

For reference, you might want to look at the following FAQ:

ftp://ftp.cygnus.com/pub/embedded/crossgcc/FAQ-0.8.1

It is a little out of date, but still contains a lot of pertinent information.

-- Jeff (Cygnus Solutions)