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: newlib compilation error


I tried again using gmake, and it produced basically the same error
message. 
I started with : 
./configure --host=i386-pc-bsdi3.1 --target=m68k-coff -v
then : 
gmake all install

The error message : 
newlib-1.8.1/m68k-coff/newlib/./targ-include 
-I/usr/local/lib/newlib-1.8.1/m68k-coff/newlib/./libc/include -c
k_standard.c
gmake[3]: m68k-coff-gcc: Command not found
gmake[3]: *** [k_standard.o] Error 127
gmake[3]: Leaving directory
`/usr/local/lib/newlib-1.8.1/m68k-coff/newlib/libm/math'
gmake[2]: *** [math/lib.a] Error 1
gmake[2]: Leaving directory `/usr/local/lib/newlib-1.8.1/m68k-coff
/newlib/libm'
gmake[1]: *** [libm/libm.a] Error 2
gmake[1]: Leaving directory `/usr/local/lib/newlib-1.8.1/m68k-coff/newlib'
gmake: *** [all-target-newlib] Error 2

And then it stopped.
How can I fix the problem?
Thanks in advance.


-- Suryo Sukendro jiraf@ccwf.cc.utexas.edu
On Wed, 29 Jul 1998, Joel Sherrill wrote:
> On Wed, 29 Jul 1998, Suryo Sukendro wrote:
> 
> > I was building newlib on i386-pc-bsdi3.1, with m68k-coff target. 
> > I started with 
> > ./configure --host=$host --prefix=$prefix --target=$target -v
> > which went just fine. 
> > Then  : 
> > make all install
> > The make stopped while searching for libm/libm.a
> 
> Is "make" GNU make?  newlib requires GNU make.
> 
> --joel
> Joel Sherrill                    Director of Research & Development
> joel@OARcorp.com                 On-Line Applications Research
> Ask me about RTEMS: a free RTOS  Huntsville AL 35805
>    Support Available             (205) 722-9985
> 
> 
>